0 purchases
bugsnag breadcrumbs 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
copied to clipboard
Replace references to the http package with bugsnag_breadcrumbs_http:
import 'package:bugsnag_breadcrumbs_http/bugsnag_breadcrumbs_http.dart' as http;
copied to clipboard
Use as normal, and your network breadcrumbs will be automatically logged:
await http.get(Uri.parse('https://example.com'));
copied to clipboard
License #
The Bugsnag Flutter notifier is free software released under the MIT License. See
the LICENSE
for details.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.