zivl / sentry-testkit

A Sentry plugin to allow Sentry report interception and further inspection of the data being sent
https://zivl.github.io/sentry-testkit/
MIT License
112 stars 26 forks source link

update sentry-testkit to support Sentry v.6 #66

Closed zivl closed 3 years ago

zivl commented 3 years ago

Sentry has been released its version 6.x.x. We need to make sure sentry-testkit has compatibility for it.

In case there's no capability - then we will need to create a new major version and support sentry@^6 as well as write proper migration guide

zivl commented 3 years ago

according to here: https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md there are no breaking changes. if so, it will be nice to add a note and document it - which Sentry version we are aligned to?

zivl commented 3 years ago

done