Skip to content

Commit cc5fd17

Browse files
itaybreantonis
andauthored
Apply suggestions from code review
Co-authored-by: Antonis Lilis <antonis.lilis@gmail.com>
1 parent 20a2fee commit cc5fd17

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

packages/core/ios/RNSentry+fetchNativeStack.m

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@
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

packages/core/ios/RNSentry.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)