mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-10-13 22:41:57 +00:00
More bugfixes. Actually implement the API test experiment.
This commit is contained in:
parent
99f9974dea
commit
1b2ff27530
10 changed files with 57 additions and 13 deletions
|
@ -13,7 +13,9 @@ const BAD_ERRORS = [
|
|||
'timeout',
|
||||
'unable to load',
|
||||
'error internal',
|
||||
'Internal Server Error'
|
||||
'Internal Server Error',
|
||||
'http://',
|
||||
'https://'
|
||||
];
|
||||
|
||||
function skip_error(err) {
|
||||
|
|
|
@ -5,6 +5,7 @@ export const SERVER = DEBUG ? '//localhost:8000' : 'https://cdn.frankerfacez.com
|
|||
|
||||
export const CLIENT_ID = 'a3bc9znoz6vi8ozsoca0inlcr4fcvkl';
|
||||
export const API_SERVER = '//api.frankerfacez.com';
|
||||
export const NEW_API = '//api-test.frankerfacez.com';
|
||||
|
||||
export const SENTRY_ID = 'https://18f42c65339d4164b3fdebfc8c8bc99b@sentry.io/1186960';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue