diff --git a/desktop/plugins/layout/index.tsx b/desktop/plugins/layout/index.tsx index 25517f1d0..1202ac80f 100644 --- a/desktop/plugins/layout/index.tsx +++ b/desktop/plugins/layout/index.tsx @@ -352,6 +352,11 @@ export default class LayoutPlugin extends FlipperPlugin< const id = this.state.inAXMode ? this.state.selectedAXElement : this.state.selectedElement; + this.props.logger.track('usage', 'layoutInspector:setData', { + category: path[0], + path: Array.from(path).splice(1).join(), + ...this.realClient.query, + }); this.client.call('setData', { id, path,