1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-07 23:00:54 +00:00
* Changed: Point automatic error reporting to our own, self-hosted Sentry instance. Let's see how much load this generates...
This commit is contained in:
SirStendec 2019-12-13 21:20:39 -05:00
parent 00b69a3c66
commit 7370db2f54
2 changed files with 3 additions and 2 deletions

View file

@ -10,7 +10,8 @@ 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://1c3b56f127254d3ba1bd1d6ad8805eee@sentry.io/1186960';
//export const SENTRY_ID = 'https://1c3b56f127254d3ba1bd1d6ad8805eee@sentry.io/1186960';
export const SENTRY_ID = 'https://07ded545d3224ca59825daee02dc7745@catbag.frankerfacez.com:444/2';
export const LV_SERVER = 'https://cbenni.com/api';