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

Put all analytics to one bucket #1390

Merged
merged 3 commits into from
Feb 24, 2023
Merged

Conversation

emilk
Copy link
Member

@emilk emilk commented Feb 23, 2023

Closes #1389

This puts all analytics events in the same bucket (our prod-bucket) to make it easy to see if the same user switches from using a published package to building from source.

It also adds two new propertis:

  • debug - built with debug_assertions enabled
  • rerun_workspace, a proxy for "user checked out the project and built it from source"

Perhaps we can come up with better names for these that are both descriptive and accurate? from_repository?

@emilk emilk added the 🧑‍💻 dev experience developer experience (excluding CI) label Feb 23, 2023
@emilk emilk requested a review from teh-cmc February 23, 2023 21:13
@nikolausWest
Copy link
Member

git_workspace seems closest to reality

@nikolausWest
Copy link
Member

Actually, rerun_workspace seems even better

Copy link
Member

@nikolausWest nikolausWest left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@emilk emilk merged commit 2838d1e into main Feb 24, 2023
@emilk emilk deleted the emilk/all-analytics-to-one-bucket branch February 24, 2023 08:12
@emilk emilk added the 📊 analytics telemetry analytics label Feb 28, 2023
emilk added a commit that referenced this pull request Mar 2, 2023
* Put all all analytics into the prod bucket

* Add properties for debug-build and workspace

* workspace -> rerun_workspace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📊 analytics telemetry analytics 🧑‍💻 dev experience developer experience (excluding CI)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Put all analytics in one bucket
3 participants