Skip to content

Commit e17bde0

Browse files
committed
Modifications for clarity of session replay
Changes to session replay doc based on comments
1 parent 85d0e81 commit e17bde0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/error-reporting/platform-integrations/session-replay.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@ Session Replay is currently in beta and only available for web applications. Rep
1515

1616
:::
1717

18-
Session Replay allows you to capture a visual recreation of user sessions. This simplifies the replication of user errors to determine the root cause. Combining session replays with breadcrumbs and callstacks can give a complete view of the user experience.
18+
Session Replay allows you to capture a visual recreation of a user session. This simplifies the replication of user errors to determine the root cause. Combining session replays with breadcrumbs and callstacks can give a complete view of the user experience.
1919

2020
## Overview of Session Replay
21-
Session replay works by capturing the DOM state periodically when the user interacts wtih your application. The user session is then recreated when viewing the error in Backtrace. Unlike a video recording, these packages are lightweight and allow for additional processing prior to being sent and stored in Backtrace (i.e. masking for PII considerations). Currently, Backtrace SDK will snip the session around a triggering error, allowing your team to hone in on specific issues.
21+
Session replay works by capturing the DOM state periodically when the user interacts wtih your application. The user session is then recreated when viewing the error in Backtrace. Unlike a video recording, these packages are lightweight and allow for additional processing prior to being sent and stored in Backtrace (e.g. masking PII). Backtrace SDK snips the session around a triggering error so your team can hone in on a specific issue.
2222

2323
The Backtrace implementation makes use of [rrweb](https://github.com/rrweb-io/rrweb/blob/master/guide.md).
2424

2525
## Prerequisites
2626
- A Backtrace account ([log in](https://backtrace.io/login) or sign up for a [free trial license](https://backtrace.io/sign-up)).
27-
- Follow the ([JavaScript integration guide](https://docs.saucelabs.com/error-reporting/language-integrations/javascript/)).
27+
- Follow the [JavaScript integration guide](https://docs.saucelabs.com/error-reporting/language-integrations/javascript/).
2828

2929
## Setting Up Session Replay
3030

0 commit comments

Comments
 (0)