Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Track usage with Datadog RUM #25

Open
devinmatte opened this issue Apr 30, 2020 · 0 comments
Open

Track usage with Datadog RUM #25

devinmatte opened this issue Apr 30, 2020 · 0 comments

Comments

@devinmatte
Copy link
Member

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant