OS:
Platform:
SDK:
@sentry/react-nativereact-native-sentrySDK version: 1.2.1
react-native version: 0.61.4
I have following issue:
After move to a branch and rm -rf node_modules and npm I this error appears. I didnt update sentry but now requires io.sentry:sentry-android:2.0.0-rc04 that seems like not exist. I change this manually but my CI/CD is broken.

Steps to reproduce:
Install sentry
Actual result:
Expected result:
Maybe I'm missing something.
@anthowm thanks for raising this issue.
we are aware of it and working on it right now.
See: https://github.com/getsentry/sentry-android/issues/270
Use one of the workarounds for now and I'll update you as soon as it's released again.
Thanks for understanding.
nice thanks for fast reply.
add this to your allprojects dependencies in build.gradle in project:
maven {
url = "https://dl.bintray.com/getsentry/sentry-android"
}
it should be fixed now, please let us know if you find any issues :) thanks for the patience!
Most helpful comment
@anthowm thanks for raising this issue.
we are aware of it and working on it right now.
See: https://github.com/getsentry/sentry-android/issues/270
Use one of the workarounds for now and I'll update you as soon as it's released again.
Thanks for understanding.