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 8bf9d83 commit 3850b26Copy full SHA for 3850b26
packages/nextjs/test/config/testUtils.ts
@@ -76,7 +76,9 @@ export async function materializeFinalWebpackConfig(options: {
76
releaseName: options.releaseName,
77
routeManifest: options.routeManifest,
78
nextJsVersion: options.nextJsVersion,
79
- useRunAfterProductionCompileHook: options.useRunAfterProductionCompileHook ?? options.sentryBuildTimeOptions?._experimental?.useRunAfterProductionCompileHook,
+ useRunAfterProductionCompileHook:
80
+ options.useRunAfterProductionCompileHook ??
81
+ options.sentryBuildTimeOptions?._experimental?.useRunAfterProductionCompileHook,
82
});
83
84
// call it to get concrete values for comparison
0 commit comments