mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
sentry: Do not start a navigation transaction on hash change.
This commit is contained in:
committed by
Tim Abbott
parent
768ab19cd3
commit
37c3cfb348
@@ -65,6 +65,7 @@ if (page_params.server_sentry_dsn) {
|
||||
integrations: [
|
||||
new Sentry.BrowserTracing({
|
||||
tracePropagationTargets: url_matches,
|
||||
startTransactionOnLocationChange: false,
|
||||
beforeNavigate(context) {
|
||||
return {
|
||||
...context,
|
||||
|
||||
Reference in New Issue
Block a user