I’d like anything that gets reported to Sentry to also be emitted via console.log, but I’m not sure how to make that happen. Right now, raven will log something like:
raven@1.2.1 alert uncaughtException: <id>
But, this isn’t that useful to me. I can also attach a listener via Raven.on(“logged”), but again that only provides the sentry id as its context, so there’s no way to log the underlying error.