Skip to content

Commit fa81fec

Browse files
authored
Update docs/platforms/javascript/common/session-replay/index.mdx
1 parent 75a808f commit fa81fec

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 [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 only use the `OnPush` strategy when using Angular.
31+
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.
3232
</Alert>
3333
</PlatformSection>
3434

0 commit comments

Comments
 (0)