Skip to content

Commit ce9135f

Browse files
committed
improve log message
1 parent 15f7423 commit ce9135f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nuxt/src/runtime/plugins/sentry.server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export default defineNitroPlugin(nitroApp => {
3333
} else {
3434
const reason = isPreRenderedPage ? 'the page was pre-rendered' : 'SWR caching is enabled for the route';
3535
debug.log(
36-
`Not adding Sentry tracing meta tags to HTML for ${event.path} because ${reason}. This will disable distributed tracing for the page.`,
36+
`Not adding Sentry tracing meta tags to HTML for ${event.path} because ${reason}. This will disable distributed tracing and prevent connecting multiple client page loads to the same server request.`,
3737
);
3838
}
3939
});

0 commit comments

Comments
 (0)