You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The returned promise has an extra function not normally on promises: abort(). The abort function is used to abort the request to Elasticsearch. As part of the instrumentation, this agent returns a different promise which doesn't have the expected abort() function. This, in turn, causes errors like elastic/kibana#52617.
The text was updated successfully, but these errors were encountered:
In the elasticsearch module instrumentation, any request can return a promise, eg:
The returned promise has an extra function not normally on promises:
abort()
. The abort function is used to abort the request to Elasticsearch. As part of the instrumentation, this agent returns a different promise which doesn't have the expectedabort()
function. This, in turn, causes errors like elastic/kibana#52617.The text was updated successfully, but these errors were encountered: