Skip to content

Commit 2ee3c57

Browse files
Update packages/nextjs/src/config/types.ts
Co-authored-by: Andrei <[email protected]>
1 parent 1c73c29 commit 2ee3c57

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
@@ -509,7 +509,7 @@ export type SentryBuildOptions = {
509509
_experimental?: Partial<{
510510
/**
511511
* 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.
512+
* into a single operation after turbopack builds complete, reducing build time.
513513
*
514514
* When false, use the traditional approach of uploading sourcemaps during each webpack build.
515515
*

0 commit comments

Comments
 (0)