@bigbinary/neeto-commons-frontend 2.0.134 → 2.0.135

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/react-utils.js CHANGED
@@ -117,7 +117,8 @@ var HoneybadgerErrorBoundary = function HoneybadgerErrorBoundary(_ref) {
117
117
  enableUncaught: true,
118
118
  async: true,
119
119
  breadcrumbsEnabled: true,
120
- projectRoot: "webpack:///./"
120
+ projectRoot: "webpack:///./",
121
+ enableUnhandledRejection: false
121
122
  });
122
123
  return /*#__PURE__*/React__default.createElement(HoneybadgerErrorBoundary$1, {
123
124
  ErrorComponent: ErrorComponent,