-
Story
-
Resolution: Done
-
Undefined
-
None
-
None
Acceptance Criteria
- Add telemetry events (17) mentioned below in console codebase.
- https://docs.google.com/spreadsheets/d/1AK9BFkMvLhnRB3gp8R7u7atGmMGEw3Hmnkmfe-3YrMg/edit?usp=sharing.
Additional Details:
Steps for adding an event:
// Telemetry event listener which is used to fire events to be captured with Segment. const fireTelemetryEvent = useTelemetry();
- Figure out from where to fire the event based on the `User Interaction` mentioned in the sheet.
// Add Event Name and Event Properties (key / value pairs) mentioned in the sheet. fireTelemetryEvent(eventName, properties);
Steps to enable console-telemetry-plugin locally and testing the newly added events:
https://docs.google.com/document/d/1aPgyZtmpQD7Qh03d4cIn20KpouD8joNva5aUxTS3MNk/edit#bookmark=id.6kuejha79yjk