Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.31 KB

06-monitoring-metrics-tracking.md

File metadata and controls

20 lines (14 loc) · 1.31 KB

Monitoring, metrics, and event tracking

This project makes use of @aics/frontend-insights to abstract how application monitoring, metrics, and user event tracking are done, and where that data is sent.

User event tracking

On Web

We use Microsoft Clarity. New developers will need to request access from an existing user.

On Desktop

Amplitude is currently used as our user event tracking platform; it is plugged into @aics/frontend-insights via @aics/frontend-insights-plugin-amplitude-node.

In order to test a new usage of user events (e.g., to ensure intended event properties are set), create an .env file in packages/desktop, following the example of packages/desktop/.env.example. Set the AMPLITUDE_API_KEY to the API key for the fms-file-explorer-test project in Amplitude: https://analytics.amplitude.com/allencell/settings/projects/308551/general. If you do not have access to Amplitude yet, ask an Amplitude administrator.