* fix(chalice): fixed Math-operators validation refactor(chalice): search for sessions that have events for heatmaps * refactor(chalice): search for sessions that have at least 1 location event for heatmaps * fix(chalice): fixed Math-operators validation refactor(chalice): search for sessions that have events for heatmaps * refactor(chalice): search for sessions that have at least 1 location event for heatmaps * feat(chalice): autocomplete return top 10 with stats * fix(chalice): fixed autocomplete top 10 meta-filters * refactor(sourcemap-uploader): upgraded dependencies refactor(sourcemap-uploader): added dev script
10 lines
No EOL
181 B
Bash
10 lines
No EOL
181 B
Bash
#!/bin/zsh
|
|
set -a
|
|
. .env
|
|
|
|
node cli.js -l \
|
|
-k $API_KEY \
|
|
-p $PROJECT_KEY \
|
|
-s $USERVER \
|
|
dir -m './maps' \
|
|
-u $TARGET_URL |