Session Replay SDK Takes Mutations into Account to Minimize Performance Overhead

At Sentry, we employ several measures to avoid Session Replay negatively impacting the end-user performance of your web application. A new measure we introduced is if the Session Replay SDK detects that performance will potentially be degraded with Session Replay, it will proactively stop recording that user session. When this happens, there will be a breadcrumb in the Replay Details.

Read more in our documentation.

These are the prerequisites to use this optimization:
1. Your org needs to have sent replay events
2. JavaScript SDK (or related framework) version of 7.54.0 or higher

Your code is broken. Let's Fix it.
Get Started