[Backport 7.x] Added new observability events (#1370)
Co-authored-by: Tomas Della Vedova <delvedor@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
29ee3ec582
commit
07bcd62285
4
index.d.ts
vendored
4
index.d.ts
vendored
@ -2601,8 +2601,10 @@ declare class Client {
|
||||
}
|
||||
|
||||
declare const events: {
|
||||
RESPONSE: string;
|
||||
SERIALIZATION: string;
|
||||
REQUEST: string;
|
||||
DESERIALIZATION: string;
|
||||
RESPONSE: string;
|
||||
SNIFF: string;
|
||||
RESURRECT: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user