I have application where some critical issues are reported with console.error
but are not thrown
so application might continue to run - possibly in crippled state.
It's necessary to report also console.error
issues, but Sentry (Raven) library send to server only thrown exceptions.
Does someone knows how to solve this nicely ?
(ideally without need to rewrite all console.error
calls, cause also some vendor libraries might still write output just into console)