Sentry.init({ integrations: [ Sentry.browserTracingIntegration({ idleTimeout: 5_000 // default is 1_000 }), ], });