Added new observability events (#1365)

This commit is contained in:
Tomas Della Vedova
2020-12-09 11:43:46 +01:00
committed by GitHub
parent 9fea1aedc0
commit 33035901cf
6 changed files with 522 additions and 4 deletions

4
index.d.ts vendored
View File

@ -2573,8 +2573,10 @@ declare class Client {
}
declare const events: {
RESPONSE: string;
SERIALIZATION: string;
REQUEST: string;
DESERIALIZATION: string;
RESPONSE: string;
SNIFF: string;
RESURRECT: string;
};