Skip to content

Commit

Permalink
fix(profiling): fix profiling timeout (getsentry#46193)
Browse files Browse the repository at this point in the history
Why ts did not scream I do not know
  • Loading branch information
JonasBa authored Mar 22, 2023
1 parent 46a8664 commit 6a8eb9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-utils/sentry-instrumentation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class SentryInstrumentation {
}
return 1;
},
experiments: {
_experiments: {
// 5 minutes should be plenty
maxProfileDurationMs: 5 * 60 * 1000,
},
Expand Down

0 comments on commit 6a8eb9e

Please sign in to comment.