Skip to content

Commit be4b465

Browse files
committed
Fix
1 parent 666a146 commit be4b465

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
import * as Sentry from '@sentry/react-native';
1919

2020
Sentry.init({
21-
debug: true,
22-
onNativeLog: ({ level, component, message }) => {
23-
// Use logWithoutTracing to avoid feedback loops
24-
Sentry.logWithoutTracing(
25-
`[Sentry Native] [${level.toUpperCase()}] [${component}] ${message}`
26-
);
27-
},
21+
debug: true,
22+
onNativeLog: ({ level, component, message }) => {
23+
// Use logWithoutTracing to avoid feedback loops
24+
Sentry.logWithoutTracing(
25+
`[Sentry Native] [${level.toUpperCase()}] [${component}] ${message}`
26+
);
27+
}
2828
});
2929
```
3030

0 commit comments

Comments
 (0)