Skip to content

Commit 5b86a7a

Browse files
authored
fix: Remove bun/deno from session replay docs (#8734)
1 parent 59a4543 commit 5b86a7a

File tree

7 files changed

+16
-1
lines changed

7 files changed

+16
-1
lines changed

src/platforms/javascript/common/configuration/integrations/replay.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ sidebar_order: 99
66
notSupported:
77
- javascript.cordova
88
- javascript.wasm
9+
- javascript.bun
10+
- javascript.deno
911
---
1012

1113
[Session Replay](/product/session-replay/) helps you get to the root cause of an error or latency issue faster by providing you with a video-like reproduction of what was happening in the user's browser before, during, and after the issue. You can rewind and replay your application's DOM state and see key user interactions, like mouse clicks, scrolls, network requests, and console entries, in a single combined UI inspired by your browser's DevTools.

src/platforms/javascript/common/configuration/tree-shaking/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The following flags are available:
3838
: Replacing this flag with `false` will tree shake all code in the SDK that is related to performance monitoring.
3939
**Attention:** `__SENTRY_TRACING__` must not be replaced with `false` when you're using any performance monitoring-related SDK features (e.g. `Sentry.startTransaction()`). This flag is intended to be used in combination with packages like `@sentry/next` or `@sentry/sveltekit`, which automatically include performance monitoring functionality.
4040

41-
<PlatformSection notSupported={["javascript.wasm", "javascript.cordova"]}>
41+
<PlatformSection notSupported={["javascript.wasm", "javascript.cordova", "javascript.bun", "javascript.deno"]}>
4242

4343
`__RRWEB_EXCLUDE_IFRAME__`
4444

src/platforms/javascript/common/session-replay/configuration.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ sidebar_order: 4100
44
notSupported:
55
- javascript.cordova
66
- javascript.wasm
7+
- javascript.bun
8+
- javascript.deno
79
description: "Learn about the general Session Replay configuration fields."
810
---
911

src/platforms/javascript/common/session-replay/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ sidebar_order: 4000
44
notSupported:
55
- javascript.cordova
66
- javascript.wasm
7+
- javascript.bun
8+
- javascript.deno
79
description: "Learn how to enable Session Replay in your app if it is not already set up."
810
redirect_from:
911
- /platforms/javascript/integrations/rrweb/

src/platforms/javascript/common/session-replay/privacy.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ sidebar_order: 4200
44
notSupported:
55
- javascript.cordova
66
- javascript.wasm
7+
- javascript.bun
8+
- javascript.deno
79
description: "Configuring Session Replay to maintain user and data privacy."
810
---
911

src/platforms/javascript/common/session-replay/troubleshooting.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
---
22
title: Troubleshooting
33
sidebar_order: 6000
4+
notSupported:
5+
- javascript.cordova
6+
- javascript.wasm
7+
- javascript.bun
8+
- javascript.deno
49
excerpt: ""
510
description: "Troubleshooting Session Replay-specific Issues"
611
redirect_from:

src/platforms/javascript/common/session-replay/understanding-sessions.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ sidebar_order: 4300
44
notSupported:
55
- javascript.cordova
66
- javascript.wasm
7+
- javascript.bun
8+
- javascript.deno
79
description: "Learn about customizing sessions with the Session Replay SDK."
810
---
911

0 commit comments

Comments
 (0)