Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit a0de225

Browse files
authored
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.
1 parent 9ef4e14 commit a0de225

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/IConfigOptions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export interface IConfigOptions {
9999
features?: Record<string, boolean>; // <FeatureName, EnabledBool>
100100

101101
bug_report_endpoint_url?: string; // omission disables bug reporting
102-
uisi_autorageshake_app?: string;
102+
uisi_autorageshake_app?: string; // defaults to "element-auto-uisi"
103103
sentry?: {
104104
dsn: string;
105105
environment?: string; // "production", etc

src/SdkConfig.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ export const DEFAULTS: IConfigOptions = {
2727
integrations_ui_url: "https://scalar.vector.im/",
2828
integrations_rest_url: "https://scalar.vector.im/api",
2929
bug_report_endpoint_url: null,
30+
uisi_autorageshake_app: "element-auto-uisi",
31+
3032
jitsi: {
3133
preferred_domain: "meet.element.io",
3234
},

0 commit comments

Comments
 (0)