DiederikvandenB / apollo-link-sentry

Apollo Link middleware which enriches SentryJS with GraphQL data
MIT License
123 stars 36 forks source link

Since upgrading to 4.0.0, react-native release build doesn't start #472

Open adrienharnay opened 2 months ago

adrienharnay commented 2 months ago

Hello,

I tried upgrading from 3.3.0 to 4.0.0. To do so, I also upgraded @sentry/browser from 7.119.0 to the latest version (8.28.0).

Even though @sentry/browser is never referenced in my react-native app (though apollo-link-sentry is), when building my app for release (android/ios), the app stays stuck on the splash screen.

spawnia commented 2 months ago

I do not use react-native, so I do not know how to test this myself, nor do I have any need for it. Feel free to provide a pull request that fixes it.