Skip to content

Commit 5ba06af

Browse files
committed
Im on my last string of hope
1 parent 5fff341 commit 5ba06af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

datadog-crashtracker/src/crash_info/telemetry.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ impl TelemetryCrashUploader {
255255
let req = http::Request::builder()
256256
.method(http::Method::POST)
257257
.uri("http://localhost:9126/evp_proxy/v2/api/v2/errorsintake")
258+
.header("X-Datadog-EVP-Subdomain", "event-platform-intake")
258259
.body(serde_json::to_string(&crash_ping_msg)?.into())
259260
.unwrap();
260261

@@ -323,6 +324,7 @@ impl TelemetryCrashUploader {
323324
let req = http::Request::builder()
324325
.method(http::Method::POST)
325326
.uri("http://localhost:9126/evp_proxy/v2/api/v2/errorsintake")
327+
.header("X-Datadog-EVP-Subdomain", "event-platform-intake")
326328
.body(serde_json::to_string(&payload)?.into())
327329
.unwrap();
328330

0 commit comments

Comments
 (0)