Skip to content

Commit ef8ce7d

Browse files
author
Luca Forstner
committed
Remove note
1 parent ea65bd7 commit ef8ce7d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/nextjs/src/config/withSentryConfig.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ let showedExportModeTunnelWarning = false;
2222
* @param sentryBuildOptions Additional options to configure instrumentation and
2323
* @returns The modified config to be exported
2424
*/
25-
// TODO(v9): Always return an async function here to allow us to do async things like grabbing a deterministic build ID.
2625
export function withSentryConfig<C>(nextConfig?: C, sentryBuildOptions: SentryBuildOptions = {}): C {
2726
const castNextConfig = (nextConfig as NextConfig) || {};
2827
if (typeof castNextConfig === 'function') {

0 commit comments

Comments
 (0)