ComputerScienceHouse / ComputerScienceHouse/conditional
Track usage with Datadog RUM
- Dominant language
- Python
- Stars
- 12
- Forks
- 39
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 1
Description
Replace Google analytics with Datadog RUM
See https://www.datadoghq.com/rum/ for a description
Follow the setup guide: https://docs.datadoghq.com/real_user_monitoring/installation/?tab=us
Make sure to include information about logged in users, for example
```javascript
datadogRum.addRumGlobalContext('usr', { // usr as defined in the datadog naming guide https://docs.datadoghq.com/logs/processing/attributes_naming_convention/#user-related-attributes
uid: username,
groups: groups // If available
});
```
Reach out to an RTP for client and application tokens
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the existing Google Analytics integration, then follow the linked Datadog RUM installation guide. Confirm how client and application tokens are obtained from an RTP and how logged-in user data is available; done means Google Analytics is replaced, RUM is configured, and the specified user context is included where available.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- analytics
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100