@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 CHANGED
@@ -18,7 +18,7 @@ command:
18
18
  2. Now install the latest **neetoTeamMembers** package using the below command:
19
19
 
20
20
  ```zsh
21
- yarn add @bigbinary/neeto-team-members-frontend@2.2.9
21
+ yarn add @bigbinary/neeto-team-members-frontend@2.2.10
22
22
  ```
23
23
 
24
24
  ## Usage
package/dist/index.cjs.js CHANGED
@@ -31,7 +31,7 @@ var axios = require('axios');
31
31
  var ramda = require('ramda');
32
32
  var layouts = require('@bigbinary/neetoui/layouts');
33
33
  var Yup = require('yup');
34
- var react = require('@honeybadger-io/react');
34
+ require('@honeybadger-io/react');
35
35
  require('react-router-dom');
36
36
 
37
37
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
@@ -12013,20 +12013,6 @@ Roles.defaultProps = {
12013
12013
  };
12014
12014
  var index$1 = withReactQuery(Roles);
12015
12015
 
12016
- react.Honeybadger.beforeNotify(function (notice) {
12017
- return !/ResizeObserver/.test(notice.message);
12018
- });
12019
- react.Honeybadger.configure({
12020
- apiKey: globalProps.honeybadgerApiKey,
12021
- environment: globalProps.nodeEnv,
12022
- revision: globalProps.honeybadgerRevision,
12023
- developmentEnvironments: ["development", "test"],
12024
- enableUncaught: true,
12025
- async: true,
12026
- breadcrumbsEnabled: true,
12027
- projectRoot: "webpack:///./"
12028
- });
12029
-
12030
12016
  function _arrayWithHoles(arr) {
12031
12017
  if (Array.isArray(arr)) return arr;
12032
12018
  }