Removes unstable_sentryBundlerPluginOptions from the Nuxt module options.
Everything it exposed is reachable as a top-level build option. Adds a build-time warning for plain JS configs, where TypeScript cannot catch the removed key.
Breaking change. Depends on the core build options ticket.
Removes
unstable_sentryBundlerPluginOptionsfrom the Nuxt module options.Everything it exposed is reachable as a top-level build option. Adds a build-time warning for plain JS configs, where TypeScript cannot catch the removed key.
Breaking change. Depends on the core build options ticket.