(ws) cobra to sentry - created events with sentry tags based on tags present in the cobra messages
This commit is contained in:
@ -84,6 +84,12 @@ namespace ix
|
||||
auto ret = sentryClient.send(msg, verbose);
|
||||
HttpResponsePtr response = ret.first;
|
||||
|
||||
if (!response)
|
||||
{
|
||||
spdlog::warn("Null HTTP Response");
|
||||
continue;
|
||||
}
|
||||
|
||||
if (verbose)
|
||||
{
|
||||
for (auto it : response->headers)
|
||||
|
Reference in New Issue
Block a user