Skip to content

Commit a395086

Browse files
authored
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'
1 parent 5afc3c2 commit a395086

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/config_netlify_preview.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"api_host": "https://posthog-element-call.element.io"
1919
},
2020
"rageshake": {
21-
"submit_url": "https://element.io/bugreports/submit"
21+
"submit_url": "https://rageshakes.element.io/api/submit"
2222
},
2323
"sentry": {
2424
"environment": "netlify-pr-preview",

docs/url-params.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,6 @@ These parameters are only supported in the [embedded](./embedded-standalone.md)
9696
| -------------------- | -------------------------------------------------------------------------- | -------- | ---------------------------------------------------------------------------------------------------------------------------------- |
9797
| `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. |
9898
| `posthogApiKey` | Posthog project API key | No | Only supported in embedded package. In full package the value from config is used. |
99-
| `rageshakeSubmitUrl` | Rageshake server URL endpoint | No | e.g. `https://element.io/bugreports/submit`. In full package the value from config is used. |
99+
| `rageshakeSubmitUrl` | Rageshake server URL endpoint | No | e.g. `https://rageshakes.element.io/api/submit`. In full package the value from config is used. |
100100
| `sentryDsn` | Sentry [DSN](https://docs.sentry.io/concepts/key-terms/dsn-explainer/) | No | In full package the value from config is used. |
101101
| `sentryEnvironment` | Sentry [environment](https://docs.sentry.io/concepts/key-terms/key-terms/) | No | In full package the value from config is used. |

0 commit comments

Comments
 (0)