File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
sentry-kotlin-multiplatform/src
appleMain/kotlin/io/sentry/kotlin/multiplatform/nsexception Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import platform.Foundation.NSException
2020import platform.Foundation.NSNumber
2121
2222private typealias InternalSentryEvent = Internal .Sentry .SentryEvent
23- private typealias InternalSentrySDK = Internal .Sentry .SentrySDK
23+ private typealias InternalSentrySDK = Internal .Sentry .SentrySDKInternal
2424private typealias InternalSentryEnvelope = Internal .Sentry .SentryEnvelope
2525private typealias InternalSentryDependencyContainer = Internal .Sentry .SentryDependencyContainer
2626private typealias InternalSentryEnvelopeHeader = Internal .Sentry .SentryEnvelopeHeader
Original file line number Diff line number Diff line change 11language = Objective-C
22headers = 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 \
Original file line number Diff line number Diff line change 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 ;
You can’t perform that action at this time.
0 commit comments