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
debug: __DEV__,// If `true`, Sentry will try to print out useful debugging information if something goes wrong with sending the event. Set it to `false` in production
21
-
tracesSampleRate: 1.0,// Set tracesSampleRate to 1.0 to capture 100% of transactions for tracing. Adjusting this value in production.
22
-
integrations: [
23
-
// Pass integration
24
-
navigationIntegration,
25
-
],
26
-
enableNativeFramesTracking: !isRunningInExpoGo(),// Tracks slow and frozen frames in the application
27
-
})
17
+
// Sentry.init({
18
+
// dsn: process.env.EXPO_PUBLIC_SENTRY_DSN,
19
+
// enabled: !__DEV__,
20
+
// debug: __DEV__, // If `true`, Sentry will try to print out useful debugging information if something goes wrong with sending the event. Set it to `false` in production
21
+
// tracesSampleRate: 1.0, // Set tracesSampleRate to 1.0 to capture 100% of transactions for tracing. Adjusting this value in production.
22
+
// integrations: [
23
+
// // Pass integration
24
+
// navigationIntegration,
25
+
// ],
26
+
// enableNativeFramesTracking: !isRunningInExpoGo(), // Tracks slow and frozen frames in the application
0 commit comments