2a2f5cca50
refs https://ghost.slack.com/archives/C02G9E68C/p1667834794676479 - When enabling tracking, it could be the case that the server is ignoring the attributions because of the cached setting value. - When disabling tracking, the frontend should take care of not collecting new tracking information to the server, but still the backend value should be used as a fail-safe. |
||
---|---|---|
.. | ||
lib | ||
test | ||
.eslintrc.js | ||
index.js | ||
package.json | ||
README.md |
Member Attribution
Usage
Develop
This is a monorepo package.
Follow the instructions for the top-level repo.
git clone
this repo &cd
into it as usual- Run
yarn
to install top-level dependencies.
Test
yarn lint
run just eslintyarn test
run lint and tests