Fix: updating remote config manager to send process_tags as an array#7180
Fix: updating remote config manager to send process_tags as an array#7180
Conversation
Overall package sizeSelf size: 4.39 MB Dependency sizes| name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 2.0.0 | 68.46 kB | 797.03 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✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #7180 +/- ##
=======================================
Coverage 84.51% 84.51%
=======================================
Files 525 525
Lines 22492 22489 -3
=======================================
- Hits 19008 19007 -1
+ Misses 3484 3482 -2 ☔ 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-01-06 20:59:10 Comparing candidate commit 431a05f in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 293 metrics, 27 unstable metrics. |
BridgeAR
left a comment
There was a problem hiding this comment.
The serialize method is now not used anymore as far as I can tell (besides in tests)
…7180) * updating remote config manager to use tagsArray and test to expect an array * removing serialize function and corresponding tests since it is no longer used.
…7180) * updating remote config manager to use tagsArray and test to expect an array * removing serialize function and corresponding tests since it is no longer used.
What does this PR do?
Fixes a bug in remote config where the tracer was sending
process_tagsas an object, but the Agent expects an array of strings.