sentry-android-gradle-plugin
sentry-android-gradle-plugin copied to clipboard
Sunset `sentry-android-okhttp` in favor of `sentry-okhttp`
Description
Since we have introduced pure jvm sentry-okhttp module in 7.0.0, we need to sunset its predecessor eventually:
- auto-install
sentry-okhttpinstead ofsentry-android-okhttpwhen the sdk version is 7.0 and above - auto-instrument using
io.sentry.okhttpinstead ofio.sentry.android.okhttpclasses when the sdk version is 7.0 and above - update docs https://docs.sentry.io/platforms/android/integrations/okhttp/
@stefanosiano is this done?