-
Notifications
You must be signed in to change notification settings - Fork 309
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
v5.7.0 #4172
v5.7.0 #4172
Conversation
Overall package sizeSelf size: 6.18 MB Dependency sizes
🤖 This report was automatically generated by heaviest-objects-in-the-universe |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## v5.x #4172 +/- ##
=======================================
Coverage ? 85.28%
=======================================
Files ? 247
Lines ? 10924
Branches ? 33
=======================================
Hits ? 9316
Misses ? 1608
Partials ? 0 ☔ View full report in Codecov by Sentry. |
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.
Okay from profiling – we didn't really have anything in this release.
configuration field now gets updated after dynamic config
* tracing: Adds isRemote to the span context * convert default value to true to align with python
…#4151) enable system-tests cross-tracer tests for messaging integrations
* Remove IastNamespace * cache IAST metrics * Remove IastMetric WeakMap * Remove not used method * Clean up * use const tags * Refactor * Clean up * Include more tests * One more test * test * Get count only once per metric * Ensure int value * merge more than count metrics * Iast metrics are count metrics only by now. Use same naming for IastMetric methods as for CountMetric * Use track when merging metrics * Remove IastMetric.track and use only IastMetric.inc * Use undefined * Ugaitz suggestion Co-authored-by: Ugaitz Urien <ugaitz.urien@datadoghq.com> * Remove not used metric --------- Co-authored-by: Ugaitz Urien <ugaitz.urien@datadoghq.com>
* change order of headers to match the spec so it's easier to compare * add request identification headers collection * update tests
* fix broken plugin links * redirect old URLs --------- Co-authored-by: Thomas Hunter II <tlhunter@datadog.com>
* Check Error.prepareStackTrace[kSymbolPrepareStackTrace] directly
011df63
to
64c1756
Compare
Features
Improvements
Bug fixes