You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Resolve relative `SOURCEMAP_FILE` paths against the project root in the Xcode build script ([#5730](https://github.com/getsentry/sentry-react-native/pull/5730))
@@ -72,23 +92,6 @@
72
92
],
73
93
});
74
94
```
75
-
- Add `onNativeLog` callback to intercept and forward native SDK logs to JavaScript console
76
-
- The callback receives native log events with `level`, `component`, and `message` properties
77
-
- Only works when `debug: true` is enabled in `Sentry.init`
78
-
- Use `logWithoutTracing` inside the callback to prevent feedback loops with Sentry's console integration
0 commit comments