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 fb24586 commit c523b21Copy full SHA for c523b21
packages/nuxt/src/runtime/utils.ts
@@ -39,7 +39,7 @@ export function addSentryTracingMetaTags(head: NuxtRenderHTMLContext['head'], de
39
40
if (metaTags) {
41
if (debug) {
42
- logger.log('[Sentry] Adding Sentry tracing meta tags to HTML page:', metaTags);
+ logger.log('Adding Sentry tracing meta tags to HTML page:', metaTags);
43
}
44
head.push(metaTags);
45
0 commit comments