From 0070c9877b3fdfe2782abd737b336dc7ab33788b Mon Sep 17 00:00:00 2001 From: "Calum H." Date: Thu, 15 Jan 2026 20:41:01 +0000 Subject: [PATCH] fix: re-enable async context (#5126) --- apps/frontend/nuxt.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/frontend/nuxt.config.ts b/apps/frontend/nuxt.config.ts index 8a865beb..af8f2247 100644 --- a/apps/frontend/nuxt.config.ts +++ b/apps/frontend/nuxt.config.ts @@ -320,7 +320,7 @@ export default defineNuxtConfig({ compatibilityDate: '2025-01-01', telemetry: false, experimental: { - asyncContext: false, + asyncContext: true, }, sourcemap: { client: 'hidden' }, sentry: {