Refactor browser connection performance tracking
Reviewed By: lblasa Differential Revision: D51158256 fbshipit-source-id: 17e020dd3c26ac73bf2cf0ceb4c664638c6778e9
This commit is contained in:
committed by
Facebook GitHub Bot
parent
54217f2c79
commit
d54bd7c3ba
@@ -54,6 +54,7 @@ type TrackerEvents = {
|
||||
'browser-connection-created': {
|
||||
successful: boolean;
|
||||
timeMS: number;
|
||||
timedOut: boolean;
|
||||
};
|
||||
'app-connection-created': AppConnectionPayload;
|
||||
'app-connection-secure-attempt': AppConnectionPayload;
|
||||
|
||||
Reference in New Issue
Block a user