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 9a32419 commit 30ec56eCopy full SHA for 30ec56e
src/sentry/static/sentry/app/components/events/interfaces/spans/utils.tsx
@@ -609,6 +609,8 @@ export function isEventFromBrowserJavaScriptSDK(event: SentryTransactionEvent):
609
'sentry.javascript.react',
610
'sentry.javascript.gatsby',
611
'sentry.javascript.ember',
612
+ 'sentry.javascript.vue',
613
+ 'sentry.javascript.angular',
614
].includes(sdkName.toLowerCase());
615
}
616
0 commit comments