(ws) cobra to sentry. Handle Error 429 Too Many Requests and politely wait before sending more data to sentry
This commit is contained in:
@ -229,7 +229,6 @@ namespace ix
|
||||
args->url = computeUrl(project, key);
|
||||
args->body = _httpClient->serializeHttpFormDataParameters(multipartBoundary, httpFormDataParameters, httpParameters);
|
||||
|
||||
|
||||
_httpClient->performRequest(args, onResponseCallback);
|
||||
}
|
||||
} // namespace ix
|
||||
|
Reference in New Issue
Block a user