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.

Revisions

  1. bcoe created this gist Jan 28, 2025.
    7 changes: 7 additions & 0 deletions idle-timeout-increase.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    Sentry.init({
    integrations: [
    Sentry.browserTracingIntegration({
    idleTimeout: 5_000 // default is 1_000
    }),
    ],
    });