Skip to content

Commit

Permalink
chore: disable debug for sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorKhramtsov committed Oct 10, 2024
1 parent 7ce7265 commit 574de2f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/_layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ const routingInstrumentation = new Sentry.ReactNavigationInstrumentation()

Sentry.init({
dsn: process.env.EXPO_PUBLIC_SENTRY_DSN,
debug: true,
tracesSampleRate: 0.2,
integrations: [
new Sentry.ReactNativeTracing({
Expand Down

0 comments on commit 574de2f

Please sign in to comment.