Skip to content

Commit 6997470

Browse files
committed
review comment
1 parent 9e509aa commit 6997470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nuxt/src/module.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export default defineNuxtModule<ModuleOptions>({
7878
consoleSandbox(() => {
7979
// eslint-disable-next-line no-console
8080
console.log(
81-
'[Sentry] Your application is running in development mode. Note: @sentry/nuxt is in beta and may not work as expected on the server-side (Nitro).',
81+
'[Sentry] Your application is running in development mode. Note: @sentry/nuxt is in beta and may not work as expected on the server-side (Nitro). Errors are reported, but tracing does not work.',
8282
);
8383
});
8484
}

0 commit comments

Comments
 (0)