[test optimization] Add missing telemetry events and tags#7463
[test optimization] Add missing telemetry events and tags#7463juan-fernandez merged 6 commits intomasterfrom
Conversation
Overall package sizeSelf size: 4.58 MB Dependency sizes| name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 2.0.6 | 81.92 kB | 813.08 kB | | dc-polyfill | 0.1.10 | 26.73 kB | 26.73 kB |🤖 This report was automatically generated by heaviest-objects-in-the-universe |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #7463 +/- ##
==========================================
- Coverage 80.34% 80.29% -0.05%
==========================================
Files 731 731
Lines 31093 31125 +32
==========================================
+ Hits 24981 24992 +11
- Misses 6112 6133 +21 Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
BenchmarksBenchmark execution time: 2026-02-09 15:37:34 Comparing candidate commit e5bf10a in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 230 metrics, 30 unstable metrics. |
What does this PR do?
Add telemetry events and tags that were missing for the JS library.
Motivation
Keep up to speed with telemetry.
Additional notes
We barely have any integration test for telemetry now. Even though we should, adding it now would make this PR huge, as we have to check a bunch of different tags for different features. I'm only adding the integration test for the code coverage report upload for
vitestandjest, which are the recent additions (mochaandcucumberupload through thenycplugin and I'm having issues reporting from a different process). For the "fixes" (test management and extra tags) we have to think how to tackle this better. I'm thinking that the telemetry tests should probably be separate.