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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,23 +10,23 @@
10
10
11
11
### Features
12
12
13
-
- Add `onNativeLog` callback to intercept and forward native SDK logs to JavaScript console
14
-
- The callback receives native log events with `level`, `component`, and `message` properties
15
-
- Only works when `debug: true` is enabled in `Sentry.init`
16
-
- Use `logWithoutTracing` inside the callback to prevent feedback loops with Sentry's console integration
17
-
```js
18
-
import*asSentryfrom'@sentry/react-native';
13
+
- Add `onNativeLog` callback to intercept and forward native SDK logs to JavaScript console ([#5622](https://github.com/getsentry/sentry-react-native/pull/5622))
14
+
- The callback receives native log events with `level`, `component`, and `message` properties
15
+
- Only works when `debug: true` is enabled in `Sentry.init`
16
+
- Use `logWithoutTracing` inside the callback to prevent feedback loops with Sentry's console integration
0 commit comments