Created
January 28, 2025 15:10
-
-
Save bcoe/2c51aef0e0410c11cc4aaad08b1b4c76 to your computer and use it in GitHub Desktop.
Revisions
-
bcoe created this gist
Jan 28, 2025 .There are no files selected for viewing
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 charactersOriginal 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 }), ], });