- Go to https://app.datadoghq.com/rum/application/create
- Make sure you are in your Datadog Sandbox when creating this!
- 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 (note this is not the same as a your Datadog Application Key)
- Fork this repo
- In the following places, update the client token and application ID to the values from your RUM application: /index.html, /games/tic.html, /test/index.html
- Please make sure to update the client token and application IDs prior to renaming the repository
- Rename the repository 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
- 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