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 666a146 commit be4b465Copy full SHA for be4b465
CHANGELOG.md
@@ -18,13 +18,13 @@
18
import * as Sentry from '@sentry/react-native';
19
20
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
- },
+ debug: true,
+ onNativeLog: ({ level, component, message }) => {
+ // Use logWithoutTracing to avoid feedback loops
+ Sentry.logWithoutTracing(
+ `[Sentry Native] [${level.toUpperCase()}] [${component}] ${message}`
+ );
+ }
28
});
29
```
30
0 commit comments