1010 * @example
1111 * ```typescript
1212 * import type { BuildTimeOptionsBase, UnstableVitePluginOptions } from '@sentry/core';
13- * import type { SentryVitePluginOptions } from '@sentry/vite-plugin ';
13+ * import type { SentryVitePluginOptions } from '@sentry/bundler-plugins/vite ';
1414 *
1515 * // Example of how a framework SDK would define its build-time options
1616 * type MyFrameworkBuildOptions =
@@ -152,7 +152,7 @@ export interface BuildTimeOptionsBase {
152152 */
153153export type UnstableVitePluginOptions < PluginOptionsType > = {
154154 /**
155- * Options to be passed directly to the Sentry Vite Plugin (`@sentry/vite-plugin `) that ships with the Sentry SDK.
155+ * Options to be passed directly to the Sentry Vite Plugin (`@sentry/bundler-plugins/vite `) that ships with the Sentry SDK.
156156 * You can use this option to override any options the SDK passes to the Vite plugin.
157157 *
158158 * Please note that this option is unstable and may change in a breaking way in any release.
@@ -176,7 +176,7 @@ export type UnstableVitePluginOptions<PluginOptionsType> = {
176176 */
177177export type UnstableWebpackPluginOptions < PluginOptionsType > = {
178178 /**
179- * Options to be passed directly to the Sentry Webpack Plugin (`@sentry/webpack-plugin `) that ships with the Sentry SDK.
179+ * Options to be passed directly to the Sentry Webpack Plugin (`@sentry/bundler-plugins/webpack `) that ships with the Sentry SDK.
180180 * You can use this option to override any options the SDK passes to the Webpack plugin.
181181 *
182182 * Please note that this option is unstable and may change in a breaking way in any release.
@@ -200,7 +200,7 @@ export type UnstableWebpackPluginOptions<PluginOptionsType> = {
200200 */
201201export type UnstableRollupPluginOptions < PluginOptionsType > = {
202202 /**
203- * Options to be passed directly to the Sentry Rollup Plugin (`@sentry/rollup-plugin `) that ships with the Sentry SDK.
203+ * Options to be passed directly to the Sentry Rollup Plugin (`@sentry/bundler-plugins/rollup `) that ships with the Sentry SDK.
204204 * You can use this option to override any options the SDK passes to the Rollup plugin.
205205 *
206206 * Please note that this option is unstable and may change in a breaking way in any release.
0 commit comments