Skip to content

Implement analytics on changes to the .gitpod.yml #6894

Closed
@loujaybee

Description

@loujaybee

Context: This one is important as it will give us data around when a user is updating this file as part of their onboarding journey. e.g. are users updating the file on their first visit? second visit? etc

We would like to know: if / when a user is changing or updating their gitpod.yml.

Ideally, we would gather fine-grained data on which properties the user is updating on the YAML file. This is so we can optimize how and when we present certain features to our users.

Considerations:

  • We could possibly implement this via a keystroke event within VS Code, but we'll need to set a reasonable debounce/throttle on the event to ensure we do not send many events.
  • We will need to decide which attributes/aspects of the gitpod.yml that are interesting for us to track and why.

Note: If necessary we can break this ticket down, simply knowing that the user has changed the file / added it would deliver value at this stage.

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions