mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
feat(analytics): set log endpoint
This commit is contained in:
parent
ef932114b9
commit
e727e3bfce
1 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue