File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
packages/nextjs/src/config Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff 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 /**
You can’t perform that action at this time.
0 commit comments