Closed gleocadie closed 2 days ago
Benchmark execution time: 2024-11-25 17:08:13
Comparing candidate commit 398a63d8 in PR branch gleocadie/fix-bug-in-crashtracker
with baseline commit 25079f5c in branch main
.
Found 0 performance improvements and 0 performance regressions! Performance is the same for 51 metrics, 2 unstable metrics.
Omitted due to size.
Attention: Patch coverage is 0%
with 16 lines
in your changes missing coverage. Please review.
Project coverage is 70.52%. Comparing base (
25079f5
) to head (398a63d
).
🚨 Try these New Features:
What does this PR do?
When calling
ddog_crasht_CrashInfo_upload_to_endpoint
, if theProcInfo
is not set, the process crashes with panicMotivation
Fix a bug and missing API.
How to test the change?
The
crashinfo
example runs in CI. Added calls toddog_crasht_CrashInfo_set_procinfo
to fix the crash