Add more tracking data for UI startup

Reviewed By: lblasa

Differential Revision: D50365803

fbshipit-source-id: b6a601e7bf987738400a86be6814de7cafd50d3d
This commit is contained in:
Andrey Goncharov
2023-10-17 08:28:02 -07:00
committed by Facebook GitHub Bot
parent 17103ce1fa
commit cc76a21d80
5 changed files with 11 additions and 1 deletions

View File

@@ -18,6 +18,8 @@ declare global {
};
GRAPH_SECRET: string;
FLIPPER_APP_VERSION: string;
FLIPPER_SESSION_ID: string;
FLIPPER_UNIXNAME: string;
flipperShowMessage?(message: string): void;
flipperHideMessage?(): void;