diff --git a/src/analytics.js b/src/analytics.js index 245cdde..0eac5b9 100644 --- a/src/analytics.js +++ b/src/analytics.js @@ -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)