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 be5eb6e commit 6a087efCopy full SHA for 6a087ef
datadog-crashtracker/src/crash_info/errors_intake.rs
@@ -206,6 +206,7 @@ impl ErrorsIntakeUploader {
206
}
207
208
async fn upload_payload(&self, payload: &ErrorsIntakePayload) -> anyhow::Result<()> {
209
+ panic!("{}", format!("upload_payload: {:?}", payload));
210
// Read environment variables independently (parallel to telemetry)
211
let agent_host =
212
parse_env::str_not_empty("DD_AGENT_HOST").unwrap_or_else(|| "localhost".to_string());
0 commit comments