diff --git a/desktop/plugins/public/ui-debugger/index.tsx b/desktop/plugins/public/ui-debugger/index.tsx index af5796227..df1af2da3 100644 --- a/desktop/plugins/public/ui-debugger/index.tsx +++ b/desktop/plugins/public/ui-debugger/index.tsx @@ -44,6 +44,7 @@ export function plugin(client: PluginClient) { limit: 10 * 1024, }); client.onMessage('perfStats', (event) => { + client.logger.track('performance', 'subtreeUpdate', event, 'ui-debugger'); perfEvents.append(event); });