Skip to content

Commit

Permalink
[Replay] Change some wording (#1059)
Browse files Browse the repository at this point in the history
* change wording

* sentence
  • Loading branch information
jakewski authored May 9, 2024
1 parent 8cefc5c commit dc695ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/docs/tracking-methods/sdks/javascript.md
Original file line number Diff line number Diff line change
Expand Up @@ -370,11 +370,11 @@ mixpanel.init("<YOUR_PROJECT_TOKEN>", {api_host: "https://<YOUR_PROXY_DOMAIN>"})

## Session Replay (Beta)

Record and track how a user interacts with your application. Recordings are disabled by default, and the Recorder SDK will not be loaded into your application until specified.
Capture and replay data on how a user interacts with your application. Replay collection is disabled by default, and the Replay portion of the SDK will not be loaded into your application until specified.

### Sampling Method

The recommended way to record is by sampling a subset of users, specified during initialization:
The recommended way to capture session replays is by sampling a subset of users, specified during initialization:

```javascript
mixpanel.init(
Expand Down Expand Up @@ -419,7 +419,7 @@ This will have no effect if there is no replay data collection in progress.
#### User Data
The Mixpanel SDK will always mask all inputs. By default, all text on a page will also be masked unless a different `record_mask_text_selector` is specified.

Along with other data, the recorder respects all Do Not Track (DNT) settings as well as manual opt-out.
Along with other data, the SDK respects all Do Not Track (DNT) settings as well as manual opt-out for any replay data.

#### Retention
User replays are stored for 30 days after the time of ingestion. There is no way to view a replay older than 30 days old.
Expand Down

0 comments on commit dc695ca

Please sign in to comment.