Skip to content

Commit

Permalink
Switch Sentry environment to production
Browse files Browse the repository at this point in the history
  • Loading branch information
pnv2003 committed Jun 6, 2024
1 parent aa364eb commit 463597d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import * as Sentry from '@sentry/react-native';
Sentry.init({
dsn: 'https://83fec534abaf0714e57be552097873a7@o4507197215801344.ingest.us.sentry.io/4507197221896192',
debug: true, // 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
environment: 'development'
environment: 'production'
});


Expand Down

0 comments on commit 463597d

Please sign in to comment.