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 ea65bd7 commit ef8ce7dCopy full SHA for ef8ce7d
packages/nextjs/src/config/withSentryConfig.ts
@@ -22,7 +22,6 @@ let showedExportModeTunnelWarning = false;
22
* @param sentryBuildOptions Additional options to configure instrumentation and
23
* @returns The modified config to be exported
24
*/
25
-// TODO(v9): Always return an async function here to allow us to do async things like grabbing a deterministic build ID.
26
export function withSentryConfig<C>(nextConfig?: C, sentryBuildOptions: SentryBuildOptions = {}): C {
27
const castNextConfig = (nextConfig as NextConfig) || {};
28
if (typeof castNextConfig === 'function') {
0 commit comments