Skip to content

Commit adfe4ec

Browse files
edit readme
1 parent 2d15023 commit adfe4ec

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

developer-extension/README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff 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+
9096
To work on the developer extension and debug it easily:
9197

9298
1. In a terminal, cd into the `developer-extension` folder.
9399

94100
2. 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.

0 commit comments

Comments
 (0)