bugsnag / bugsnag-flutter

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

Capture network requests with GetConnect #217

Open g7i opened 11 months ago

g7i commented 11 months ago

Is there a way to integrate bugsnag_breadcrumbs_http for capturing the network requests with GetConnect from Getx?

clr182 commented 11 months ago

Hi @g7i, The BugSnag Flutter notifier does not have direct support for GetX. If you would like to leave breadcrumbs while using GetConnect, it would need to be done so manually. BugSnag docs › Platforms › Flutter

clr182 commented 11 months ago

Hi @g7i, We have decided to add support for Getx to our backlog. We don't have any firm ETA but we'll be sure to inform you of any updates.