Skip to content

Commit b9ce4a1

Browse files
billyvglizokm
andauthored
Update docs/platforms/javascript/common/session-replay/index.mdx
Co-authored-by: Liza Mock <[email protected]>
1 parent 947a1ef commit b9ce4a1

File tree

1 file changed

+1
-1
lines changed
  • docs/platforms/javascript/common/session-replay

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ By default, our Session Replay SDK masks all DOM text content, images, and user
2828

2929
<PlatformSection supported={["javascript.angular"]}>
3030
<Alert level="danger">
31-
Angular's <ExternalLink href="https://angular.dev/api/core/ChangeDetectionStrategy#Default">default "Change Detection" strategy</ExternalLink> 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.
31+
Angular's <ExternalLink href="https://angular.dev/api/core/ChangeDetectionStrategy#Default">default "Change Detection" strategy</ExternalLink> monkeypatches browser globals and can break or cause performance regressions in your application when using Session Replay. To avoid this, we recommend you use the `OnPush` strategy when using Angular.
3232
</Alert>
3333
</PlatformSection>
3434

0 commit comments

Comments
 (0)