Merge pull request #5374 from wrighbr/master

Datadog RUM events
This commit is contained in:
Fredrik Adelöw
2021-04-20 14:47:47 +02:00
committed by GitHub
8 changed files with 124 additions and 2 deletions
@@ -0,0 +1,30 @@
---
id: installation
title: Datadog RUM Installation
sidebar_label: Installation
# prettier-ignore
description: Adding Datadog RUM to Your App
---
There is a basic [Datadog](https://docs.datadoghq.com/real_user_monitoring/)
integration built into Backstage. You can enable it by adding the following to
your app configuration:
```yaml
app:
datadogRum:
clientToken: '123456789'
applicationId: qwerty
# site: # datadoghq.eu default = datadoghq.com
# env: # optional
```
Replace the clientToken and applicationId with the ones generated for you
Datadog.
optional arguments:
```
site: datadoghq.eu # default equals datadoghq.com
env: dev # allow to specify the environment
```