Skip to content

Commit fb02718

Browse files
authored
fix(replay): Fix links to replay start/stop (#8750)
1 parent 2b307e2 commit fb02718

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/docs/product/session-replay/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ The start of a replay recording can be triggered by:
2222

2323
- A user session being part of a sampling rate, as controlled by [replaysSessionSampleRate](/platforms/javascript/session-replay/#sampling). When a user loads a page, a decision is made whether to sample it or not.
2424
- An error occurring during a session that’s not being recorded. The session is then recorded based on [replaysOnErrorSampleRate](/platforms/javascript/session-replay/#sampling)
25-
- Manually calling the [replay.start()](/platforms/javascript/session-replay/configuration/#start-and-stop-recording) method
25+
- Manually calling the [replay.start()](/platforms/javascript/session-replay/understanding-sessions/#manually-starting-replay) method
2626

2727
The end of a replay recording can be triggered by:
2828

2929
- User inactivity within the tab/page that’s being recorded. (If a user doesn’t click or navigate around the site for more than 15 minutes. Mouse scrolls, mouse movements, and keyboard events don’t currently qualify as activity.)
3030
- A recording reaching the maximum replay duration limit (currently 60 minutes)
31-
- Manually calling the [replay.stop()](/platforms/javascript/session-replay/configuration/#start-and-stop-recording) method
31+
- Manually calling the [replay.stop()](/platforms/javascript/session-replay/understanding-sessions/#manually-stopping-replay) method
3232

3333
<Note>
3434

0 commit comments

Comments
 (0)