* Install and initialize Glean
* Define, record and send Glean pings and metrics
* Center telemetry logic in one file
* Update build commands and CI
Glean requires at least Node.js 12.20.
* Fix lints
* Update Glean YAML files links
* 'Cardify' app list and improve styling
* Some cleanups after code review
* Update src/components/FilterInput.svelte
Co-authored-by: William Lachance <wlachance@mozilla.com>
There is an incompatibility between storybook and the latest
version of postcss (see: storybookjs/storybook#12668) which we didn't
notice because we weren't generating the actual storybook in CI.