We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4c0bdf commit 309daecCopy full SHA for 309daec
datadog-crashtracker/src/crash_info/errors_intake.rs
@@ -277,6 +277,7 @@ impl ErrorsIntakePayload {
277
ddtags.push_str(&format!(",version:{version}"));
278
}
279
ddtags.push_str(&format!(",uuid:{}", crash_info.uuid));
280
+ ddtags.push_str(",is_crash:true");
281
282
// Extract error info from signal
283
let (error_type, error_message) = if let Some(sig_info) = &crash_info.sig_info {
0 commit comments