Prepares core for removing the unstable_sentry*PluginOptions escape hatch.
moduleMetadata and sourcemaps.resolveSourceMap become first-class options on BuildTimeOptionsBase — only reachable via the hatch today.
ReactComponentAnnotationOptions extracted as a shared type, kept out of BuildTimeOptionsBase since it is React-only.
- Adds
warnOnRemovedBuildOptions for the per-SDK removal tickets.
Additive only. Blocks all per-SDK removal tickets.
Prepares core for removing the
unstable_sentry*PluginOptionsescape hatch.moduleMetadataandsourcemaps.resolveSourceMapbecome first-class options onBuildTimeOptionsBase— only reachable via the hatch today.ReactComponentAnnotationOptionsextracted as a shared type, kept out ofBuildTimeOptionsBasesince it is React-only.warnOnRemovedBuildOptionsfor the per-SDK removal tickets.Additive only. Blocks all per-SDK removal tickets.