mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-19 17:52:45 +02:00
This PR adds plausible metrics for feature naming patterns. The changes are tracked whenever the form is submitted and the naming pattern has changed. We track three different actions: - added :: if there was no pattern before and now there is one - removed :: if there was a pattern before and now there is none - changed :: if there was a pattern before and now there is a different one The corresponding event type has been created in plausible. |
||
---|---|---|
.. | ||
CreateProject | ||
DeleteProject | ||
EditProject | ||
hooks | ||
Import | ||
ProjectDoraMetrics | ||
ProjectFeaturesArchive | ||
ProjectFeatureToggles | ||
ProjectForm | ||
ProjectHealth | ||
ProjectInfo | ||
ProjectLog | ||
ProjectSettings | ||
ProjectStats | ||
LazyProject.tsx | ||
LazyProjectExport.tsx | ||
Project.styles.ts | ||
Project.tsx | ||
ProjectOverview.tsx |