Example showing usage of the Web RUM Agent
This is a very straighforward example using the Web RUM agent.
- On line 8 of
app.jsmake sure to replaceSDK_KEYwith your client side SDK Key. - install the required libraries with
npm install - Finally, package with
npx parcel index.htmland it will run on localhost:1234
You can use this to test and experiment with custom event collectors and see how the existing events are collected.