@coralogix/browser 3.0.0 → 3.0.2
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/CHANGELOG.md +11 -0
- package/index.esm2.js +1 -1
- package/package.json +1 -1
- package/src/version.d.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
## 3.0.2 (2026-01-20)
|
|
2
|
+
|
|
3
|
+
### 🩹 Fixes
|
|
4
|
+
|
|
5
|
+
- Revert mutation counter limit that could cause incomplete session recordings
|
|
6
|
+
|
|
7
|
+
## 3.0.1 (2026-01-18)
|
|
8
|
+
|
|
9
|
+
### 🩹 Fixes
|
|
10
|
+
- Improve session recorder performance
|
|
11
|
+
|
|
1
12
|
# 3.0.0 (2025-12-25)
|
|
2
13
|
|
|
3
14
|
### 🔥 Performance
|
package/index.esm2.js
CHANGED
|
@@ -4138,7 +4138,7 @@ function resolveUrlBlueprinters(urlBlueprinters) {
|
|
|
4138
4138
|
return resolvedUrlBlueprinters;
|
|
4139
4139
|
}
|
|
4140
4140
|
|
|
4141
|
-
var SDK_VERSION = '3.0.
|
|
4141
|
+
var SDK_VERSION = '3.0.2';
|
|
4142
4142
|
|
|
4143
4143
|
function shouldDropEvent(cxRumEvent, options) {
|
|
4144
4144
|
if (isDocumentErrorWithoutMessage(cxRumEvent)) {
|
package/package.json
CHANGED
package/src/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "3.0.
|
|
1
|
+
export declare const SDK_VERSION = "3.0.2";
|