Demonstrate various types of transactions created by elastic RUM agent
- Follow Quick start guide
- Update RUM configurations in
src/apm.js
(especially serverUrl) - run
npm run build
to bundle. - Run
npm run serve
and navigate to localhost:3000 and play around with buttons. Go to Kibana and check out data in:
- Observability > User Experience > Dashboard
- Observability > APM > Services
- When making changes in
src/*
, make sure to runnpm run build
.