Examples of scripts that report custom check outcomes using
Meticulous and the
@alwaysmeticulous/custom-checks
SDK.
| Example | Description |
|---|---|
| network-requests | Compare per-session network request counts on head vs. base and warn when capacity is exceeded |
| js-bundle-sizes | Compare the total JS bundle size each session loaded on head vs. base and warn when it grows materially |
| react-component-renders | Compare per-component React render counts on head vs. base and warn when an individual component re-renders materially more often |