We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 094114b commit 1996c03Copy full SHA for 1996c03
packages/webpack-plugin/src/index.ts
@@ -186,7 +186,7 @@ const sentryUnplugin = sentryUnpluginFactory({
186
});
187
188
type SentryWebpackPluginOptions = Options & {
189
- _experiments: Options["_experiments"] & {
+ _experiments?: Options["_experiments"] & {
190
/**
191
* If enabled, the webpack plugin will exit the build process after the build completes.
192
* Use this with caution, as it will terminate the process.
0 commit comments