-
Notifications
You must be signed in to change notification settings - Fork 553
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
refactor: remove error from analytics #3802
Conversation
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.
I don't think we need the option and the panic recovery
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 also remove flags and arguments, only keeping the command in full?
yes, sure, this PR is only to remove the error, I'm doing in another PR |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #3802 +/- ##
==========================================
- Coverage 24.29% 24.28% -0.01%
==========================================
Files 292 292
Lines 24428 24428
==========================================
- Hits 5934 5932 -2
- Misses 17956 17957 +1
- Partials 538 539 +1 |
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
part of #3800