@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-commons-frontend",
3
- "version": "2.0.134",
3
+ "version": "2.0.135",
4
4
  "description": "A package encapsulating common code across neeto projects including initializers, utility functions, common components and hooks and so on.",
5
5
  "repository": "git@github.com:bigbinary/neeto-commons-frontend.git",
6
6
  "author": "Amaljith K <amaljith.k@bigbinary.com>",
@@ -145,7 +145,8 @@ var HoneybadgerErrorBoundary = function HoneybadgerErrorBoundary(_ref) {
145
145
  enableUncaught: true,
146
146
  async: true,
147
147
  breadcrumbsEnabled: true,
148
- projectRoot: "webpack:///./"
148
+ projectRoot: "webpack:///./",
149
+ enableUnhandledRejection: false
149
150
  });
150
151
  return /*#__PURE__*/React__default["default"].createElement(react.HoneybadgerErrorBoundary, {
151
152
  ErrorComponent: ErrorComponent,