We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fef5680 commit 9dad482Copy full SHA for 9dad482
1 file changed
browser-emulator/public-lk/lib/webrtc-stats-manager.js
@@ -74,7 +74,7 @@ class WebRTCStatsManager {
74
this.savedStats = [];
75
const response = {
76
webrtcStats: data,
77
- timestamp: new Date().toISOString(),
+ "@timestamp": new Date().toISOString(),
78
user: USER_ID,
79
session: SESSION_ID
80
};
0 commit comments