vidit-sh / redux-sentry-middleware

Redux middleware for propagating Redux state/actions to use with new @sentry/browser and @sentry/node.
79 stars 16 forks source link

Add tests #13

Closed captbaritone closed 4 years ago

captbaritone commented 4 years ago

Fixes #11

Thanks for writing this library! A great improvement on raven-for-redux. These are the tests from raven-for-redux adapted (and cleaned up) to run on your library.

It tests with both the node version and the browser version of the SDK.

vidit-sh commented 4 years ago

@captbaritone thanks for the tests!