Skip to content

Commit 309daec

Browse files
committed
is crash ddtag
1 parent f4c0bdf commit 309daec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

datadog-crashtracker/src/crash_info/errors_intake.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ impl ErrorsIntakePayload {
277277
ddtags.push_str(&format!(",version:{version}"));
278278
}
279279
ddtags.push_str(&format!(",uuid:{}", crash_info.uuid));
280+
ddtags.push_str(",is_crash:true");
280281

281282
// Extract error info from signal
282283
let (error_type, error_message) = if let Some(sig_info) = &crash_info.sig_info {

0 commit comments

Comments
 (0)