sentry: Do not start a navigation transaction on hash change.

This commit is contained in:
Alex Vandiver
2023-04-28 21:23:41 +00:00
committed by Tim Abbott
parent 768ab19cd3
commit 37c3cfb348

View File

@@ -65,6 +65,7 @@ if (page_params.server_sentry_dsn) {
integrations: [
new Sentry.BrowserTracing({
tracePropagationTargets: url_matches,
startTransactionOnLocationChange: false,
beforeNavigate(context) {
return {
...context,