Front service of Rockstat
Is an open source platform for a web and product analytics. It consists of a set of components: JavaScript tracking client for web applications; server-side data collector; services for geo-coding and detecting client device type; a new server deployment system. Read more
Front service is a entrypoint for all external data.
Look at the scheme
REDIS_URL=redis://127.0.0.1:6379
STATSD_HOST=127.0.0.1
HOST=0.0.0.0
PORT=8080
PORT_WS=8082
PORT_WSS=8083
LOG_LEVEL=info
Source maps options
"sourceMap": true,
or
"inlineSourceMap": true,