Skip to content

Commit

Permalink
Use partial type for SentryWebpackPluginOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
jonespen committed Sep 3, 2021
1 parent 16f80fe commit 17c85fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-sentry/next.config.js
Expand Up @@ -9,7 +9,7 @@ const moduleExports = {
// Your existing module.exports
}

/** @type {import('@sentry/nextjs/dist/config/types').SentryWebpackPluginOptions} */
/** @type {Partial<import('@sentry/nextjs/dist/config/types').SentryWebpackPluginOptions>} */
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
Expand Down

0 comments on commit 17c85fa

Please sign in to comment.