ngokevin / redux-raven-middleware

:bird: Redux middleware for sending error reports to Sentry through raven-js.
MIT License
227 stars 25 forks source link

Proposal: Defer Sentry reporting to raven-for-redux #29

Closed captbaritone closed 7 years ago

captbaritone commented 7 years ago

Do not merge! This is just a proof of concept. If we like it, I will update tests and the README to reflect this change.

redux-raven-middleware is actually a superset of raven-for-redux, so I figured I would propose a merger. This would allow users of redux-raven-middleware to gain some of the advantages of raven-for-redux without having to change any of their code. It would also avoid having two libraries duplicating the same effort.

Advantages

Disadvantages

captbaritone commented 7 years ago

Thoughts @ngokevin or @idris ?