fix: use parentheses for signature_ init to match existing style#307
Conversation
BenchmarksBenchmark execution time: 2026-04-14 14:02:51 Comparing candidate commit 6c8ef24 in PR branch Found 1 performance improvements and 0 performance regressions! Performance is the same for 0 metrics, 0 unstable metrics.
|
|
🎯 Code Coverage (details) 🔗 Commit SHA: 6c8ef24 | Docs | Datadog PR Page | Was this helpful? React with 👍/👎 or give us feedback! |
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
df3dba0 to
6c8ef24
Compare
|
/merge |
|
View all feedbacks in Devflow UI.
The expected merge time in
|
1f76c5c
into
main
Followup from #295 review feedback.
Changes
signature_{...}tosignature_(...)in the Tracer constructor member init list to match the parentheses style used by all other members (logger_(...),runtime_id_(...), etc.) & moves up root_session_id to be after runtime_id in tracer configRef: #295 (comment)