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 ad55d7d commit f04ac82Copy full SHA for f04ac82
packages/astro/src/integration/index.ts
@@ -61,7 +61,7 @@ export const sentryAstro = (options: SentryOptions = {}): AstroIntegration => {
61
options.debug && logger.info(`Using ${pathToClientInit} for client init.`);
62
injectScript('page', buildSdkInitFileImportSnippet(pathToClientInit));
63
} else {
64
- options.debug && logger.info('[sentry-astro] Using default client init.');
+ options.debug && logger.info('Using default client init.');
65
injectScript('page', buildClientSnippet(options || {}));
66
}
67
0 commit comments