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

Clean up analytics leftovers #938

Merged
merged 3 commits into from
Apr 11, 2024
Merged

Conversation

ofalvai
Copy link
Contributor

@ofalvai ofalvai commented Apr 10, 2024

Checklist

Version

Requires a MAJOR/MINOR/PATCH version update

Context

A follow-up to #930, clean up a few leftover things.

Changes

  • Print analytics message at the beginning of the build (it used to be printed by the now-removed analytics plugin)
  • Clean up old env vars controlling analytics

Investigation details

Decisions

@@ -128,9 +129,6 @@ func NewDefaultTracker() Tracker {

logger := log.NewUtilsLogAdapter()
tracker := analytics.NewDefaultTracker(&logger)
if stateChecker.UseAsync() {
tracker = analytics.NewDefaultTracker(&logger)
}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

cli/run.go Outdated Show resolved Hide resolved
Co-authored-by: lpusok <[email protected]>
@ofalvai ofalvai merged commit a9743c9 into cli-cleanup Apr 11, 2024
0 of 3 checks passed
@ofalvai ofalvai deleted the STEP-2046-clean-up-analytics branch April 11, 2024 11:57
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.

2 participants