We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ceb31e commit c6f177dCopy full SHA for c6f177d
src/recorder/session-recording.js
@@ -412,7 +412,7 @@ SessionRecording.prototype._flushEvents = addOptOutCheckMixpanelLib(function (da
412
'replay_start_url': this.replayStartUrl,
413
'seq': this.seqNo
414
};
415
- var eventsJson = _.JSONEncode(data);
+ var eventsJson = JSON.stringify(data);
416
417
// send ID management props if they exist
418
var deviceId = this._mixpanel.get_property('$device_id');
0 commit comments