@pelcro/react-pelcro-js 3.19.0-beta.2 → 3.19.0-beta.3
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/dist/index.cjs.js +7 -8
- package/dist/index.esm.js +7 -8
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -12426,14 +12426,13 @@ function userMustVerifyEmail() {
|
|
|
12426
12426
|
function notifyBugsnag() {
|
|
12427
12427
|
let message = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 'Error';
|
|
12428
12428
|
notifier.notify(message, event => {
|
|
12429
|
-
|
|
12430
|
-
|
|
12431
|
-
|
|
12432
|
-
|
|
12433
|
-
|
|
12434
|
-
|
|
12435
|
-
|
|
12436
|
-
event.app.version = (_window$Pelcro7 = window.Pelcro) === null || _window$Pelcro7 === void 0 ? void 0 : (_window$Pelcro7$uiSet = _window$Pelcro7.uiSettings) === null || _window$Pelcro7$uiSet === void 0 ? void 0 : _window$Pelcro7$uiSet.uiVersion;
|
|
12429
|
+
// event.addMetadata("MetaData", {
|
|
12430
|
+
// site: window.Pelcro?.site?.read(),
|
|
12431
|
+
// user: window.Pelcro?.user?.read(),
|
|
12432
|
+
// uiVersion: window.Pelcro?.uiSettings?.uiVersion,
|
|
12433
|
+
// environment: window.Pelcro?.environment
|
|
12434
|
+
// });
|
|
12435
|
+
// event.app.version = window.Pelcro?.uiSettings?.uiVersion
|
|
12437
12436
|
});
|
|
12438
12437
|
}
|
|
12439
12438
|
|
package/dist/index.esm.js
CHANGED
|
@@ -12385,14 +12385,13 @@ function userMustVerifyEmail() {
|
|
|
12385
12385
|
function notifyBugsnag() {
|
|
12386
12386
|
let message = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 'Error';
|
|
12387
12387
|
notifier.notify(message, event => {
|
|
12388
|
-
|
|
12389
|
-
|
|
12390
|
-
|
|
12391
|
-
|
|
12392
|
-
|
|
12393
|
-
|
|
12394
|
-
|
|
12395
|
-
event.app.version = (_window$Pelcro7 = window.Pelcro) === null || _window$Pelcro7 === void 0 ? void 0 : (_window$Pelcro7$uiSet = _window$Pelcro7.uiSettings) === null || _window$Pelcro7$uiSet === void 0 ? void 0 : _window$Pelcro7$uiSet.uiVersion;
|
|
12388
|
+
// event.addMetadata("MetaData", {
|
|
12389
|
+
// site: window.Pelcro?.site?.read(),
|
|
12390
|
+
// user: window.Pelcro?.user?.read(),
|
|
12391
|
+
// uiVersion: window.Pelcro?.uiSettings?.uiVersion,
|
|
12392
|
+
// environment: window.Pelcro?.environment
|
|
12393
|
+
// });
|
|
12394
|
+
// event.app.version = window.Pelcro?.uiSettings?.uiVersion
|
|
12396
12395
|
});
|
|
12397
12396
|
}
|
|
12398
12397
|
|