Inject bug report endpoint URL from config.json
This commit is contained in:
parent
bf887e82fe
commit
3996d23b19
3 changed files with 12 additions and 2 deletions
|
@ -241,6 +241,7 @@ async function loadApp() {
|
|||
let configError;
|
||||
try {
|
||||
configJson = await getConfig();
|
||||
rageshake.setBugReportEndpoint(configJson.bug_report_endpoint_url);
|
||||
} catch (e) {
|
||||
configError = e;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue