diff --git a/src/screens/boost/container/boostContainer.js b/src/screens/boost/container/boostContainer.js index df2071d26..f2d283bfb 100644 --- a/src/screens/boost/container/boostContainer.js +++ b/src/screens/boost/container/boostContainer.js @@ -91,9 +91,8 @@ class BoostContainer extends Component { intl.formatMessage({ id: 'alert.warning', }), - error, + error.debugMessage, ); - bugsnag.notify(error); } }); };