You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.
On status change, the tray should send an event in the telemetry.
It will enable us to better understand what is happening and why the user is clicking on the button.
Also, maybe add the current status of the tray as a property in all events (click start, etc.).
We would see in Segment something like:
click start (current status = stopped)
status changed to starting
status changed to running
click stop (current status = running)
click delete (current status = stopping)
status changed to stopped
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
On status change, the tray should send an event in the telemetry.
It will enable us to better understand what is happening and why the user is clicking on the button.
Also, maybe add the current status of the tray as a property in all events (click start, etc.).
We would see in Segment something like:
click start (current status = stopped)
status changed to starting
status changed to running
click stop (current status = running)
click delete (current status = stopping)
status changed to stopped
The text was updated successfully, but these errors were encountered: