Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add analytics #251

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from
Draft

add analytics #251

wants to merge 7 commits into from

Conversation

andyrichardson
Copy link
Collaborator

About

Fix #238

Todo

  • Add telemetry notice on first load and request for approval
  • Persist uuid between sessions
  • Persist telemetry preferences between sessions

Metrics

Things worth tracking (for usage and UX improvements)

  • Page/tab visits
  • Interaction with buttons / clickable / hoverable items
  • Keyboard shortcut interactions
  • Runtime errors + stack traces
  • Event source (exchange name for compatibility - useful if runtime errors occur)

Things we definitely shouldn't be tracking

  • GraphQL queries, variables, and responses
  • Events coming from the devtools exchange
  • Keypresses which are not associated with a known keyboard shortcut
  • Anything outside of devtools (i.e. content script / the exchange)

@formidableamy
Copy link

Let me know what you need me to look at here, Andy. I am a little out of my technical depth.

@andyrichardson
Copy link
Collaborator Author

Let me know what you need me to look at here, Andy. I am a little out of my technical depth.

No need for anything at the moment thanks @formidableamy, just wanted to keep you in the loop as to the progress of this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add analytics
2 participants