sentry-android-gradle-plugin icon indicating copy to clipboard operation
sentry-android-gradle-plugin copied to clipboard

Sunset `sentry-android-okhttp` in favor of `sentry-okhttp`

Open romtsn opened this issue 2 years ago • 1 comments

Description

Since we have introduced pure jvm sentry-okhttp module in 7.0.0, we need to sunset its predecessor eventually:

  • auto-install sentry-okhttp instead of sentry-android-okhttp when the sdk version is 7.0 and above
  • auto-instrument using io.sentry.okhttp instead of io.sentry.android.okhttp classes when the sdk version is 7.0 and above
  • update docs https://docs.sentry.io/platforms/android/integrations/okhttp/

romtsn avatar Nov 28 '23 23:11 romtsn

@stefanosiano is this done?

kahest avatar Apr 10 '24 09:04 kahest