From e727e3bfce263af1fe391d92d76214a0d446136e Mon Sep 17 00:00:00 2001 From: EnixCoda Date: Wed, 12 Sep 2018 23:11:00 +0800 Subject: [PATCH] feat(analytics): set log endpoint --- src/analytics.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)