Skip to content

Commit

Permalink
remove tracesSamplerate, as it is superseded by tracesSampler
Browse files Browse the repository at this point in the history
  • Loading branch information
zwhitchcox committed Mar 7, 2025
1 parent d30802a commit f4f4616
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/utils/monitoring.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export function init() {
Sentry.init({
dsn: process.env.SENTRY_DSN,
environment: process.env.NODE_ENV,
tracesSampleRate: process.env.NODE_ENV === 'production' ? 1 : 0,
denyUrls: [
/\/resources\/healthcheck/,
// TODO: be smarter about the public assets...
Expand Down

0 comments on commit f4f4616

Please sign in to comment.