Remove unused metric

Summary: ^

Reviewed By: antonk52

Differential Revision: D49951285

fbshipit-source-id: 7f3c4e5458dea6875c67b6acbcf2d53b40ea9afa
This commit is contained in:
Lorenzo Blasa
2023-10-05 05:48:34 -07:00
committed by Facebook GitHub Bot
parent d9ad2a8932
commit 9fa5671ab0

View File

@@ -44,7 +44,6 @@ type TrackerEvents = {
error?: string;
};
'server-socket-already-in-use': {};
'server-proxy-error': {error: string};
'app-connection-created': AppConnectionPayload;
'app-connection-secure-attempt': AppConnectionPayload;
'app-connection-insecure-attempt': AppConnectionPayload;