@coralogix/browser 3.5.1 → 3.6.0

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,9 @@
1
+ ## 3.6.0 (2026-04-09)
2
+
3
+ ### 🚀 Features
4
+
5
+ - Add US3 domain
6
+
1
7
  ## 3.5.1 (2026-04-06)
2
8
 
3
9
  ### 🩹 Fixes
package/index.esm2.js CHANGED
@@ -2695,6 +2695,7 @@ var CoralogixDomainsApiUrlMap = {
2695
2695
  EU2: 'https://ingress.eu2.rum-ingress-coralogix.com',
2696
2696
  US1: 'https://ingress.us1.rum-ingress-coralogix.com',
2697
2697
  US2: 'https://ingress.us2.rum-ingress-coralogix.com',
2698
+ US3: 'https://ingress.us3.rum-ingress-coralogix.com',
2698
2699
  AP1: 'https://ingress.ap1.rum-ingress-coralogix.com',
2699
2700
  AP2: 'https://ingress.ap2.rum-ingress-coralogix.com',
2700
2701
  AP3: 'https://ingress.ap3.rum-ingress-coralogix.com',
@@ -4224,7 +4225,7 @@ function resolveUrlBlueprinters(urlBlueprinters) {
4224
4225
  return resolvedUrlBlueprinters;
4225
4226
  }
4226
4227
 
4227
- var SDK_VERSION = '3.5.1';
4228
+ var SDK_VERSION = '3.6.0';
4228
4229
 
4229
4230
  function shouldDropEvent(cxRumEvent, options) {
4230
4231
  if (isDocumentErrorWithoutMessage(cxRumEvent)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coralogix/browser",
3
- "version": "3.5.1",
3
+ "version": "3.6.0",
4
4
  "description": "Official Coralogix SDK for browsers",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Coralogix",
@@ -54,6 +54,7 @@ export declare const CoralogixDomainsApiUrlMap: {
54
54
  EU2: string;
55
55
  US1: string;
56
56
  US2: string;
57
+ US3: string;
57
58
  AP1: string;
58
59
  AP2: string;
59
60
  AP3: string;
package/src/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "3.5.1";
1
+ export declare const SDK_VERSION = "3.6.0";