Bloks debugger state deeplink from UIDebugger

Summary:
This adds a deeplink into bloks debugger from uidebugger for state events

changelog: UIDebugger - show bloks state & deeplink to bloks debugger

Reviewed By: lblasa

Differential Revision: D51349212

fbshipit-source-id: 6f7ca826228ce11a01fe5eb197f6ce092d2757a9
This commit is contained in:
Luke De Feo
2023-11-17 04:18:41 -08:00
committed by Facebook GitHub Bot
parent e225d9e1c3
commit dd9279bf7a
3 changed files with 47 additions and 0 deletions

View File

@@ -297,6 +297,7 @@ export function plugin(client: PluginClient<Events, Methods>) {
metadata,
perfEvents,
os: client.device.os,
client,
};
}