Skip to content

Commit

Permalink
List (currently unreleased) record_canvas option in JS SDK section
Browse files Browse the repository at this point in the history
  • Loading branch information
themacguffinman authored Dec 12, 2024
1 parent af7bb18 commit dc98275
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/docs/tracking-methods/sdks/javascript.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -781,6 +781,7 @@ If you already have the JS SDK installed, this is the only code change you need
| `record_max_ms` | Maximum length of a single replay in milliseconds. Up to 24 hours is supported. Once a replay has reached the maximum length, a new one will begin. | `86400000`<br/>(24 hours) |
| `record_min_ms` | Minimum length of a single replay in milliseconds. Up to 8 seconds is supported. If a replay does not meet the minimum length, it will be discarded. | `0`<br/>(0 seconds) |
| `record_sessions_percent` | Percentage of SDK initializations that will qualify for replay data capture. A value of "1" = 1%. | `0` |
| `record_canvas` | When true, Mixpanel will record snapshots of `<canvas>` elements on your site at up to 15 frames per second | `false` |


### Session Replay Methods
Expand Down

0 comments on commit dc98275

Please sign in to comment.