Skip to content
Open
Changes from 1 commit
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
8 changes: 7 additions & 1 deletion docs/platforms/javascript/common/session-replay/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,13 @@ notSupported:
description: "Learn how to enable Session Replay in your app if it is not already set up."
---

<Include name="session-replay-web-report-bug.mdx" />
<PlatformSection supported={["javascript.capacitor"]}>
<Alert level="warning" title="Not Supported on Capacitor">

Session Replay is no longer supported in `@sentry/capacitor` as of version 4.0.0. If you need Session Replay, we recommend [`@sentry/react-native`](/platforms/react-native/) or [`sentry-dart` (Flutter)](/platforms/flutter/).

</Alert>
</PlatformSection><Include name="session-replay-web-report-bug.mdx" />

[Session Replay](/product/explore/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
Loading