From 022ce91c9ea0d5dd0734d36dcda5b79e1f506bef Mon Sep 17 00:00:00 2001 From: "sentry[bot]" <39604003+sentry[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 00:55:23 +0000 Subject: [PATCH] fix(changelog): Include DocsChangelog component in serverless bundle --- next.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/next.config.ts b/next.config.ts index bf35ce67e9a10..3a1f6f3e2dd61 100644 --- a/next.config.ts +++ b/next.config.ts @@ -83,6 +83,7 @@ const outputFileTracingIncludes = process.env.NEXT_PUBLIC_DEVELOPER_DOCS 'public/doctree.json', 'docs/changelog.mdx', 'docs/platforms/index.mdx', + 'src/components/changelog/docsChangelog.tsx', ], 'sitemap.xml': ['public/doctree.json'], };