Skip to content

Commit 7a6a283

Browse files
author
Luca Forstner
committed
bla
1 parent 32b95d7 commit 7a6a283

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

docs/migration/draft-v9-migration-guide.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,10 @@
108108
- Deprecated `wrapUseRoutes`. Use `wrapUseRoutesV6` or `wrapUseRoutesV7` instead.
109109
- Deprecated `wrapCreateBrowserRouter`. Use `wrapCreateBrowserRouterV6` or `wrapCreateBrowserRouterV7` instead.
110110

111+
## `@sentry/nextjs`
112+
113+
- Deprecated `hideSourceMaps`. No replacements. The SDK emits hidden sourcemaps by default.
114+
111115
## `@sentry/opentelemetry`
112116

113117
- Deprecated `generateSpanContextForPropagationContext` in favor of doing this manually - we do not need this export anymore.

packages/nextjs/src/config/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,7 @@ export type SentryBuildOptions = {
379379
*
380380
* @deprecated This is deprecated. The SDK emits chunks without `sourceMappingURL` for client bundles by default.
381381
*/
382+
// TODO(v9): Remove option
382383
hideSourceMaps?: boolean;
383384

384385
/**

0 commit comments

Comments
 (0)