From d698705ffab0b356c72cd4cc4f308836984e00dc Mon Sep 17 00:00:00 2001 From: Hugh Nimmo-Smith Date: Mon, 9 Dec 2024 14:01:06 +0000 Subject: [PATCH] Configure sentry integration for netlify PR previews (#2884) --- config/config_netlify_preview.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/config_netlify_preview.json b/config/config_netlify_preview.json index de9600d4..ec1688d2 100644 --- a/config/config_netlify_preview.json +++ b/config/config_netlify_preview.json @@ -17,5 +17,9 @@ }, "rageshake": { "submit_url": "https://element.io/bugreports/submit" + }, + "sentry": { + "environment": "netlify-pr-preview", + "DSN": "https://b1e328d49be3402ba96101338989fb35@sentry.tools.element.io/41" } }