@testrtc/watchrtc-sdk
Advanced tools
Comparing version 1.38.0-beta.3 to 1.38.0-beta.4
@@ -1,2 +0,2 @@ | ||
declare const _default: "1.38.0-beta.3"; | ||
declare const _default: "1.38.0-beta.4"; | ||
export default _default; |
{ | ||
"name": "@testrtc/watchrtc-sdk", | ||
"version": "1.38.0-beta.3", | ||
"version": "1.38.0-beta.4", | ||
"description": "Monitor your WebRTC application by collecting WebRTC statistics from end users", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -309,6 +309,11 @@ # watchRTC JS SDK | ||
### 1.38.0.beta-4 (Oct 16, 2023) | ||
- add more info about "close" event log in debug mode | ||
- "nailUpCallEnd" log message does not include timestamp, which can cause incorrect time calculations | ||
### 1.38.0.beta-3 (Oct 09, 2023) | ||
- add `logLevel` configuration property to give more control over logs on SDK initialization. | ||
- deprecated `debug` configuration property in favor of `logLevel`. | ||
- add `logLevel` configuration property to give more control over logs on SDK initialization | ||
- deprecated `debug` configuration property in favor of `logLevel` | ||
- flush any data that is older than the last 10 minutes and not send it to the server before first connection with server | ||
@@ -315,0 +320,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
548545
1373
503