You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/nextjs/src/config/types.ts
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -491,7 +491,7 @@ export type SentryBuildOptions = {
491
491
* A list of strings representing the names of components to ignore. The plugin will not apply `data-sentry` annotations on the DOM element for these components.
492
492
*/
493
493
ignoredComponents?: string[];
494
-
};
494
+
};// TODO(v11): remove this option
495
495
496
496
/**
497
497
* Options to be passed directly to the Sentry Webpack Plugin (`@sentry/webpack-plugin`) that ships with the Sentry Next.js SDK.
@@ -500,7 +500,7 @@ export type SentryBuildOptions = {
500
500
* Please note that this option is unstable and may change in a breaking way in any release.
501
501
* @deprecated Use `webpack.unstable_sentryWebpackPluginOptions` instead.
0 commit comments