Skip to content

code monitoring: log frontend events

Administrator requested to merge jp/cmlogevents into main

Created by: limitedmage

Log frontend events as described in RFC 700.

Event description Logged event name Notes
Code monitoring homepage viewed CodeMonitoringPageViewed Pre-existing event, not outlined in RFC 700. Previously called ViewCodeMonitoringPage
Code monitor getting started page viewed CodeMonitoringGettingStartedPageViewed
Code monitor library item clicked CodeMonitoringExampleMonitorClicked
Code monitor creation started CreateCodeMonitorPageViewed Pre-existing event, previously ViewCreateCodeMonitorPage
Code monitor created CreateCodeMonitorFormSubmitted Pre-existing event
Code monitor update started ManageCodeMonitorPageViewed Pre-existing event, previously ViewManageCodeMonitorPage
Code monitor updated ManageCodeMonitorFormSubmitted
Code monitor deleted ManageCodeMonitorDeleteSubmitted
Logs page viewed CodeMonitoringLogsPageViewed

Test plan

Trigger the events listed and verify they are being sent to the server by analyzing the network tab in the browser's dev tools.

App preview:

Check out the client app preview documentation to learn more.

Merge request reports

Loading