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
8+ SentrySDKInternal (PrivateTests)
89#else
910@interface
10- SentrySDK (Private )
11+ SentrySDK (PrivateTests )
1112#endif
1213+ (nullable SentryOptions *)options;
1314@end
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 2121#import < Sentry/PrivateSentrySDKOnly.h>
2222#import < Sentry/SentryAppStartMeasurement.h>
2323#import < Sentry/SentryBinaryImageCache.h>
24+ #import < Sentry/SentryBreadcrumb.h>
2425#import < Sentry/SentryDebugImageProvider+HybridSDKs.h>
26+ #import < Sentry/SentryDebugMeta.h>
2527#import < Sentry/SentryDependencyContainer.h>
28+ #import < Sentry/SentryEvent.h>
29+ #import < Sentry/SentryException.h>
2630#import < Sentry/SentryFormatter.h>
31+ #import < Sentry/SentryOptions.h>
32+ #import < Sentry/SentryUser.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