sentry-dart
sentry-dart copied to clipboard
Replace `DioError` to `DioException`
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.
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.
Thanks for the heads up.