From a3950869fb010dfa00c09c8d7bc77a1349928635 Mon Sep 17 00:00:00 2001 From: Ben Banfield-Zanin Date: Thu, 13 Nov 2025 15:33:59 +0000 Subject: [PATCH] Use the dedicated bug report sub-domain (#3557) * Update docs for 'rageshake.submit_url' to use the dedicated subdomain * Update Netlify preview deployment to use the dedicated subdomain for 'rageshake.submit_url' --- config/config_netlify_preview.json | 2 +- docs/url-params.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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", diff --git a/docs/url-params.md b/docs/url-params.md index b2af8416..a474daed 100644 --- a/docs/url-params.md +++ b/docs/url-params.md @@ -96,6 +96,6 @@ These parameters are only supported in the [embedded](./embedded-standalone.md) | -------------------- | -------------------------------------------------------------------------- | -------- | ---------------------------------------------------------------------------------------------------------------------------------- | | `posthogApiHost` | Posthog server URL | No | e.g. `https://posthog-element-call.element.io`. Only supported in embedded package. In full package the value from config is used. | | `posthogApiKey` | Posthog project API key | No | Only supported in embedded package. In full package the value from config is used. | -| `rageshakeSubmitUrl` | Rageshake server URL endpoint | No | e.g. `https://element.io/bugreports/submit`. In full package the value from config is used. | +| `rageshakeSubmitUrl` | Rageshake server URL endpoint | No | e.g. `https://rageshakes.element.io/api/submit`. In full package the value from config is used. | | `sentryDsn` | Sentry [DSN](https://docs.sentry.io/concepts/key-terms/dsn-explainer/) | No | In full package the value from config is used. | | `sentryEnvironment` | Sentry [environment](https://docs.sentry.io/concepts/key-terms/key-terms/) | No | In full package the value from config is used. |