@pelcro/react-pelcro-js 3.19.0-beta.13 → 3.19.0-beta.14
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 +1 -1
- package/dist/index.esm.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -8913,7 +8913,7 @@ function notifyBugsnag(callback, startOptions) {
|
|
|
8913
8913
|
Bugsnag.start({
|
|
8914
8914
|
apiKey: "e8f6852b322540e8c25386048b99ab01",
|
|
8915
8915
|
autoDetectErrors: false,
|
|
8916
|
-
enabledReleaseStages: ["development"],
|
|
8916
|
+
// enabledReleaseStages: ["development"],
|
|
8917
8917
|
redactedKeys: ["security_key", "password", "password_confirmation", "auth_token", "token"],
|
|
8918
8918
|
...startOptions
|
|
8919
8919
|
});
|
package/dist/index.esm.js
CHANGED
|
@@ -8883,7 +8883,7 @@ function notifyBugsnag(callback, startOptions) {
|
|
|
8883
8883
|
Bugsnag.start({
|
|
8884
8884
|
apiKey: "e8f6852b322540e8c25386048b99ab01",
|
|
8885
8885
|
autoDetectErrors: false,
|
|
8886
|
-
enabledReleaseStages: ["development"],
|
|
8886
|
+
// enabledReleaseStages: ["development"],
|
|
8887
8887
|
redactedKeys: ["security_key", "password", "password_confirmation", "auth_token", "token"],
|
|
8888
8888
|
...startOptions
|
|
8889
8889
|
});
|