Log dashboard UI analytics. Closes #1591. (#1601)

This commit is contained in:
Mike Burgess
2022-03-10 00:30:53 +00:00
committed by GitHub
parent 903a5e96cc
commit 08b66144da
9 changed files with 301 additions and 24 deletions

View File

@@ -17,7 +17,9 @@ env:
ORG: turbot
CONFIG_SCHEMA_VERSION: "2020-11-18"
VERSION: ${{ github.event.inputs.tag }}
REACT_APP_STAGE: "production"
REACT_APP_HEAP_ID: "2696375185"
jobs:
build:
name: Build and Push Assets
@@ -60,6 +62,9 @@ jobs:
unset CI
yarn build
working-directory: ./ui/dashboard
env:
REACT_APP_STAGE: ${{ env.REACT_APP_STAGE }}
REACT_APP_HEAP_ID: ${{ env.REACT_APP_HEAP_ID }}
- name: Move Build Assets
run: |-