Replies: 3 comments 1 reply
-
Looks like there's no way to turn off session tracking for navigation: sentry-javascript/packages/browser/src/sdk.ts Lines 262 to 268 in 08818d8 Turning off all session tracking using Looks like this was previously discussed in #5379, so I'll ping that issue. |
Beta Was this translation helpful? Give feedback.
-
Just to confirm, are the |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a site that makes use of the part of the URL after the
#
to store the app's current state to allow the browser back and forward buttons to work. This can change quite frequently. Sentry appears to be treating these as navigation events, as I see two API calls whenever it changes:and:
Is there a way to disable this?
Beta Was this translation helpful? Give feedback.
All reactions