Skip to content

Commit 6a087ef

Browse files
committed
Try panicing
1 parent be5eb6e commit 6a087ef

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
@@ -206,6 +206,7 @@ impl ErrorsIntakeUploader {
206206
}
207207

208208
async fn upload_payload(&self, payload: &ErrorsIntakePayload) -> anyhow::Result<()> {
209+
panic!("{}", format!("upload_payload: {:?}", payload));
209210
// Read environment variables independently (parallel to telemetry)
210211
let agent_host =
211212
parse_env::str_not_empty("DD_AGENT_HOST").unwrap_or_else(|| "localhost".to_string());

0 commit comments

Comments
 (0)