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 1c73c29 commit 2ee3c57Copy full SHA for 2ee3c57
packages/nextjs/src/config/types.ts
@@ -509,7 +509,7 @@ export type SentryBuildOptions = {
509
_experimental?: Partial<{
510
/**
511
* When true (and Next.js >= 15), use the runAfterProductionCompile hook to consolidate sourcemap uploads
512
- * into a single operation after all webpack/turbopack builds complete, reducing build time.
+ * into a single operation after turbopack builds complete, reducing build time.
513
*
514
* When false, use the traditional approach of uploading sourcemaps during each webpack build.
515
0 commit comments