feat(debugger)!: Add missing data for exception replay#1849
feat(debugger)!: Add missing data for exception replay#1849gh-worker-dd-mergequeue-cf854d[bot] merged 4 commits intomainfrom
Conversation
Clippy Allow Annotation ReportComparing clippy allow annotations between branches:
Summary by Rule
Annotation Counts by File
Annotation Stats by Crate
About This ReportThis report tracks Clippy allow annotations for specific rules, showing how they've changed in this PR. Decreasing the number of these annotations generally improves code quality. |
|
✅ Tests 🎉 All green!❄️ No new flaky tests detected 🎯 Code Coverage (details) 🔗 Commit SHA: 5f44d26 | Docs | Datadog PR Page | Was this helpful? React with 👍/👎 or give us feedback! |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #1849 +/- ##
==========================================
- Coverage 71.64% 71.64% -0.01%
==========================================
Files 430 431 +1
Lines 68806 68947 +141
==========================================
+ Hits 49297 49396 +99
- Misses 19509 19551 +42
🚀 New features to boost your workflow:
|
Artifact Size Benchmark Reportaarch64-alpine-linux-musl
aarch64-unknown-linux-gnu
libdatadog-x64-windows
libdatadog-x86-windows
x86_64-alpine-linux-musl
x86_64-unknown-linux-gnu
|
b820be7 to
bf55092
Compare
| buffer: &'a mut Vec<DebuggerPayload<'a>>, | ||
| ) -> *mut DebuggerPayload<'a> { | ||
| #[allow(clippy::unwrap_used)] | ||
| buffer.last_mut().unwrap() |
There was a problem hiding this comment.
Shouldn't we have proper error handling here just in case ?
| } | ||
|
|
||
| #[no_mangle] | ||
| pub extern "C" fn drop_log_probe_capture_expressions(_: LogProbe) {} |
There was a problem hiding this comment.
Should be prefixed by ddog_ I think, same for the drop_span_decoration_probe function below
Signed-off-by: Bob Weinand <bob.weinand@datadoghq.com>
Signed-off-by: Bob Weinand <bob.weinand@datadoghq.com>
265067b to
5f44d26
Compare
|
/merge |
|
View all feedbacks in Devflow UI.
The expected merge time in
|
"appkey" now redacted and
DD_DYNAMIC_INSTRUMENTATION_REDACTION_EXCLUDED_IDENTIFIERScan now be supported too.Also including the exception message for exception replay.