Merge pull request #12616 from stephanschielke/patch-1

backstage-create-app doesn't add vital init() piece automatically
This commit is contained in:
Ben Lambert
2022-07-14 15:02:37 +02:00
committed by GitHub
@@ -24,6 +24,8 @@ app:
# env: 'staging'
```
If your [`app-config.yaml`](https://github.com/backstage/backstage/blob/master/app-config.yaml#L5) file does not have this configuration, you may have to adjust your [`packages/app/public/index.html`](https://github.com/backstage/backstage/blob/master/packages/app/public/index.html#L64) to include the Datadog RUM `init()` section manually.
The `clientToken` and `applicationId` are generated from the Datadog RUM page
following
[these instructions](https://docs.datadoghq.com/real_user_monitoring/browser/).