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 5fff341 commit 5ba06afCopy full SHA for 5ba06af
datadog-crashtracker/src/crash_info/telemetry.rs
@@ -255,6 +255,7 @@ impl TelemetryCrashUploader {
255
let req = http::Request::builder()
256
.method(http::Method::POST)
257
.uri("http://localhost:9126/evp_proxy/v2/api/v2/errorsintake")
258
+ .header("X-Datadog-EVP-Subdomain", "event-platform-intake")
259
.body(serde_json::to_string(&crash_ping_msg)?.into())
260
.unwrap();
261
@@ -323,6 +324,7 @@ impl TelemetryCrashUploader {
323
324
325
326
327
328
.body(serde_json::to_string(&payload)?.into())
329
330
0 commit comments