Skip to content

Commit

Permalink
less profiling
Browse files Browse the repository at this point in the history
  • Loading branch information
gmbronco committed Dec 7, 2023
1 parent b50d476 commit 0aa8c08
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 0aa8c08

Please sign in to comment.