Created
January 28, 2025 15:10
-
-
Save bcoe/2c51aef0e0410c11cc4aaad08b1b4c76 to your computer and use it in GitHub Desktop.
Increase Sentry idleTimeout
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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