Skip to content
This repository has been archived by the owner on Feb 3, 2024. It is now read-only.

Track usage with Datadog RUM #59

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

Track usage with Datadog RUM #59

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant