Skip to content

Commit 2610652

Browse files
committed
Fix build
1 parent 53089bb commit 2610652

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/server-utils/src/orchestrion/bundler

packages/server-utils/src/orchestrion/bundler/webpack.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ export function getSentryInstrumentations(): InstrumentationConfig[] {
4747
/**
4848
* The code-transform webpack plugin, pre-fed the instrumentation config
4949
*/
50-
export function sentryOrchestrionWebpackPlugin(options: PluginOptions): ReturnType<typeof codeTransformerWebpack> {
50+
export function sentryOrchestrionWebpackPlugin(options: PluginOptions = {}): ReturnType<typeof codeTransformerWebpack> {
5151
return codeTransformerWebpack(orchestrionTransformOptions(options));
5252
}

0 commit comments

Comments
 (0)