code_scout_dio 1.0.2
code_scout_dio: ^1.0.2 copied to clipboard
Dio interceptor for Code Scout. Automatically captures network requests, responses, and errors.
1.0.2 #
Changed #
- The declared minimum is now Flutter 3.38 (Dart 3.10), where it used to say Flutter 3.0. That old number was never true, so pub.dev advertised compatibility with releases that could not resolve the package. Nothing about the code changed.
1.0.1 #
- Fix: capture is wrapped defensively. A Code Scout failure can no longer
fail the underlying request (previously a request made before
CodeScout.init()surfaced as aDioExceptionfor a request that was never attempted). A nullstatusCodeno longer throws inonResponse.
1.0.0 #
- Initial release.
- Dio interceptor that automatically captures network requests, responses, and errors for Code Scout.