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. |
0 replies
|
Just to confirm, are the |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?
All reactions