Skip to content

Commit

Permalink
feat: disable tracing for sample.js (#449)
Browse files Browse the repository at this point in the history
I missed this in my "disable everything" pass
  • Loading branch information
travis authored Dec 16, 2024
1 parent e364507 commit 00c597a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload-api/functions/sample.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { getDynamoClient } from '../../lib/aws/dynamo.js'
Sentry.AWSLambda.init({
environment: process.env.SST_STAGE,
dsn: process.env.SENTRY_DSN,
tracesSampleRate: 1.0,
tracesSampleRate: 0,
})

/**
Expand Down

0 comments on commit 00c597a

Please sign in to comment.