Skip to content

Commit

Permalink
reduce profile sampling in Sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
gmbronco committed Dec 11, 2023
1 parent 32add3b commit 8866a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker/worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export async function startWorker() {
new ProfilingIntegration(),
],
tracesSampleRate: 0.2,
profilesSampleRate: 1.0,
profilesSampleRate: 0.1,
});

app.use(Sentry.Handlers.requestHandler());
Expand Down

0 comments on commit 8866a78

Please sign in to comment.