Skip to content

Commit b49bb3e

Browse files
Update includes/dart-integrations/dio.mdx
Co-authored-by: Alex Krawiec <[email protected]>
1 parent 431d7cb commit b49bb3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/dart-integrations/dio.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ await Sentry.init((options) {
6969

7070
### Failed Request Status Codes
7171

72-
You can customize which status codes should be considered as failed requests by setting the `failedRequestStatusCodes` option when calling `addSentry()`.
72+
You can customize which status codes should be considered failed requests by setting the `failedRequestStatusCodes` option when calling `addSentry()`.
7373

7474
```dart
7575
import 'package:sentry_dio/sentry_dio.dart';

0 commit comments

Comments
 (0)