Skip to content

Commit d6c1ee8

Browse files
billyvgLms24
andauthored
feat(replay): Add note about potential Angular performance impact (#6267)
* feat(replay): Add note about potential Angular performance impact * Update src/platforms/javascript/common/session-replay/index.mdx Co-authored-by: Lukas Stracke <[email protected]> * angular only --------- Co-authored-by: Lukas Stracke <[email protected]>
1 parent 9591f6d commit d6c1ee8

File tree

1 file changed

+6
-0
lines changed
  • src/platforms/javascript/common/session-replay

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ By default, it'll mask all fields, so no personally identifiable information (PI
3131

3232
<PlatformContent includePath="session-replay/pre-requisites" />
3333

34+
<PlatformSection supported={["javascript.angular"]}>
35+
<Alert level="warning" title="Warning">
36+
We’re investigating possible performance degradation in <b>some</b> Angular applications. We recommend testing your application before releasing. Please reach out via <a href="https://github.com/getsentry/sentry-javascript/issues/6946">this GitHub ticket</a> if you have issues.
37+
</Alert>
38+
</PlatformSection>
39+
3440
## Install
3541

3642
<PlatformContent includePath="session-replay/install" />

0 commit comments

Comments
 (0)