[test optimization] Add error tag for library settings request#7590
[test optimization] Add error tag for library settings request#7590juan-fernandez merged 4 commits intomasterfrom
Conversation
Overall package sizeSelf size: 4.79 MB Dependency sizes| name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 2.0.6 | 81.92 kB | 816.75 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 #7590 +/- ##
==========================================
- Coverage 80.29% 80.24% -0.06%
==========================================
Files 733 733
Lines 31561 31591 +30
==========================================
+ Hits 25343 25351 +8
- Misses 6218 6240 +22 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:
|
This comment has been minimized.
This comment has been minimized.
BenchmarksBenchmark execution time: 2026-02-25 12:49:49 Comparing candidate commit 2348874 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 229 metrics, 31 unstable metrics. |
What does this PR do?
Send a hidden tag
_dd.ci.library_configuration_errorwhenever there has been a communication error between the library and datadog's API for the library settings request. This triggers a warning message in the UI.Motivation
Let users know that there was a communication error between the library and datadog's backend and advanced features would not work.
Additional Notes
We'll start with the library settings request which is the most impactful one. We'll expand to other requests later on.