From bd7e74545aa168fa6d94f5828409103883706ebb Mon Sep 17 00:00:00 2001 From: James Salter Date: Wed, 8 Sep 2021 17:20:41 +0100 Subject: [PATCH] Add config for sentry --- element.io/nightly/config.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/element.io/nightly/config.json b/element.io/nightly/config.json index b9f5d78..179e47f 100644 --- a/element.io/nightly/config.json +++ b/element.io/nightly/config.json @@ -39,5 +39,9 @@ "url": "https://element.io/cookie-policy", "text": "Cookie Policy" } - ] + ], + "sentry": { + "dsn": "https://029a0eb289f942508ae0fb17935bd8c5@sentry.matrix.org/6", + "environment": "nightly" + } }