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

[Question]: Support for @sentry/react-native v4 #110

Closed Yupeng-li closed 2 years ago

Yupeng-li commented 2 years ago

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 using sentry-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 and sentry-javascript v7?

Many thanks

liamjones commented 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

zivl commented 2 years ago

hey @Yupeng-li see tracking of this issue in #https://github.com/wix/sentry-testkit/issues/108

zivl commented 2 years ago

released sentry-testkit@4.0.1

liamjones commented 2 years ago

FYI still seems to be broken with RN atm: https://github.com/wix/sentry-testkit/issues/113