rudder-sdk-js 2.9.4 → 2.9.5
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/index.js +4 -4
- 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.5';
|
|
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;
|
|
@@ -10597,7 +10597,7 @@
|
|
|
10597
10597
|
this.build = "1.0.0";
|
|
10598
10598
|
this.name = "RudderLabs JavaScript SDK";
|
|
10599
10599
|
this.namespace = "com.rudderlabs.javascript";
|
|
10600
|
-
this.version = "2.9.
|
|
10600
|
+
this.version = "2.9.5";
|
|
10601
10601
|
});
|
|
10602
10602
|
|
|
10603
10603
|
/* eslint-disable max-classes-per-file */
|
|
@@ -10606,7 +10606,7 @@
|
|
|
10606
10606
|
_classCallCheck(this, RudderLibraryInfo);
|
|
10607
10607
|
|
|
10608
10608
|
this.name = "RudderLabs JavaScript SDK";
|
|
10609
|
-
this.version = "2.9.
|
|
10609
|
+
this.version = "2.9.5";
|
|
10610
10610
|
}); // Operating System information class
|
|
10611
10611
|
|
|
10612
10612
|
|
|
@@ -13273,7 +13273,7 @@
|
|
|
13273
13273
|
if (API_KEY.match(apiKeyRegex) !== null) return;
|
|
13274
13274
|
window.rsBugsnagClient = window.Bugsnag.start({
|
|
13275
13275
|
apiKey: API_KEY,
|
|
13276
|
-
appVersion: "2.9.
|
|
13276
|
+
appVersion: "2.9.5",
|
|
13277
13277
|
// Set SDK version as the app version
|
|
13278
13278
|
metadata: META_DATA,
|
|
13279
13279
|
onError: function onError(event) {
|