Skip to content

Commit eb32771

Browse files
committed
forgot one
1 parent 4e2479b commit eb32771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/astro/src/integration/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export const sentryAstro = (options: SentryOptions = {}): AstroIntegration => {
6666

6767
debug &&
6868
logger.info(
69-
`[Sentry] Automatically setting \`sourceMapsUploadOptions.filesToDeleteAfterUpload: ${JSON.stringify(
69+
`Automatically setting \`sourceMapsUploadOptions.filesToDeleteAfterUpload: ${JSON.stringify(
7070
updatedFilesToDeleteAfterUpload,
7171
)}\` to delete generated source maps after they were uploaded to Sentry.`,
7272
);

0 commit comments

Comments
 (0)