1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-28 15:22:05 +03:00

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
5 changed files with 26 additions and 12 deletions

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