ComputerScienceHouse / ComputerScienceHouse/conditional
Track usage with Datadog RUM
未关闭
good first issue
- 主要语言
- Python
- 星标
- 12
- 派生
- 39
- 平均合并
- 1 天 13 小时
- 30 天内合并 PR
- 1
描述
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
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。