Plugins
React Trace's functionality is built around a plugin system.
Each plugin can contribute UI to the toolbar, to the action panel, and to the settings menu.
Official plugins
All four are included in @react-trace/kit by default.
Using plugins with @react-trace/core
Pass plugin instances to the plugins prop:
Plugin order determines the display order in the toolbar, action panel, and settings menu.
Building your own
See Creating Plugins for the full plugin API, available hooks, and the scaffolding CLI.