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
{{ message }}
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.
We simply customize like this when outage happens: var error = JSON.parse(JSON.stringify(outage.error));
so, here we need to put some useful information when ping is failed, like this:
var error = {"code":"xxx", "message":err.message};
callback(error, "failed", "failed", time);
But this feature seems should be done in the plugin and ping-service projects?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
No description provided.
The text was updated successfully, but these errors were encountered: