rudder-sdk-js 2.9.0 → 2.9.1
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +5 -5
- package/package.json +1 -1
package/index.js
CHANGED
@@ -4939,7 +4939,7 @@
|
|
4939
4939
|
|
4940
4940
|
// Reserved Keywords for properties/traits
|
4941
4941
|
var RESERVED_KEYS = ['anonymous_id', 'id', 'sent_at', 'received_at', 'timestamp', 'original_timestamp', 'event_text', 'event'];
|
4942
|
-
var CONFIG_URL = 'https://api.rudderlabs.com/sourceConfig/?p=npm&v=2.9.
|
4942
|
+
var CONFIG_URL = 'https://api.rudderlabs.com/sourceConfig/?p=npm&v=2.9.1';
|
4943
4943
|
var CDN_INT_DIR = 'js-integrations';
|
4944
4944
|
var DEST_SDK_BASE_URL = "https://cdn.rudderlabs.com/v1.1/".concat(CDN_INT_DIR);
|
4945
4945
|
var MAX_WAIT_FOR_INTEGRATION_LOAD = 10000;
|
@@ -10589,7 +10589,7 @@
|
|
10589
10589
|
this.build = "1.0.0";
|
10590
10590
|
this.name = "RudderLabs JavaScript SDK";
|
10591
10591
|
this.namespace = "com.rudderlabs.javascript";
|
10592
|
-
this.version = "2.9.
|
10592
|
+
this.version = "2.9.1";
|
10593
10593
|
});
|
10594
10594
|
|
10595
10595
|
/* eslint-disable max-classes-per-file */
|
@@ -10598,7 +10598,7 @@
|
|
10598
10598
|
_classCallCheck(this, RudderLibraryInfo);
|
10599
10599
|
|
10600
10600
|
this.name = "RudderLabs JavaScript SDK";
|
10601
|
-
this.version = "2.9.
|
10601
|
+
this.version = "2.9.1";
|
10602
10602
|
}); // Operating System information class
|
10603
10603
|
|
10604
10604
|
|
@@ -13090,7 +13090,7 @@
|
|
13090
13090
|
ADROLL: "Adroll",
|
13091
13091
|
DCM_FLOODLIGHT: "DCMFloodlight",
|
13092
13092
|
MATOMO: "Matomo",
|
13093
|
-
VERO: "
|
13093
|
+
VERO: "Vero"
|
13094
13094
|
};
|
13095
13095
|
|
13096
13096
|
/* eslint-disable class-methods-use-this */
|
@@ -13260,7 +13260,7 @@
|
|
13260
13260
|
if (API_KEY.match(apiKeyRegex) !== null) return;
|
13261
13261
|
window.rsBugsnagClient = window.Bugsnag.start({
|
13262
13262
|
apiKey: API_KEY,
|
13263
|
-
appVersion: "2.9.
|
13263
|
+
appVersion: "2.9.1",
|
13264
13264
|
// Set SDK version as the app version
|
13265
13265
|
metadata: META_DATA,
|
13266
13266
|
onError: function onError(event) {
|