File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,6 @@ + (NSRegularExpression *)frameRegex {
109109 @synchronized ([SentryClient shared ]) {
110110 [[SentryClient shared ] addExtra: @" __sentry_address" value: [NSNumber numberWithUnsignedInteger: callNativeModuleAddress]];
111111 [[SentryClient shared ] addExtra: @" __sentry_stack" value: SentryParseJavaScriptStacktrace ([RCTConvert NSString: param[@" __sentry_stack" ]])];
112- // [RCTConvert NSArray:param[@"__sentry_breadcrumbs"]] // we will add this in the objc client
113112 }
114113 } else {
115114 if (param != nil ) {
Original file line number Diff line number Diff line change @@ -222,8 +222,7 @@ class NativeClient {
222222 return original . apply ( this , arguments ) ;
223223 }
224224 params . push ( {
225- '__sentry_stack' : new Error ( ) . stack ,
226- '__sentry_breadcrumbs' : [ ] . slice . apply ( Raven . _breadcrumbs ) // send breadcrumbs
225+ '__sentry_stack' : new Error ( ) . stack
227226 } ) ;
228227 return original . apply ( this , arguments ) ;
229228 }
You can’t perform that action at this time.
0 commit comments