v9.3.0
What's Changed
Add sass build time monitoring [OR-483] by @notlee in #1020
Understanding the impact of slow Sass builds will help us prioritise optimisations and/or move away from Sass more quickly (inline with the TGG proposal).
Please set the following environment variables for local development, via Doppler, so we can monitor Sass build times for your projects and aggregate build times across teams.
FT_SASS_STATS_MONITOR
- Set to on
to enable remote logging on build times.
FT_SASS_BIZ_OPS_API_KEY
- A Biz-Ops Metrics API Key for your system.
FT_SASS_BIZ_OPS_SYSTEM_CODE
- The system code of your project.
That will let us monitor sass build times for your projects and aggregate build times across teams!
You'll also see a message locally letting you know how long you’ve been waiting for Sass in total, across builds 🤯
Full Changelog: v9.2.1...v9.3.0