-
Notifications
You must be signed in to change notification settings - Fork 1.3k
All telemetry criteria bug #8084
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
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## gold #8084 +/- ##
=======================================
Coverage ? 57.15%
=======================================
Files ? 678
Lines ? 27494
Branches ? 2694
=======================================
Hits ? 15714
Misses ? 11439
Partials ? 341
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
const validatedData = this.isValid() | ||
? this.createNormalizedDatum(data, this.telemetryObject) | ||
: {}; | ||
const validatedData = this.isValid() ? data : {}; |
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.
Ah! Because it's already normalized in ConditionManager. Nice!
@shefalijoshi Since this is targeting |
Closes VIPERGC-816
Describe your changes:
All Submissions:
Author Checklist
type:
label? Note: this is not necessarily the same as the original issue.Reviewer Checklist