From 931ac30f6b25162e95ff4c0224cd0648c759b3d0 Mon Sep 17 00:00:00 2001 From: James Salter Date: Wed, 18 Aug 2021 09:01:29 +0100 Subject: [PATCH] Documentation for sentry config Documents keys added in https://github.com/matrix-org/matrix-react-sdk/pull/6597 --- docs/config.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/config.md b/docs/config.md index 6d482bf132..0c8d5e35df 100644 --- a/docs/config.md +++ b/docs/config.md @@ -139,6 +139,9 @@ For a good example, see https://develop.element.io/config.json. 1. `posthog`: [Posthog](https://posthog.com/) integration config. If not set, Posthog analytics are disabled. 1. `projectApiKey`: The Posthog project API key 2. `apiHost`: The Posthog API host +1. `sentry`: [Sentry](https://sentry.io/) configuration for rageshake data being sent to sentry. + 1. `dsn`: the Sentry [DSN](https://docs.sentry.io/product/sentry-basics/dsn-explainer/) + 2. `environment`: (optional) The [Environment](https://docs.sentry.io/product/sentry-basics/environments/) to pass to sentry Note that `index.html` also has an og:image meta tag that is set to an image hosted on riot.im. This is the image used if links to your copy of Element