Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add feature naming pattern tracking #4678

Merged
merged 1 commit into from
Sep 14, 2023

Conversation

thomasheartman
Copy link
Contributor

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.

@vercel
Copy link

vercel bot commented Sep 13, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
unleash-monorepo-frontend ✅ Ready (Inspect) Visit Preview Sep 13, 2023 8:41am
1 Ignored Deployment
Name Status Preview Updated (UTC)
unleash-docs ⬜️ Ignored (Inspect) Sep 13, 2023 8:41am

@thomasheartman thomasheartman merged commit ab4c1e0 into main Sep 14, 2023
17 checks passed
@thomasheartman thomasheartman deleted the 1-1358-add-plausible-metrics-to-track-usage branch September 14, 2023 07:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

3 participants