[OLD] Add new function to add endpoint#3381
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3381 +/- ##
=======================================
Coverage 61.76% 61.76%
=======================================
Files 142 142
Lines 12895 12895
Branches 1689 1689
=======================================
Hits 7965 7965
Misses 4171 4171
Partials 759 759 Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
Benchmarks [ tracer ]Benchmark execution time: 2025-10-30 13:08:53 Comparing candidate commit 0d9977d in PR branch Found 10 performance improvements and 12 performance regressions! Performance is the same for 172 metrics, 0 unstable metrics. scenario:ComposerTelemetryBench/benchTelemetryParsing
scenario:MessagePackSerializationBench/benchMessagePackSerialization
scenario:MessagePackSerializationBench/benchMessagePackSerialization-opcache
scenario:PDOBench/benchPDOOverhead
scenario:PDOBench/benchPDOOverhead-opcache
scenario:PDOBench/benchPDOOverheadWithDBM
scenario:PDOBench/benchPDOOverheadWithDBM-opcache
scenario:PHPRedisBench/benchRedisOverhead
scenario:PHPRedisBench/benchRedisOverhead-opcache
scenario:SamplingRuleMatchingBench/benchRegexMatching2
scenario:SamplingRuleMatchingBench/benchRegexMatching3
scenario:SamplingRuleMatchingBench/benchRegexMatching4
scenario:SpanBench/benchOpenTelemetryAPI
scenario:SymfonyBench/benchSymfonyDdprof
scenario:SymfonyBench/benchSymfonyDdprof-opcache
scenario:SymfonyBench/benchSymfonyOverhead
scenario:SymfonyBench/benchSymfonyOverhead-opcache
scenario:TraceSerializationBench/benchSerializeTrace
scenario:WordPressBench/benchWordPressDdprof
scenario:WordPressBench/benchWordPressDdprof-opcache
scenario:WordPressBench/benchWordPressOverhead
scenario:WordPressBench/benchWordPressOverhead-opcache
|
96601ba to
791f8e7
Compare
| @@ -0,0 +1,13 @@ | |||
| --TEST-- | |||
There was a problem hiding this comment.
Ignore this file
components-rs/crashtracker.h
Outdated
|
|
||
|
|
||
|
|
||
| typedef enum ddog_crasht_CrashInfoBuilder_NewResult_Tag { |
There was a problem hiding this comment.
This file got autogenerated
Cargo.lock
Outdated
| "backtrace", | ||
| "blazesym", | ||
| "cc", | ||
| "cc_utils", |
There was a problem hiding this comment.
This got removed automatically. Not sure why
| } | ||
| ); | ||
|
|
||
| if (!\DDTrace\are_endpoints_collected()) { |
There was a problem hiding this comment.
This will be adapted. Just an idea of how it will be used
f5413d6 to
e1212be
Compare
1a9903d to
e1212be
Compare
e2c597b to
b66e5b7
Compare
Co-authored-by: Gustavo Lopes <mail@geleia.net>
f02430a to
0d9977d
Compare
Description
Reviewer checklist