Reporting Extension Playground
Use this page to perform basic event-testing with your Reporting extension.
-
Make sure your transpiled extension is being served locally. Usually, this will be http://localhost:5174/main.umd.js.
-
Click the
Set Extension Script
button below and enter the URL your transpiled extension is being served from. -
Click the
Initialize Worker
button. This will load and initialize your transpiled extension in a Web Worker.
If you make changes to your extension, it should be re-transpiled automatically.
You can reload the page to reload your extension, along with the rest of the page.
Or, if you want to maintain the existing event history, hit the Reload Extension
button to reload your transpiled extension without reloading the rest of the page.
If you want to clear the existing event history, hit the Clear Events
button.
Event I/O
Select the type of event you'd like to publish, then fill out the required fields.
Event Form
Event Pipeline
All events sent between Reporting and your Extension will display here.