@commercetools-frontend/sentry 20.10.3 → 20.10.4
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.
|
@@ -48,7 +48,7 @@ var _Reflect$construct__default = /*#__PURE__*/_interopDefault(_Reflect$construc
|
|
|
48
48
|
var _pt__default = /*#__PURE__*/_interopDefault(_pt);
|
|
49
49
|
|
|
50
50
|
// NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
|
|
51
|
-
var version = '20.10.
|
|
51
|
+
var version = '20.10.4';
|
|
52
52
|
|
|
53
53
|
var makeErrorToCapture = function makeErrorToCapture(error) {
|
|
54
54
|
if (error instanceof Error) return error;
|
|
@@ -47,7 +47,7 @@ var Sentry__namespace = /*#__PURE__*/_interopNamespace(Sentry);
|
|
|
47
47
|
var _Reflect$construct__default = /*#__PURE__*/_interopDefault(_Reflect$construct);
|
|
48
48
|
|
|
49
49
|
// NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
|
|
50
|
-
var version = '20.10.
|
|
50
|
+
var version = '20.10.4';
|
|
51
51
|
|
|
52
52
|
var makeErrorToCapture = function makeErrorToCapture(error) {
|
|
53
53
|
if (error instanceof Error) return error;
|
|
@@ -14,7 +14,7 @@ import _pt from 'prop-types';
|
|
|
14
14
|
import { PureComponent, Component } from 'react';
|
|
15
15
|
|
|
16
16
|
// NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
|
|
17
|
-
var version = '20.10.
|
|
17
|
+
var version = '20.10.4';
|
|
18
18
|
|
|
19
19
|
var makeErrorToCapture = function makeErrorToCapture(error) {
|
|
20
20
|
if (error instanceof Error) return error;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "20.10.
|
|
1
|
+
declare const _default: "20.10.4";
|
|
2
2
|
export default _default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/sentry",
|
|
3
|
-
"version": "20.10.
|
|
3
|
+
"version": "20.10.4",
|
|
4
4
|
"description": "Components to set up Sentry for a MC application",
|
|
5
5
|
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
|
|
6
6
|
"repository": {
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"react": "17.0.2",
|
|
35
|
-
"sentry-testkit": "3.3.
|
|
35
|
+
"sentry-testkit": "3.3.6",
|
|
36
36
|
"wait-for-expect": "3.0.2"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|