-
Notifications
You must be signed in to change notification settings - Fork 559
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
chore: stop v1 analytics - cli-569 #5568
base: main
Are you sure you want to change the base?
Conversation
|
6f0cb5a
to
21a9ecf
Compare
97fb41e
to
4ed271b
Compare
4ed271b
to
34556b8
Compare
5206019
to
da38e11
Compare
da38e11
to
95ab4fa
Compare
src/lib/analytics/index.ts
Outdated
} else { | ||
return true; | ||
} | ||
// Analytics disabled until we can migrate to v2 analytics |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nitpick: I'm not sure this comment makes sense :) maybe just remove it
600d762
to
5aa03ce
Compare
); | ||
expect(stdout).toContain(project.path('package.json')); | ||
|
||
const requests = server.getRequests().filter((req: any) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggestion: for this test, it might be worth to just remove the part that uses the analytics data to assert and leave the rest.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
5aa03ce
to
067c782
Compare
Pull Request Submission Checklist
What does this PR do?
Stop sending v1 analytics
Where should the reviewer start?
Review code changes
How should this be manually tested?
Run a command in debug mode and look for
analytics disabled