Skip to content
Merged
Changes from 3 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
6 changes: 6 additions & 0 deletions docs/platforms/javascript/common/session-replay/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ description: "Learn how to enable Session Replay in your app if it is not alread

By default, our Session Replay SDK masks all DOM text content, images, and user input, giving you heightened confidence that no sensitive data will leave the browser. To learn more, see <PlatformLink to="/session-replay/privacy">Session Replay Privacy</PlatformLink>.

<PlatformSection supported={["javascript.angular"]}>
<Alert level="danger">
Angular's [default "Change Detection" strategy](https://angular.dev/api/core/ChangeDetectionStrategy#Default) monkeypatches browser globals and can break or cause performance regressions to your application when using Session Replay. We recommend you use the `OnPush` strategy when using Angular.
</Alert>
</PlatformSection>

## Pre-requisites

<PlatformContent includePath="session-replay/pre-requisites" />
Expand Down
Loading