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.
deleteSourcemapsAfterUpload
1 parent 1ad6d58 commit 7a8840dCopy full SHA for 7a8840d
packages/nextjs/src/config/types.ts
@@ -153,7 +153,7 @@ export type SentryBuildOptions = {
153
/**
154
* Toggle whether generated source maps within your Next.js build folder should be automatically deleted after being uploaded to Sentry.
155
*
156
- * Defaults to `false`.
+ * Defaults to `true`.
157
*/
158
deleteSourcemapsAfterUpload?: boolean;
159
};
0 commit comments