Skip to content

Commit c523b21

Browse files
committed
adapt logger message
1 parent fb24586 commit c523b21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nuxt/src/runtime/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export function addSentryTracingMetaTags(head: NuxtRenderHTMLContext['head'], de
3939

4040
if (metaTags) {
4141
if (debug) {
42-
logger.log('[Sentry] Adding Sentry tracing meta tags to HTML page:', metaTags);
42+
logger.log('Adding Sentry tracing meta tags to HTML page:', metaTags);
4343
}
4444
head.push(metaTags);
4545
}

0 commit comments

Comments
 (0)