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
Currently the function index.Exists doesn't accept options like other functions.
We use opts to pass the current context. With a custom Requester (http.client) it's allow us to do tracing.
Without opts we can trace correctly this Exists function 😞
Is it possible to add opts on Exists function, like this ?
Description
Currently the function index.Exists doesn't accept options like other functions.
We use
opts
to pass the current context. With a customRequester
(http.client
) it's allow us to do tracing.Without opts we can trace correctly this
Exists
function 😞Is it possible to add
opts
onExists
function, like this ?I can create a PR to fix this 👍🏻
The text was updated successfully, but these errors were encountered: