@bigbinary/neeto-team-members-frontend 2.2.9 → 2.2.10
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/README.md +1 -1
- package/dist/index.cjs.js +1 -15
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -15
- package/dist/index.esm.js.map +1 -1
- package/package.json +5 -5
package/dist/index.esm.js
CHANGED
|
@@ -28,7 +28,7 @@ import { curry, isNil, complement, findLast, findLastIndex, count, isEmpty, equa
|
|
|
28
28
|
import { Header as Header$2, Container, MenuBar, SubHeader as SubHeader$1 } from '@bigbinary/neetoui/layouts';
|
|
29
29
|
import * as Yup from 'yup';
|
|
30
30
|
import { object, string } from 'yup';
|
|
31
|
-
import
|
|
31
|
+
import '@honeybadger-io/react';
|
|
32
32
|
import 'react-router-dom';
|
|
33
33
|
|
|
34
34
|
function ownKeys$d(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
|
|
@@ -11966,20 +11966,6 @@ Roles.defaultProps = {
|
|
|
11966
11966
|
};
|
|
11967
11967
|
var index$1 = withReactQuery(Roles);
|
|
11968
11968
|
|
|
11969
|
-
Honeybadger.beforeNotify(function (notice) {
|
|
11970
|
-
return !/ResizeObserver/.test(notice.message);
|
|
11971
|
-
});
|
|
11972
|
-
Honeybadger.configure({
|
|
11973
|
-
apiKey: globalProps.honeybadgerApiKey,
|
|
11974
|
-
environment: globalProps.nodeEnv,
|
|
11975
|
-
revision: globalProps.honeybadgerRevision,
|
|
11976
|
-
developmentEnvironments: ["development", "test"],
|
|
11977
|
-
enableUncaught: true,
|
|
11978
|
-
async: true,
|
|
11979
|
-
breadcrumbsEnabled: true,
|
|
11980
|
-
projectRoot: "webpack:///./"
|
|
11981
|
-
});
|
|
11982
|
-
|
|
11983
11969
|
function _arrayWithHoles(arr) {
|
|
11984
11970
|
if (Array.isArray(arr)) return arr;
|
|
11985
11971
|
}
|