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

tiltfile: add experimental_analytics_report #3751

Merged

Conversation

landism
Copy link
Member

@landism landism commented Sep 3, 2020

Adds a new command that allows Tiltfile owners to report data to analytics to allow Tilt members to work with those Tiltfile owners to give them more insight into their team's Tilt use.

Sample Tiltfile usage:

username = local('whoami').rstrip('\n')
experimental_analytics_report({'user': username})

I'm not in love with the name, but it's less bad than a lot of the ones I came up with.

@landism landism requested a review from nicks September 3, 2020 20:21
@landism landism changed the title tiltfile: add experimental_custom_report tiltfile: add experimental_report_custom_tags Sep 3, 2020
internal/tiltfile/analytics/analytics.go Outdated Show resolved Hide resolved
@landism landism changed the title tiltfile: add experimental_report_custom_tags tiltfile: add experimental_analytics_report Sep 3, 2020
@landism landism merged commit 10045df into master Sep 3, 2020
@landism landism deleted the mlandis/ch9245/implement-tiltfile-builtin-for-reporting branch September 3, 2020 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants