Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Capture console.error in dApp with Sentry (#875)
The dApp sometime catches errors and logs them to console without bubbling it up. This makes Sentry miss some errors. This PR captures console.error and sends it to Sentry using the `CaptureConsole` plugin: https://docs.sentry.io/platforms/javascript/configuration/integrations/captureconsole/
- Loading branch information