|
|
|
|
|
by jfkw
2428 days ago
|
|
From the article "... To make GitLab better faster, we need more data on how users are using GitLab. SaaS telemetry products, which provide analytics on user behavior inside web-based applications, have come a long way in the past few years. They are an important tool for rapidly improving user experiences because you can understand what users are doing (or not doing) in the app. GitLab has a lot of features, and a lot of users, and it is time that we use telemetry to get the data we need for our product managers to improve the experience." This doesn't seem like a sufficiently good justification add telemetry features which some users may find objectionable. Perhaps those resources would be better spent on a feature that let the user who is annoyed by a slow operation to: - Begin recording user interaction telemetry locally
- Perform the slow or buggy operation
- Stop recording, generating a data bundle file.
- Allow the user to review the data bundle in human-readable format
- Optionally take the data bundle to a less secured system as needed
- Submit the data bundle to GitLab engineering as a well-filed issue Done that way, I think most users would welcome the interaction with Gitlab. For telemetry, not so much. |
|
1) 99% of users who have a bad experience are not going to be bothered to figure out how to record, review, and submit their session for the benefit of the service provider. If a page has issues loading, they're just going to give up and move on to the next thing.
2) User tracking isn't really related to performance in the first place. If some server side operation is failing or taking a long time to load, engineers will find out (and probably get paged) with user-agnostic internal performance metrics.
3) User tracking isn't just about finding out what's broken with the site, its about understanding how the site is being used in general so that you can validate your assumptions and make product decisions backed by data.