Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 2 additions & 14 deletions docs/platforms/javascript/common/best-practices/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,8 @@ title: Special Use Cases
description: "Learn how to set up Sentry for several specific use cases with these best practice guides."
sidebar_order: 18
sidebar_section: configuration
notSupported:
- javascript.node
- javascript.eve
- javascript.mastra
- javascript.aws-lambda
- javascript.azure-functions
- javascript.express
- javascript.fastify
- javascript.gcp-functions
- javascript.hapi
- javascript.hono
- javascript.koa
- javascript.nitro
- javascript.nestjs
supportedCategories:
- browser
Comment thread
sentry[bot] marked this conversation as resolved.
---

<PageGrid />
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,8 @@
title: Micro Frontends
sidebar_order: 200
description: Learn how to identify the source of errors and route events to different Sentry projects when using micro frontends or module federation.
notSupported:
- javascript.node
- javascript.eve
- javascript.mastra
- javascript.aws-lambda
- javascript.azure-functions
- javascript.express
- javascript.fastify
- javascript.gcp-functions
- javascript.hapi
- javascript.hono
- javascript.koa
- javascript.nitro
- javascript.nestjs
supportedCategories:
- browser-only
keywords:
[
"micro frontend",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,8 @@
title: Multiple Sentry Instances
sidebar_order: 300
description: Learn how to manage several Sentry instances by creating your own clients.
notSupported:
- javascript.node
- javascript.eve
- javascript.mastra
- javascript.aws-lambda
- javascript.azure-functions
- javascript.express
- javascript.fastify
- javascript.gcp-functions
- javascript.hapi
- javascript.hono
- javascript.koa
- javascript.nitro
- javascript.nestjs
supportedCategories:
- browser-only
keywords: ["multiple clients", "BrowserClient", "NodeClient", "monorepo"]
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,13 @@
title: Offline Caching
description: "Learn how to cache Sentry events while being offline."
sidebar_order: 400
supportedCategories:
- browser
notSupported:
- javascript.capacitor
- javascript.cordova
- javascript.electron
- javascript.wasm
- javascript.node
- javascript.eve
- javascript.mastra
- javascript.aws-lambda
- javascript.azure-functions
- javascript.express
- javascript.fastify
- javascript.gcp-functions
- javascript.hapi
- javascript.hono
- javascript.koa
- javascript.nitro
- javascript.nestjs
---

If your JavaScript application is designed to continue working offline,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,8 @@
title: Shared Environments / Browser Extensions
sidebar_order: 50
description: Learn how to use Sentry in shared environments (for example in browser extensions or VSCode extensions).
notSupported:
- javascript.node
- javascript.eve
- javascript.mastra
- javascript.aws-lambda
- javascript.azure-functions
- javascript.express
- javascript.fastify
- javascript.gcp-functions
- javascript.hapi
- javascript.hono
- javascript.koa
- javascript.nitro
- javascript.nestjs
supportedCategories:
- browser-only
keywords:
[
"BrowserClient",
Expand Down
Loading