Remove the deprecated build-time config options in @sentry/nextjs, all marked // TODO(v11): remove this option in packages/nextjs/src/config/types.ts:
ignoredComponents (~:542)unstable_sentryWebpackPluginOptions (:551)autoInstrumentServerFunctions (:573)autoInstrumentMiddleware (:579)autoInstrumentAppDirectory (:585)disableLogger (:618)automaticVercelMonitors (:627)disableManifestInjection (:658)disableSentryWebpackConfig (:720)turbopackApplicationKey (:757)
Remove the options from the types and any handling/reads of them across src/.
Remove the deprecated build-time config options in
@sentry/nextjs, all marked// TODO(v11): remove this optioninpackages/nextjs/src/config/types.ts:ignoredComponents(~:542)unstable_sentryWebpackPluginOptions(:551)autoInstrumentServerFunctions(:573)autoInstrumentMiddleware(:579)autoInstrumentAppDirectory(:585)disableLogger(:618)automaticVercelMonitors(:627)disableManifestInjection(:658)disableSentryWebpackConfig(:720)turbopackApplicationKey(:757)Remove the options from the types and any handling/reads of them across
src/.