Skip to content
Merged
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
19 changes: 2 additions & 17 deletions docs/platforms/javascript/common/best-practices/web-workers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,10 @@ keywords: ["webworkers"]
sidebar_order: 9000
supported:
- javascript
notSupportedCategories:
- server-only
notSupported:
- javascript.cordova
- javascript.node
- javascript.eve
- javascript.mastra
- javascript.aws-lambda
- javascript.azure-functions
- javascript.connect
- javascript.express
- javascript.fastify
- javascript.gcp-functions
- javascript.hapi
- javascript.hono
- javascript.koa
- javascript.nitro
- javascript.nestjs
- javascript.deno
- javascript.cloudflare
- javascript.bun
---

Sentry's Browser SDK supports the [Web Workers API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,8 @@
title: "Breadcrumbs Integration"
sidebar_title: "Breadcrumbs"
description: "Wraps native browser APIs to capture breadcrumbs. (default)"
notSupported:
- javascript.node
- javascript.eve
- javascript.mastra
- javascript.aws-lambda
- javascript.azure-functions
- javascript.connect
- javascript.express
- javascript.fastify
- javascript.gcp-functions
- javascript.hapi
- javascript.hono
- javascript.koa
- javascript.nitro
- javascript.nestjs
- javascript.deno
- javascript.cloudflare
- javascript.bun
notSupportedCategories:
- server-only
---

<PlatformContent includePath="configuration/console-logs-vs-breadcrumbs" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,25 +1,10 @@
---
title: BrowserApiErrors
description: "Wraps native time and events APIs (`setTimeout`, `setInterval`, `requestAnimationFrame`, `addEventListener/removeEventListener`) in `try/catch` blocks to handle async exceptions. (default)"
notSupportedCategories:
- server-only
notSupported:
- javascript.electron
- javascript.node
- javascript.eve
- javascript.mastra
- javascript.aws-lambda
- javascript.azure-functions
- javascript.connect
- javascript.express
- javascript.fastify
- javascript.gcp-functions
- javascript.hapi
- javascript.hono
- javascript.koa
- javascript.nitro
- javascript.nestjs
- javascript.deno
- javascript.cloudflare
- javascript.bun
---

<Alert>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,26 +1,11 @@
---
title: BrowserProfiling
description: "Capture profiling data for the Browser."
notSupportedCategories:
- server-only
notSupported:
- javascript.cordova
- javascript.capacitor
- javascript.node
- javascript.eve
- javascript.mastra
- javascript.aws-lambda
- javascript.azure-functions
- javascript.connect
- javascript.express
- javascript.fastify
- javascript.gcp-functions
- javascript.hapi
- javascript.hono
- javascript.koa
- javascript.nitro
- javascript.nestjs
- javascript.deno
- javascript.cloudflare
- javascript.bun
---

<Alert>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,25 +1,10 @@
---
title: BrowserSession
description: "Track healthy Sessions in the Browser."
notSupportedCategories:
- server-only
notSupported:
- javascript.cordova
- javascript.node
- javascript.eve
- javascript.mastra
- javascript.aws-lambda
- javascript.azure-functions
- javascript.connect
- javascript.express
- javascript.fastify
- javascript.gcp-functions
- javascript.hapi
- javascript.hono
- javascript.koa
- javascript.nitro
- javascript.nestjs
- javascript.deno
- javascript.cloudflare
- javascript.bun
---

<Alert>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,25 +1,10 @@
---
title: BrowserTracing
description: "Capture performance data for the Browser."
notSupportedCategories:
- server-only
notSupported:
- javascript.cordova
- javascript.node
- javascript.eve
- javascript.mastra
- javascript.aws-lambda
- javascript.azure-functions
- javascript.connect
- javascript.express
- javascript.fastify
- javascript.gcp-functions
- javascript.hapi
- javascript.hono
- javascript.koa
- javascript.nitro
- javascript.nestjs
- javascript.deno
- javascript.cloudflare
- javascript.bun
---

<Alert>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,25 +1,10 @@
---
title: ContextLines
description: "Adds source code from inline JavaScript of the current page's HTML."
notSupportedCategories:
- server-only
notSupported:
- javascript.cordova
- javascript.node
- javascript.eve
- javascript.mastra
- javascript.aws-lambda
- javascript.azure-functions
- javascript.connect
- javascript.express
- javascript.fastify
- javascript.gcp-functions
- javascript.hapi
- javascript.hono
- javascript.koa
- javascript.nitro
- javascript.nestjs
- javascript.deno
- javascript.cloudflare
- javascript.bun
---

