We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35c94c4 commit 4f6818fCopy full SHA for 4f6818f
ios/RNSentry.m
@@ -90,7 +90,6 @@ + (NSRegularExpression *)frameRegex {
90
@synchronized ([SentryClient shared]) {
91
[[SentryClient shared] addExtra:@"__sentry_address" value:[NSNumber numberWithUnsignedInteger:callNativeModuleAddress]];
92
[[SentryClient shared] addExtra:@"__sentry_stack" value:SentryParseJavaScriptStacktrace([RCTConvert NSString:param[@"__sentry_stack"]])];
93
- NSLog(@"%@", SentryParseJavaScriptStacktrace([RCTConvert NSString:param[@"__sentry_stack"]]));
94
}
95
} else {
96
if (param != nil) {
0 commit comments