Skip to content

Commit

Permalink
fix: disable tracing for now (#80)
Browse files Browse the repository at this point in the history
we currently overwhelm sentry
  • Loading branch information
travis authored Nov 22, 2024
1 parent eeb37f0 commit 98b4fed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/infra/src/content-claims.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ import * as ClaimStorageUtil from './lib/store/util.js'
Sentry.AWSLambda.init({
environment: process.env.SST_STAGE,
dsn: process.env.SENTRY_DSN,
tracesSampleRate: 1.0
// turn off traces for now because we are consuming our entire Sentry supply
tracesSampleRate: 0
})

// @ts-expect-error
Expand Down

0 comments on commit 98b4fed

Please sign in to comment.