Add new ini config datadog.crashtracking_enabled#2850
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2850 +/- ##
============================================
- Coverage 78.39% 78.38% -0.02%
Complexity 2526 2526
============================================
Files 173 173
Lines 18710 18710
Branches 976 976
============================================
- Hits 14667 14665 -2
- Misses 3506 3508 +2
Partials 537 537
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
847d7dd to
8255aae
Compare
BenchmarksBenchmark execution time: 2024-09-13 16:21:27 Comparing candidate commit 0d088b1 in PR branch Found 10 performance improvements and 3 performance regressions! Performance is the same for 165 metrics, 0 unstable metrics. scenario:BM_TeaSapiSpindown
scenario:EmptyFileBench/benchEmptyFileBaseline-opcache
scenario:EmptyFileBench/benchEmptyFileOverhead
scenario:EmptyFileBench/benchEmptyFileOverhead-opcache
scenario:LaravelBench/benchLaravelBaseline
scenario:PDOBench/benchPDOBaseline-opcache
scenario:PDOBench/benchPDOOverhead
scenario:PDOBench/benchPDOOverhead-opcache
scenario:PDOBench/benchPDOOverheadWithDBM
scenario:PDOBench/benchPDOOverheadWithDBM-opcache
scenario:SamplingRuleMatchingBench/benchRegexMatching1
scenario:SamplingRuleMatchingBench/benchRegexMatching4-opcache
scenario:WordPressBench/benchWordPressOverhead
|
…clusive with DD_CRASHTRACKING_ENABLED
0d088b1 to
6242e01
Compare
Benchmarks [ tracer ]Benchmark execution time: 2024-09-18 16:23:05 Comparing candidate commit 810ddce in PR branch Found 2 performance improvements and 1 performance regressions! Performance is the same for 175 metrics, 0 unstable metrics. scenario:MessagePackSerializationBench/benchMessagePackSerialization
scenario:PDOBench/benchPDOBaseline-opcache
scenario:WordPressBench/benchWordPressOverhead
|
6242e01 to
810ddce
Compare
Description
Corresponding env var
DD_CRASHTRACKING_ENABLEDis handled at least by dd-trace-dotnet and dd-trace-py, and is required by a system-test.Additionally, I reduced the wait time in the request replayer.
Previously, the default was 5 seconds per iteration with a maximum of 100 iterations.
Now, it’s 0.5 seconds per iteration, with a maximum of 200 iterations (500 on Windows).
Reviewer checklist