diff --git a/examples/with-sentry/next.config.js b/examples/with-sentry/next.config.js index 5ccbe6aa28ba..b07cd48eb32d 100644 --- a/examples/with-sentry/next.config.js +++ b/examples/with-sentry/next.config.js @@ -9,7 +9,7 @@ const moduleExports = { // Your existing module.exports } -/** @type {import('@sentry/nextjs/dist/config/types').SentryWebpackPluginOptions} */ +/** @type {Partial} */ const SentryWebpackPluginOptions = { // Additional config options for the Sentry Webpack plugin. Keep in mind that // the following options are set automatically, and overriding them is not