``` error: { identify: function identifyError(e) { return (e instanceof Error) || Object.prototype.toString.call(e)==='[object Error]' }, }, ```