Refactor browser connection performance tracking

Reviewed By: lblasa

Differential Revision: D51158256

fbshipit-source-id: 17e020dd3c26ac73bf2cf0ceb4c664638c6778e9
This commit is contained in:
Andrey Goncharov
2023-11-09 08:25:28 -08:00
committed by Facebook GitHub Bot
parent 54217f2c79
commit d54bd7c3ba
4 changed files with 27 additions and 16 deletions

View File

@@ -54,6 +54,7 @@ type TrackerEvents = {
'browser-connection-created': {
successful: boolean;
timeMS: number;
timedOut: boolean;
};
'app-connection-created': AppConnectionPayload;
'app-connection-secure-attempt': AppConnectionPayload;