Skip to content

Commit

Permalink
chore: add performance monitoring to app
Browse files Browse the repository at this point in the history
  • Loading branch information
geclos committed Oct 22, 2024
1 parent 5401b00 commit cda5630
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/web/sentry.client.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ Sentry.init({

// Setting this option to true will print useful information to the console while you're setting up Sentry.
debug: false,

tracesSampleRate: 1.0,
})
2 changes: 2 additions & 0 deletions apps/web/sentry.edge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ Sentry.init({

// Setting this option to true will print useful information to the console while you're setting up Sentry.
debug: false,

tracesSampleRate: 1.0,
})
2 changes: 2 additions & 0 deletions apps/web/sentry.server.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ Sentry.init({

// Setting this option to true will print useful information to the console while you're setting up Sentry.
debug: false,

tracesSampleRate: 1.0,
})

0 comments on commit cda5630

Please sign in to comment.