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

Track usage with Datadog RUM #59

Description

@devinmatte

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions