Skip to content

Commit 7a8840d

Browse files
authored
docs(nextjs): Update deleteSourcemapsAfterUpload jsdoc default value (#16867)
1 parent 1ad6d58 commit 7a8840d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nextjs/src/config/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ export type SentryBuildOptions = {
153153
/**
154154
* Toggle whether generated source maps within your Next.js build folder should be automatically deleted after being uploaded to Sentry.
155155
*
156-
* Defaults to `false`.
156+
* Defaults to `true`.
157157
*/
158158
deleteSourcemapsAfterUpload?: boolean;
159159
};

0 commit comments

Comments
 (0)