From 0be4f6113621e8da5ccee39d93f28b3159639a88 Mon Sep 17 00:00:00 2001 From: Ben Banfield-Zanin Date: Thu, 6 Nov 2025 10:18:55 +0000 Subject: [PATCH] Update Netlify preview deployment to use the dedicated subdomain for 'rageshake.submit_url' --- config/config_netlify_preview.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config_netlify_preview.json b/config/config_netlify_preview.json index cf0148e9..313f0d02 100644 --- a/config/config_netlify_preview.json +++ b/config/config_netlify_preview.json @@ -18,7 +18,7 @@ "api_host": "https://posthog-element-call.element.io" }, "rageshake": { - "submit_url": "https://element.io/bugreports/submit" + "submit_url": "https://rageshakes.element.io/api/submit" }, "sentry": { "environment": "netlify-pr-preview",