Skip to content

Commit 5f494d6

Browse files
djmixpanelpmackle
andauthored
Update javascript.mdx (#1769)
Updating to be explicit about how start_session_recording() behaves Co-authored-by: Patrick Mackle <patrickthemackle@gmail.com>
1 parent e6b9028 commit 5f494d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/docs/tracking-methods/sdks/javascript.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -958,7 +958,7 @@ We give our customers full control to customize when and where they capture sess
958958
```javascript
959959
mixpanel.start_session_recording()
960960
```
961-
This will have no effect if replay data collection is in progress.
961+
This will force recording to begin, overriding any value defined in `record_sessions_percent`. This will have no effect if replay data collection is in progress.
962962

963963
This is optional, and can be used primarily to programmatically start and stop recording, or exclude something specific from recording. We recommend using the [sampling method](/docs/tracking-methods/sdks/javascript#sampling-method) detailed above unless you need to customize when you capture replay data.
964964

0 commit comments

Comments
 (0)