Skip to content

Instantly share code, notes, and snippets.

@bcoe
Created January 28, 2025 15:10
Show Gist options
  • Save bcoe/2c51aef0e0410c11cc4aaad08b1b4c76 to your computer and use it in GitHub Desktop.
Save bcoe/2c51aef0e0410c11cc4aaad08b1b4c76 to your computer and use it in GitHub Desktop.
Increase Sentry idleTimeout
Sentry.init({
integrations: [
Sentry.browserTracingIntegration({
idleTimeout: 5_000 // default is 1_000
}),
],
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment