Add Raven (Sentry) appender#31
Conversation
|
Hi @erickedji, Thanks for the pull request and giving it a shot at integrating Woodman with Sentry. I need to think about it some more but I am worried about a few things in the code you provided:
I guess one thing to clarify is the goal of that integration: it does not make a lot of sense IMHO to use raven-js and woodman together in the same app since that mixes two reporting libraries where some of the logs are sent to the Sentry backend directly while others go through Woodman. What makes sense to me is being able to send logs to a Sentry backend. It may not be possible to map all Sentry features to Woodman, but that shouldn't be such a big deal. Looking at the raven-js library, it seems relatively easy to extract the logic behind the |
This adds an appender that sends logs to Sentry using the raven-js library. The appender needs a reference to the Raven object provided by raven-js in its configuration.