bugsnag_breadcrumbs_http 2.5.0 copy "bugsnag_breadcrumbs_http: ^2.5.0" to clipboard
bugsnag_breadcrumbs_http: ^2.5.0 copied to clipboard

Bugsnag network breadcrumbs for https://pub.dev/packages/http

Network Breadcrumbs for Bugsnag Flutter #

http networking breadcrumbs for bugsnag_flutter. If you are using the HttpClient class in dart:io then bugsnag_breadcrumbs_dart_io should be used for networking breadcrumbs.

Getting Started #

  1. Install bugsnag_flutter
  2. Add bugsnag_breadcrumbs_http to your project:
flutter pub add bugsnag_breadcrumbs_http
  1. Replace references to the http package with bugsnag_breadcrumbs_http:
import 'package:bugsnag_breadcrumbs_http/bugsnag_breadcrumbs_http.dart' as http;
  1. Use as normal, and your network breadcrumbs will be automatically logged:
await http.get(Uri.parse('https://example.com'));

License #

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

1
likes
130
points
51
downloads

Publisher

verified publisherbugsnag.com

Weekly Downloads

Bugsnag network breadcrumbs for https://pub.dev/packages/http

Documentation

API reference

License

MIT (license)

Dependencies

bugsnag_flutter, flutter, http

More

Packages that depend on bugsnag_breadcrumbs_http