Change the rageshake "app" for auto-rageshakes (#9909)
It's super-confusing to have most auto-rageshakes going to one rageshake app, but a few to the main app. Let's change the default so we can stop it happening.
This commit is contained in:
parent
9ef4e14385
commit
a0de2254f3
2 changed files with 3 additions and 1 deletions
|
@ -99,7 +99,7 @@ export interface IConfigOptions {
|
||||||
features?: Record<string, boolean>; // <FeatureName, EnabledBool>
|
features?: Record<string, boolean>; // <FeatureName, EnabledBool>
|
||||||
|
|
||||||
bug_report_endpoint_url?: string; // omission disables bug reporting
|
bug_report_endpoint_url?: string; // omission disables bug reporting
|
||||||
uisi_autorageshake_app?: string;
|
uisi_autorageshake_app?: string; // defaults to "element-auto-uisi"
|
||||||
sentry?: {
|
sentry?: {
|
||||||
dsn: string;
|
dsn: string;
|
||||||
environment?: string; // "production", etc
|
environment?: string; // "production", etc
|
||||||
|
|
|
@ -27,6 +27,8 @@ export const DEFAULTS: IConfigOptions = {
|
||||||
integrations_ui_url: "https://scalar.vector.im/",
|
integrations_ui_url: "https://scalar.vector.im/",
|
||||||
integrations_rest_url: "https://scalar.vector.im/api",
|
integrations_rest_url: "https://scalar.vector.im/api",
|
||||||
bug_report_endpoint_url: null,
|
bug_report_endpoint_url: null,
|
||||||
|
uisi_autorageshake_app: "element-auto-uisi",
|
||||||
|
|
||||||
jitsi: {
|
jitsi: {
|
||||||
preferred_domain: "meet.element.io",
|
preferred_domain: "meet.element.io",
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue