Network Breadcrumbs for Bugsnag Flutter

HTTP networking breadcrumbs for bugsnag_flutter when using the dart:io HttpClient. If you are using the http package then bugsnag_breadcrumbs_http should be used for networking breadcrumbs.

Getting Started

  1. Install bugsnag_flutter
  2. Add bugsnag_breadcrumbs_dart_io to your project:
flutter pub add bugsnag_breadcrumbs_dart_io
  1. Import bugsnag_breadcrumbs_dart_io.dart and use BugsnagHttpClient instead of HttpClient:
import 'package:bugsnag_breadcrumbs_dart_io/bugsnag_breadcrumbs_dart_io.dart';

final httpClient = BugsnagHttpClient();
final request = await client.getUrl(Uri.parse('https://example.com'));

License

The Bugsnag Flutter notifier is free software released under the MIT License. See the LICENSE for details.