sentry-dart icon indicating copy to clipboard operation
sentry-dart copied to clipboard

Replace `DioError` to `DioException`

Open marandaneto opened this issue 2 years ago • 2 comments

Description

Right now files are annotated with deprecated_member_use due to Dio's breaking change. DioError still exists and is back-compatible, at some point may be removed.

marandaneto avatar Jun 07 '23 06:06 marandaneto

We have removed DioError in the 6.0.0 branch - see https://github.com/cfug/dio/pull/1825 So at some point in the future sentry_dio needs a breaking change as well.

kuhnroyal avatar Jun 07 '23 11:06 kuhnroyal

Thanks for the heads up.

marandaneto avatar Jun 07 '23 12:06 marandaneto