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 0b23012 commit 5d505d2Copy full SHA for 5d505d2
datadog-crashtracker/src/crash_info/mod.rs
@@ -151,10 +151,11 @@ impl CrashInfo {
151
.host()
152
.map_or(false, |host| host.contains("event-platform-intake"))
153
{
154
+ panic!("Secondary endpoint is not an Error Tracking intake endpoint");
155
+
156
self.upload_to_error_tracking(&Some(secondary.clone()))
157
.await
158
} else {
- panic!("Secondary endpoint is not an Error Tracking intake endpoint");
159
self.upload_to_telemetry(&Some(secondary.clone())).await
160
}
161
0 commit comments