feat(analytics): set log endpoint

This commit is contained in:
EnixCoda 2018-09-12 23:11:00 +08:00
parent ef932114b9
commit e727e3bfce

View file

@ -1,4 +1,5 @@
const LOG_ENDPOINT = ''
// TODO: set this through ENV or something else
const LOG_ENDPOINT = 'https://enix.one/gitako/log'
export function raiseError(error) {
return reportError(error)