Closed Yupeng-li closed 2 years ago
Related issue for supporting sentry-javascript v7: https://github.com/wix/sentry-testkit/issues/108 and PR to add support for it: https://github.com/wix/sentry-testkit/pull/109
hey @Yupeng-li see tracking of this issue in #https://github.com/wix/sentry-testkit/issues/108
released sentry-testkit@4.0.1
FYI still seems to be broken with RN atm: https://github.com/wix/sentry-testkit/issues/113
Hi,
I use this library to test sentry in a react-native project, but I start having issues after upgrading
@sentry/react-native
from v3 to v4. Apparently@sentry/react-native
v4 is usingsentry-javascript
v7+ which has breaking changes that haven't been dealt with in this library. Is there a plan to support@sentry/react-native
v4 andsentry-javascript
v7?Many thanks