Skip to content

Commit b4bec6e

Browse files
committed
get past the build
1 parent 098dfdf commit b4bec6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/nextjs/src/config/webpack.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ export function constructWebpackConfigFunction({
433433

434434
// Orchestrion code-transform loader — Node server runtime only, never the edge compilation
435435
if (runtime === 'server' && userSentryOptions._experimental?.useDiagnosticsChannelInjection) {
436-
newConfig.plugins.push(sentryOrchestrionWebpackPlugin() as WebpackPluginInstance);
436+
newConfig.plugins.push(sentryOrchestrionWebpackPlugin() as unknown as WebpackPluginInstance);
437437
}
438438

439439
return newConfig;

0 commit comments

Comments
 (0)