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 098dfdf commit b4bec6eCopy full SHA for b4bec6e
1 file changed
packages/nextjs/src/config/webpack.ts
@@ -433,7 +433,7 @@ export function constructWebpackConfigFunction({
433
434
// Orchestrion code-transform loader — Node server runtime only, never the edge compilation
435
if (runtime === 'server' && userSentryOptions._experimental?.useDiagnosticsChannelInjection) {
436
- newConfig.plugins.push(sentryOrchestrionWebpackPlugin() as WebpackPluginInstance);
+ newConfig.plugins.push(sentryOrchestrionWebpackPlugin() as unknown as WebpackPluginInstance);
437
}
438
439
return newConfig;
0 commit comments