File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -87,12 +87,16 @@ Info tab contains information about Session and RUM SDK configurations
8787
8888## Contribution tips
8989
90+ Read the [ Extend the developers
91+ tools] ( https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Extending_the_developer_tools )
92+ MDN guide to get up to speed with WebExtensions for devtools. In particular, look for the
93+ various entrypoints (panel.html, devtools.html) and the content script communication as it'
94+ s not straightforward.
95+
9096To work on the developer extension and debug it easily:
9197
92981 . In a terminal, cd into the ` developer-extension ` folder.
9399
941002 . Run ` yarn dev ` .
95101
96- 3 . In Chrome, load the ` developer-extension/dist ` folder as an unpacked extension.
97-
98- 4 . After you make a change, right-click on the extension UI and “Reload frame”.
102+ 3 . It should open a Chrome browser window with the developer extension loaded.
You can’t perform that action at this time.
0 commit comments