@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 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.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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coralogix/browser",
3
- "version": "3.0.0",
3
+ "version": "3.0.2",
4
4
  "description": "Official Coralogix SDK for browsers",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Coralogix",
package/src/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "3.0.0";
1
+ export declare const SDK_VERSION = "3.0.2";