@statsig/session-replay 3.0.0-beta.5 → 3.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@statsig/session-replay",
3
- "version": "3.0.0-beta.5",
3
+ "version": "3.1.0",
4
4
  "dependencies": {
5
5
  "rrweb": "2.0.0-alpha.12",
6
- "@statsig/client-core": "3.0.0-beta.5"
6
+ "@statsig/client-core": "3.1.0"
7
7
  },
8
8
  "devDependencies": {
9
9
  "@rrweb/types": "2.0.0-alpha.12"
@@ -126,6 +126,7 @@ class SessionReplay {
126
126
  session_end_ts: String(data.endTime),
127
127
  clicks_captured_cumulative: String(data.clickCount),
128
128
  rrweb_events: payload,
129
+ rrweb_payload_size: String(payload.length),
129
130
  session_replay_sdk_version: client_core_1.SDK_VERSION,
130
131
  },
131
132
  };