flutter / devtools

Performance tools for Flutter
https://flutter.dev/docs/development/tools/devtools/
BSD 3-Clause "New" or "Revised" License
1.57k stars 321 forks source link

[deeplink] Need more instruments to collect anonymous user metrics #7760

Closed chunhtai closed 2 weeks ago

chunhtai commented 4 months ago

Things to gather

  1. how many users loaded projects
  2. how many users ended up with a domain in Android and iOS
    • need to be able to differentiate between no domain vs error getting domains
  3. Dashboard usage
    • how many users had errors
    • how many users clicked into detail views
    • how many users clicked recheck all
chunhtai commented 4 months ago

@kenzieschmoll Do we have way to ask for feedback during using the screen? for example like a satisfaction scale or free form feedback

kenzieschmoll commented 4 months ago

We have a DevTools survey that we will be running hopefully in about a month. We can add questions specific to the Deep Links screen there. You can also look into the JIT survey framework provided by uniified_analytics. Now that DevTools is using the UA package, we may be able to run a targeted survey to users who are using the Deep links screen embedded in the IDE.