File tree Expand file tree Collapse file tree
RNSentryCocoaTester/RNSentryCocoaTesterTests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44@class SentryOptions;
55
66#if CROSS_PLATFORM_TEST
7- @interface SentrySDKInternal : NSObject
7+ @interface SentrySDKInternal (Private)
88#else
99@interface
1010SentrySDK (Private)
Original file line number Diff line number Diff line change 1313typedef int (*SymbolicateCallbackType)(const void *, Dl_info *);
1414
1515@class SentryOptions;
16+ @class SentryEvent;
1617
1718#if CROSS_PLATFORM_TEST
1819@interface SentrySDKInternal : NSObject
Original file line number Diff line number Diff line change 2424#import < Sentry/SentryDebugImageProvider+HybridSDKs.h>
2525#import < Sentry/SentryDependencyContainer.h>
2626#import < Sentry/SentryFormatter.h>
27+ #import < Sentry/SentryEvent.h>
28+ #import < Sentry/SentryOptions.h>
29+ #import < Sentry/SentryBreadcrumb.h>
30+ #import < Sentry/SentryException.h>
31+ #import < Sentry/SentryUser.h>
32+ #import < Sentry/SentryDebugMeta.h>
2733#if __has_include(<Sentry/SentryOptions+HybridSDKs.h>)
2834# define USE_SENTRY_OPTIONS 1
2935# import < Sentry/SentryOptions+HybridSDKs.h>
Original file line number Diff line number Diff line change 11@import Sentry;
22
33#if SENTRY_TARGET_REPLAY_SUPPORTED
4- @class SentryRRWebEvent;
4+ @protocol SentryRRWebEvent;
55
66@interface RNSentryReplayBreadcrumbConverter : NSObject <SentryReplayBreadcrumbConverter>
77
You can’t perform that action at this time.
0 commit comments