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.
Hello,
I tried upgrading from
3.3.0
to4.0.0
. To do so, I also upgraded@sentry/browser
from7.119.0
to the latest version (8.28.0
).Even though
@sentry/browser
is never referenced in my react-native app (thoughapollo-link-sentry
is), when building my app for release (android/ios), the app stays stuck on the splash screen.