diff --git a/desktop/app/src/utils/exportData.tsx b/desktop/app/src/utils/exportData.tsx index 9cbac5718..d975439ab 100644 --- a/desktop/app/src/utils/exportData.tsx +++ b/desktop/app/src/utils/exportData.tsx @@ -75,6 +75,8 @@ export type ExportType = { pluginStates: PluginStatesExportState; activeNotifications: Array; }; + // The GraphQL plugin relies on this format for generating + // Flipper traces from employee dogfooding. See D28209561. pluginStates2: SandyPluginStates; supportRequestDetails?: SupportFormRequestDetailsState; };