Skip to content

Commit

Permalink
Increase Sentry timeout to 5s, too many failure using 2s...
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadorequest committed Jun 24, 2021
1 parent 910895a commit 15da42f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/core/sentry/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ export const ALERT_TYPES = {
* @see https://github.com/vercel/next.js/blob/canary/examples/with-sentry/pages/_error.js#L45
* @see https://vercel.com/docs/platform/limits#streaming-responses
*/
export const FLUSH_TIMEOUT = 2000;
export const FLUSH_TIMEOUT = 5000;

0 comments on commit 15da42f

Please sign in to comment.