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 53089bb commit 2610652Copy full SHA for 2610652
1 file changed
packages/server-utils/src/orchestrion/bundler/webpack.ts
@@ -47,6 +47,6 @@ export function getSentryInstrumentations(): InstrumentationConfig[] {
47
/**
48
* The code-transform webpack plugin, pre-fed the instrumentation config
49
*/
50
-export function sentryOrchestrionWebpackPlugin(options: PluginOptions): ReturnType<typeof codeTransformerWebpack> {
+export function sentryOrchestrionWebpackPlugin(options: PluginOptions = {}): ReturnType<typeof codeTransformerWebpack> {
51
return codeTransformerWebpack(orchestrionTransformOptions(options));
52
}
0 commit comments