-
-
Notifications
You must be signed in to change notification settings - Fork 730
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
Cleaning up stale flag: addonUsageMetrics and event emitting from addons #8381
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Manifest Files |
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.
LGTM!
@daveleek I think there are some tests that you need to help fix cause Guitar won't be able to fix |
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.
Can we review these comments before merging?
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.
Looks fine, I'm still wondering if we should add a flag, probably not needed as the code was tested, it's only the this.name
so it won't break
Former Gitar PR cleaning up a flag, ran into some unit test issues where the eventBus was undefined assumedly due to inheritance issues.
Instead of building on the technical debt of the solution by fixing the issue I opted to reduce it and move the event emitting outside of the individual addons