Installing Plumbr Browser Agent
Installing Plumbr Browser Agent is easy. All you need to do is to add a copy&paste a tiny Javascript snippet to the <head>
section of your HTML pages.
Sign Up
Attach
Confirm
- STEP 1: Sign up If you don’t already have a Plumbr account, contact us.
-
STEP 2: Add the Agent
Copy & paste the following script tag to your page.
<script src="https://browser.plumbr.io/pa.js" crossorigin="anonymous" data-plumbr='{"accountId":"REPLACE_WITH_YOUR_PLUMBR_ACCOUNT_ID", "appName":"REPLACE_WITH_YOUR_APPLICATION_NAME", "serverUrl":"https://bdr.plumbr.io"}'> </script>
Two aspects to bear in mind:
- If you are copying this from the current page, make sure you set accountId to your actual account id.
- Make sure the Plumbr Browser Agent script tag is added in the head tag before any external resources, e.g. scripts or css files.
-
STEP 3: Confirm
Once you have attached the Agent to you application, you will see the users of the application being monitored in real time at https://app.plumbr.io.
For additional configuration options such as setting the application name, please refer to the browser agent configuration guide.