Skip to content

Commit

Permalink
fix dio link
Browse files Browse the repository at this point in the history
  • Loading branch information
chargome committed Jul 17, 2024
1 parent d88103c commit e718056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/platforms/dart/integrations/dio.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dio.addSentry(...);

## Reporting Bad HTTP Requests as Errors

The `Interceptors` can also catch exceptions that may occur during requests — for example [DioError](https://pub.dev/documentation/dio/latest/dio/DioError-class.html).
The `Interceptors` can also catch exceptions that may occur during requests — for example [DioError](https://pub.dev/documentation/dio2/latest/dio2/DioError-class.html).

```dart
import 'package:sentry_dio/sentry_dio.dart';
Expand Down

0 comments on commit e718056

Please sign in to comment.