Skip to content

Commit

Permalink
chore(sample): Change environment to dev to ensure 100% sampling (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
krystofwoldrich committed Jul 31, 2023
1 parent 7cf82f3 commit 3fd4514
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sample-new-architecture/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Sentry.init({
// Replace the example DSN below with your own DSN:
dsn: SENTRY_INTERNAL_DSN,
debug: true,
environment: 'dev',
beforeSend: (event: Sentry.Event) => {
console.log('Event beforeSend:', event.event_id);
return event;
Expand Down

0 comments on commit 3fd4514

Please sign in to comment.