From ae504b851883ac4a0e2b20495d3e9a9a914987a2 Mon Sep 17 00:00:00 2001 From: Francesco Novy Date: Fri, 18 Sep 2026 11:09:10 +0200 Subject: [PATCH] docs(javascript): drop serverless category from node, bun, deno Node, Bun, and Deno are long-running server runtimes, not serverless/FaaS platforms, so the `serverless` category was semantically wrong for them. The genuinely serverless guides (aws-lambda, azure-functions, gcp-functions, cloudflare, and firebase/Cloud Functions) keep it. No rendered content changes: `serverless` is always paired with `server` in every section/option/link filter (which these guides retain), and the only filters that key on `serverless` alone are migration items that are also gated by `frameworks: [aws-lambda|cloudflare]`, so they never applied to node/bun/deno regardless. Co-Authored-By: Claude Opus 4.8 (1M context) --- docs/platforms/javascript/guides/bun/index.mdx | 1 - docs/platforms/javascript/guides/deno/index.mdx | 1 - docs/platforms/javascript/guides/node/index.mdx | 1 - 3 files changed, 3 deletions(-) diff --git a/docs/platforms/javascript/guides/bun/index.mdx b/docs/platforms/javascript/guides/bun/index.mdx index 9cb59b4cda3da..a5cb05c21e83c 100644 --- a/docs/platforms/javascript/guides/bun/index.mdx +++ b/docs/platforms/javascript/guides/bun/index.mdx @@ -4,7 +4,6 @@ description: Learn how to manually set up Sentry in your Bun app and capture you sdk: sentry.javascript.bun categories: - server - - serverless - server-only --- diff --git a/docs/platforms/javascript/guides/deno/index.mdx b/docs/platforms/javascript/guides/deno/index.mdx index 9c460e93495fa..3a7a85c8053af 100644 --- a/docs/platforms/javascript/guides/deno/index.mdx +++ b/docs/platforms/javascript/guides/deno/index.mdx @@ -4,7 +4,6 @@ description: Learn how to manually set up Sentry in your Deno app and capture yo sdk: sentry.javascript.deno categories: - server - - serverless - server-only --- diff --git a/docs/platforms/javascript/guides/node/index.mdx b/docs/platforms/javascript/guides/node/index.mdx index 8ddfa3aaa6287..69db24d7d47bf 100644 --- a/docs/platforms/javascript/guides/node/index.mdx +++ b/docs/platforms/javascript/guides/node/index.mdx @@ -4,7 +4,6 @@ description: "Learn how to manually set up Sentry in your Node.js app and captur sdk: sentry.javascript.node categories: - server - - serverless - server-only ---