Skip to content

Commit

Permalink
fix: Remove bun/deno from session replay docs (#8734)
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiPrasad authored Dec 15, 2023
1 parent 59a4543 commit 5b86a7a
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ sidebar_order: 99
notSupported:
- javascript.cordova
- javascript.wasm
- javascript.bun
- javascript.deno
---

[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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The following flags are available:
: Replacing this flag with `false` will tree shake all code in the SDK that is related to performance monitoring.
**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.

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

`__RRWEB_EXCLUDE_IFRAME__`

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ sidebar_order: 4100
notSupported:
- javascript.cordova
- javascript.wasm
- javascript.bun
- javascript.deno
description: "Learn about the general Session Replay configuration fields."
---

Expand Down
2 changes: 2 additions & 0 deletions src/platforms/javascript/common/session-replay/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ sidebar_order: 4000
notSupported:
- javascript.cordova
- javascript.wasm
- javascript.bun
- javascript.deno
description: "Learn how to enable Session Replay in your app if it is not already set up."
redirect_from:
- /platforms/javascript/integrations/rrweb/
Expand Down
2 changes: 2 additions & 0 deletions src/platforms/javascript/common/session-replay/privacy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ sidebar_order: 4200
notSupported:
- javascript.cordova
- javascript.wasm
- javascript.bun
- javascript.deno
description: "Configuring Session Replay to maintain user and data privacy."
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
---
title: Troubleshooting
sidebar_order: 6000
notSupported:
- javascript.cordova
- javascript.wasm
- javascript.bun
- javascript.deno
excerpt: ""
description: "Troubleshooting Session Replay-specific Issues"
redirect_from:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ sidebar_order: 4300
notSupported:
- javascript.cordova
- javascript.wasm
- javascript.bun
- javascript.deno
description: "Learn about customizing sessions with the Session Replay SDK."
---

Expand Down

1 comment on commit 5b86a7a

@vercel
Copy link

@vercel vercel bot commented on 5b86a7a Dec 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sentry-docs – ./

sentry-docs-git-master.sentry.dev
docs.sentry.io
sentry-docs.sentry.dev

Please sign in to comment.