We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sentry-android
If @sentry/react-native is combined with SAGP, sentry-android will resolve to the newer dependency, either from the SDK or the SAGP.
@sentry/react-native
SAGP
This can be an issue when users add SAGP which depends on a newer version of sentry-android than the RN SDK.
Version mismatch can cause errors like:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
If
@sentry/react-native
is combined withSAGP
,sentry-android
will resolve to the newer dependency, either from the SDK or theSAGP
.This can be an issue when users add
SAGP
which depends on a newer version ofsentry-android
than the RN SDK.Version mismatch can cause errors like:
The text was updated successfully, but these errors were encountered: