You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,24 @@
22
22
-**Advanced search:** Filter items by many different properties. <ahref="https://docs.rollbar.com/docs/search-items">Learn more about search</a>.
23
23
-**Customizable notifications:** Rollbar supports several messaging and incident management tools where your team can get notified about errors and important events by real-time alerts. <ahref="https://docs.rollbar.com/docs/notifications">Learn more about Rollbar notifications</a>.
24
24
25
+
## Session Replay (Beta)
26
+
27
+
**Important:** Session Replay is now available in beta! This feature captures and replays user sessions around errors, helping you understand exactly what happened before an error occurred. Replay can also be triggered based on custom conditions to capture critical user flows.
28
+
29
+
Because Session Replay includes additional recording capabilities, it uses a **separate, larger bundle**. If you want to use Session Replay, import from `rollbar/replay` instead of `rollbar`:
0 commit comments