Skip to content

Commit 15acde8

Browse files
committed
remove 'the'
1 parent 74ddbeb commit 15acde8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nuxt/src/module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ export default defineNuxtModule<ModuleOptions>({
145145
consoleSandbox(() => {
146146
// eslint-disable-next-line no-console
147147
console.log(
148-
`[Sentry] Using \`${serverConfigFile}\` for server-side Sentry configuration. To activate the Sentry on the Nuxt server-side, this file must be preloaded when starting your application. Make sure to add this where you deploy and/or run your application. Read more here: https://docs.sentry.io/platforms/javascript/guides/nuxt/install/.`,
148+
`[Sentry] Using \`${serverConfigFile}\` for server-side Sentry configuration. To activate Sentry on the Nuxt server-side, this file must be preloaded when starting your application. Make sure to add this where you deploy and/or run your application. Read more here: https://docs.sentry.io/platforms/javascript/guides/nuxt/install/.`,
149149
);
150150

151151
if (nitro.options.dev) {

0 commit comments

Comments
 (0)