##Pre-requisites
- Go to https://app.datadoghq.com/rum/application/create
- Create with Application type: JS Application
- Give your Application a name
-
- Create New RUM Application
- Save the Client Token from RUM Application
- Save the Application ID from RUM Application
##Steps
- Fork this repo
- Rename to yourGitHubusername.github.io
- Follow steps here on how to create a Github pages site: https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-github-pages-site
- yourGitHubusername.github.io will serve as the page on which you'll test and collect RUM sessions
- In the index.html file, update the client token and application ID to the values from your RUM application
##Already have a GitHub pages site?
- Github only allows one site.github.io page which has to be named after your username, i.e starryknight620.github.io
- To get around this, create an organization under your account
- Navigate to that organization
- Repeat steps 1-5 from the ##Steps section above