diff --git a/libs/telemetry/api.go b/libs/telemetry/api.go index 3a2d1df12..e3f80fadb 100644 --- a/libs/telemetry/api.go +++ b/libs/telemetry/api.go @@ -14,9 +14,6 @@ type ResponseBody struct { } type LogError struct { - Message string `json:"message"` - - // TODO: Confirm with Ankit that this signature is accurate. When does this typically - // trigger? + Message string `json:"message"` ErrorType string `json:"ErrorType"` }