diff --git a/next.config.mjs b/next.config.mjs index 409f16cb..0e649762 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -77,6 +77,10 @@ const nextConfig = { source: "/action/asset/:path*", // Match other /action/asset routes destination: `${process.env.WORKSPACE_BASE_URL}/api/proxy?path=/action/asset/:path*`, // Forward other /action/asset requests to proxy.js }, + { + source: "/action/v1/telemetry", + destination: `${process.env.NEXT_PUBLIC_TELEMETRY_URL}/v1/telemetry`, + }, { source: "/action/content/:path*", // Match other /action/asset routes destination: `${process.env.WORKSPACE_BASE_URL}/api/proxy?path=/action/content/:path*`, // Forward other /action/asset requests to proxy.js