bugsnag / bugsnag-flutter

BugSnag crash reporting for Flutter apps
https://docs.bugsnag.com/platforms/flutter/
MIT License
11 stars 10 forks source link

PLAT-11663 switch to new http wrappers #237

Closed richardelms closed 6 months ago

richardelms commented 6 months ago

Goal

New more flexable wrappers have been created for HTTP and dart:io. This PR allows the notifier to use them to generate network breadcrumbs

Changeset

Added a listener method in the client named networkInstrumentation

Testing

Added E2E tests for each wrapper