We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2232458 commit bbbca89Copy full SHA for bbbca89
packages/solid/src/solidrouter.ts
@@ -89,7 +89,7 @@ function withSentryRouterRoot(Root: Component<RouteSectionProps>): Component<Rou
89
// everything else was already instrumented correctly in `useBeforeLeave`
90
if (op === 'navigation' && description === '-1') {
91
rootSpan.updateName(name);
92
- rootSpan.setAttribute(SEMANTIC_ATTRIBUTE_SENTRY_SOURCE, data && data[SEMANTIC_ATTRIBUTE_SENTRY_SOURCE]);
+ rootSpan.setAttribute(SEMANTIC_ATTRIBUTE_SENTRY_SOURCE, 'url');
93
}
94
95
});
0 commit comments