Skip to content

Commit 4d6ea42

Browse files
committed
Update
1 parent 26fcd47 commit 4d6ea42

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

sentry-kotlin-multiplatform/src/appleMain/kotlin/io/sentry/kotlin/multiplatform/nsexception/SentryUnhandledExceptions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import platform.Foundation.NSException
2020
import platform.Foundation.NSNumber
2121

2222
private typealias InternalSentryEvent = Internal.Sentry.SentryEvent
23-
private typealias InternalSentrySDK = Internal.Sentry.SentrySDK
23+
private typealias InternalSentrySDK = Internal.Sentry.SentrySDKInternal
2424
private typealias InternalSentryEnvelope = Internal.Sentry.SentryEnvelope
2525
private typealias InternalSentryDependencyContainer = Internal.Sentry.SentryDependencyContainer
2626
private typealias InternalSentryEnvelopeHeader = Internal.Sentry.SentryEnvelopeHeader
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language = Objective-C
22
headers = SentryClient.h SentryDebugImageProvider.h SentryEnvelope.h \ SentryHub.h SentryScope.h \
33
SentryCrashMonitor_NSException.h SentryCrashMonitor_NSException+NSExceptionKt.h \
4-
SentryCrashStackCursor.h SentryDependencyContainer.h SentryHook.h SentrySDK.h \
4+
SentryCrashStackCursor.h SentryDependencyContainer.h SentryHook.h SentrySDKInternal.h \
55
SentryStacktraceBuilder.h SentryThreadInspector.h PrivateSentrySDKOnly.h \

sentry-kotlin-multiplatform/src/nativeInterop/cinterop/SentryInternal/SentrySDK.h renamed to sentry-kotlin-multiplatform/src/nativeInterop/cinterop/SentryInternal/SentrySDKInternal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#import <SentryEnvelope.h>
2020
#import <SentryHub.h>
2121

22-
@interface SentrySDK : NSObject
22+
@interface SentrySDKInternal : NSObject
2323

2424
+ (void)storeEnvelope:(SentryEnvelope *_Nonnull)envelope;
2525
+ (SentryHub *_Nonnull)currentHub;

0 commit comments

Comments
 (0)