bugsnag_breadcrumbs_http 2.5.0
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 #
- Install bugsnag_flutter
- Add bugsnag_breadcrumbs_http to your project:
flutter pub add bugsnag_breadcrumbs_http
- Replace references to the
http
package withbugsnag_breadcrumbs_http
:
import 'package:bugsnag_breadcrumbs_http/bugsnag_breadcrumbs_http.dart' as http;
- 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.