File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414#import < Sentry/SentryUser.h>
1515@import Sentry;
1616
17- // This method was moved to a new category so we can use `@import Sentry` to use Sentry's Swift classes
18- @implementation RNSentry (fetchNativeStack)
17+ // This method was moved to a new category so we can use `@import Sentry` to use Sentry's Swift
18+ // classes
19+ @implementation
20+ RNSentry (fetchNativeStack)
1921
2022- (NSDictionary *)fetchNativeStackFramesBy:(NSArray <NSNumber *> *)instructionsAddr
2123 symbolicate:(SymbolicateCallbackType)symbolicate
Original file line number Diff line number Diff line change @@ -33,7 +33,8 @@ SentrySDK (Private)
3333
3434@end
3535
36- @interface RNSentry (fetchNativeStack)
36+ @interface
37+ RNSentry (fetchNativeStack)
3738
3839- (NSDictionary *_Nonnull)fetchNativeStackFramesBy:(NSArray <NSNumber *> *)instructionsAddr
3940 symbolicate:(SymbolicateCallbackType)symbolicate;
You can’t perform that action at this time.
0 commit comments