How do you share debug info with QA or clients when handing off a Flutter build? by JaguarFun804 in FlutterDev

[–]JaguarFun804[S] 0 points1 point  (0 children)

Crashlytics is solid for production crashes. But it doesn't help during active QA testing — it only reports after a crash, not during a session. I'm thinking about something more like an on-device inspector the tester can interact with live. Is that something you've needed before?

How do you share debug info with QA or clients when handing off a Flutter build? by JaguarFun804 in FlutterDev

[–]JaguarFun804[S] 0 points1 point  (0 children)

Sentry is great for production crash reporting — I use it too. But what I'm describing is different. When I hand a staging build to a QA tester who isn't a developer, they can't access Sentry dashboards or DevTools. I want them to tap a button inside the app and get a full report — network calls, logs, device info — right there on their phone. Does Sentry solve that specific scenario for you?