TP-5555 | symbolicator update
This commit is contained in:
Submodule cybertron-symbolicator updated: 78d5fb731d...de97308949
@@ -77,8 +77,6 @@ func (el *ElasticSearchClient) SearchDocuments(searchRequest string, fields []st
|
||||
}
|
||||
}
|
||||
|
||||
log.Printf("%s", aggregations)
|
||||
|
||||
return results, aggregations, res.Hits.Total.Value, nil
|
||||
}
|
||||
|
||||
@@ -101,7 +99,9 @@ func (el *ElasticSearchClient) GetStackTraceByErrorHash(errorHash string, projec
|
||||
filteredDoc := map[string]interface{}{}
|
||||
if len(response) > 0 {
|
||||
stackFrame, ok := response[0]["stack_trace"]
|
||||
println("ok", ok)
|
||||
if !ok {
|
||||
log.Printf("Error getting the stack trace")
|
||||
}
|
||||
filteredDoc["stack_trace"] = stackFrame
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user