Track insecure connection attempts
Summary: Same as previous diff but for plain socket. Reviewed By: antonk52 Differential Revision: D46220933 fbshipit-source-id: 235ca860891b8514dd0d743d32fe85f15a2cdd7e
This commit is contained in:
committed by
Facebook GitHub Bot
parent
135d3e3aa8
commit
f25591580c
@@ -14,7 +14,7 @@ type AppConnectionPayload = {
|
||||
os: string;
|
||||
device: string;
|
||||
device_id: string;
|
||||
medium: number | undefined;
|
||||
medium?: number | undefined;
|
||||
};
|
||||
|
||||
type TrackerEvents = {
|
||||
@@ -28,6 +28,7 @@ type TrackerEvents = {
|
||||
'server-proxy-error': {error: string};
|
||||
'app-connection-created': AppConnectionPayload;
|
||||
'app-connection-secure-attempt': AppConnectionPayload;
|
||||
'app-connection-insecure-attempt': AppConnectionPayload;
|
||||
};
|
||||
|
||||
class ServerCoreTracker {
|
||||
|
||||
Reference in New Issue
Block a user