Skip to content

Commit 481056e

Browse files
docs(Capacitor): Add deprecation warning to session replay (#17237)
1 parent 46c9f8d commit 481056e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

  • docs/platforms/javascript/common/session-replay

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ notSupported:
2424
description: "Learn how to enable Session Replay in your app if it is not already set up."
2525
---
2626

27+
<PlatformSection supported={["javascript.capacitor"]}>
28+
<Alert level="warning" title="Not Supported on Capacitor">
29+
30+
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/).
31+
32+
</Alert>
33+
</PlatformSection>
2734
<Include name="session-replay-web-report-bug.mdx" />
2835

2936
[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.

0 commit comments

Comments
 (0)