_Import name: `Sentry.contextLinesIntegration`_
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,11 @@
title: ElementTiming
description: "Collect Element Timing API data as Sentry metrics."
beta: true
notSupportedCategories:
- server-only
notSupported:
- javascript.cordova
- javascript.capacitor
- javascript.node
- javascript.eve
- javascript.mastra
- javascript.aws-lambda
- javascript.azure-functions
- javascript.connect
- javascript.express
- javascript.fastify
- javascript.gcp-functions
- javascript.hapi
- javascript.hono
- javascript.koa
- javascript.nitro
- javascript.nestjs
- javascript.deno
- javascript.cloudflare
- javascript.bun
---

<Alert>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,23 +1,10 @@
---
title: GlobalHandlers
description: "Attaches global handlers to capture uncaught exceptions and unhandled rejections. (default)"
notSupported:
- javascript.electron
- javascript.node
- javascript.eve
- javascript.mastra
- javascript.aws-lambda
- javascript.azure-functions
- javascript.connect
- javascript.express
- javascript.fastify
- javascript.gcp-functions
- javascript.hapi
- javascript.hono
- javascript.koa
- javascript.nitro
- javascript.nestjs
- javascript.bun
supportedCategories:
- browser
supported:
- javascript.deno
---

<Alert>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,24 +1,8 @@
---
title: GraphQLClient
description: "Enhance spans and breadcrumbs with data from GraphQL requests."
notSupported:
- javascript.node
- javascript.eve
- javascript.mastra
- javascript.aws-lambda
- javascript.azure-functions
- javascript.connect
- javascript.express
- javascript.fastify
- javascript.gcp-functions
- javascript.hapi
- javascript.hono
- javascript.koa
- javascript.nitro
- javascript.nestjs
- javascript.deno
- javascript.cloudflare
- javascript.bun
notSupportedCategories:
- server-only
---

<Alert>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,24 +1,8 @@
---
title: HttpClient
description: "Captures errors on failed requests from Fetch and XHR and attaches request and response information."
notSupported:
- javascript.node
- javascript.eve
- javascript.mastra
- javascript.aws-lambda
- javascript.azure-functions
- javascript.connect
- javascript.express
- javascript.fastify
- javascript.gcp-functions
- javascript.hapi
- javascript.hono
- javascript.koa
- javascript.nitro
- javascript.nestjs
- javascript.deno
- javascript.cloudflare
- javascript.bun
notSupportedCategories:
- server-only
---

<Alert>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,25 +1,10 @@
---
title: HttpContext
description: "Attaches HTTP request information, such as URL, user-agent, referrer, and other headers to the event. (default)"
notSupportedCategories:
- server-only
notSupported:
- javascript.electron
- javascript.node
- javascript.eve
- javascript.mastra
- javascript.aws-lambda
- javascript.azure-functions
- javascript.connect
- javascript.express
- javascript.fastify
- javascript.gcp-functions
- javascript.hapi
- javascript.hono
- javascript.koa
- javascript.nitro
- javascript.nestjs
- javascript.deno
- javascript.cloudflare
- javascript.bun
---

<Alert>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,25 +1,10 @@
---
title: ModuleMetadata
description: "Adds module metadata to stack frames."
notSupportedCategories:
- server-only
notSupported:
- javascript.electron
- javascript.node
- javascript.eve
- javascript.mastra
- javascript.aws-lambda
- javascript.azure-functions
- javascript.connect
- javascript.express
- javascript.fastify
- javascript.gcp-functions
- javascript.hapi
- javascript.hono
- javascript.koa
- javascript.nitro
- javascript.nestjs
- javascript.deno
- javascript.bun
- javascript.cloudflare
---

<Alert>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,27 +1,11 @@
---
title: Replay
description: "Capture a video-like reproduction of what was happening in the user's browser."
notSupportedCategories:
- server-only
notSupported:
- javascript.cordova
- javascript.wasm
- javascript.bun
- javascript.deno
- javascript.node
- javascript.eve
- javascript.mastra
- javascript.aws-lambda
- javascript.azure-functions
- javascript.connect
- javascript.elysia
- javascript.express
- javascript.fastify
- javascript.gcp-functions
- javascript.hapi
- javascript.hono
- javascript.koa
- javascript.nitro
- javascript.nestjs
- javascript.cloudflare
---

<Alert>
Expand Down
Loading
Loading