Skip to content

Commit 3df9219

Browse files
authored
docs(js): Update default value for deleteSourcemapsAfterUpload to true (#14319)
1 parent ef1cbd6 commit 3df9219

File tree

1 file changed

+1
-1
lines changed
  • docs/platforms/javascript/guides/nextjs/configuration/build

1 file changed

+1
-1
lines changed

docs/platforms/javascript/guides/nextjs/configuration/build/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ A glob or an array of globs that specifies which build artifacts should not be u
114114

115115
</SdkOption>
116116

117-
<SdkOption name="sourcemaps.deleteSourcemapsAfterUpload" type="boolean" defaultValue="false">
117+
<SdkOption name="sourcemaps.deleteSourcemapsAfterUpload" type="boolean" defaultValue="true">
118118

119119
Toggle whether generated source maps within your Next.js build folder should be automatically deleted after being uploaded to Sentry.
120120

0 commit comments

Comments
 (0)