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 4e2479b commit eb32771Copy full SHA for eb32771
packages/astro/src/integration/index.ts
@@ -66,7 +66,7 @@ export const sentryAstro = (options: SentryOptions = {}): AstroIntegration => {
66
67
debug &&
68
logger.info(
69
- `[Sentry] Automatically setting \`sourceMapsUploadOptions.filesToDeleteAfterUpload: ${JSON.stringify(
+ `Automatically setting \`sourceMapsUploadOptions.filesToDeleteAfterUpload: ${JSON.stringify(
70
updatedFilesToDeleteAfterUpload,
71
)}\` to delete generated source maps after they were uploaded to Sentry.`,
72
);
0 commit comments