Update eventName=Screen to $screen to match PostHog's special behaviour (#7667)

This commit is contained in:
Michael Telatynski 2022-02-01 15:49:49 +00:00 committed by GitHub
parent 5b999300b2
commit 8dd0722e04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 26 additions and 12 deletions

View file

@ -3,11 +3,17 @@
set -ex
scripts/fetchdep.sh matrix-org matrix-js-sdk
pushd matrix-js-sdk
yarn link
yarn install --pure-lockfile $@
popd
yarn link matrix-js-sdk
scripts/fetchdep.sh matrix-org matrix-analytics-events main
pushd matrix-analytics-events
yarn link
yarn install --pure-lockfile $@
popd
yarn link matrix-js-sdk
yarn link matrix-analytics-events
yarn install --pure-lockfile $@

View file

@ -16,8 +16,16 @@ yarn link
yarn install --pure-lockfile
popd
# Set up the js-sdk first
scripts/fetchdep.sh matrix-org matrix-analytics-events main
pushd matrix-analytics-events
yarn link
yarn install --pure-lockfile
popd
# Now set up the react-sdk
yarn link matrix-js-sdk
yarn link matrix-analytics-events
yarn link
yarn install --pure-lockfile
yarn reskindex