fix: re-enable async context (#5126)

This commit is contained in:
Calum H.
2026-01-15 20:41:01 +00:00
committed by GitHub
parent eb208eed8b
commit 0070c9877b

View File

@@ -320,7 +320,7 @@ export default defineNuxtConfig({
compatibilityDate: '2025-01-01',
telemetry: false,
experimental: {
asyncContext: false,
asyncContext: true,
},
sourcemap: { client: 'hidden' },
sentry: {