Skip to content

Commit 75a808f

Browse files
committed
danger not error
1 parent 3c932c3 commit 75a808f

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
@@ -27,7 +27,7 @@ description: "Learn how to enable Session Replay in your app if it is not alread
2727
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>.
2828

2929
<PlatformSection supported={["javascript.angular"]}>
30-
<Alert level="error">
30+
<Alert level="danger">
3131
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.
3232
</Alert>
3333
</PlatformSection>

0 commit comments

Comments
 (0)