rsnext/packages/next/telemetry/events
Keen Yee Liau 53e52fefc3
telemetry: collect feature usage for linting during build (#32022)
Currently, we have telemetry to measure how ESLint is invoked,
but we do not have telemetry that tells us how many users have
disabled ESLint during build.

This commit adds a new feature, `build lint` to track this metric.



## Bug

- [ ] Related issues linked using `fixes #number`
- [x] Integration tests added
- [ ] Errors have helpful link attached, see `contributing.md`

## Feature

- [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR.
- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Documentation added
- [ ] Telemetry added. In case of a feature if it's used or not.
- [ ] Errors have helpful link attached, see `contributing.md`

## Documentation / Examples

- [ ] Make sure the linting passes by running `yarn lint`
2021-12-07 02:41:31 +00:00
..
build.ts telemetry: collect feature usage for linting during build (#32022) 2021-12-07 02:41:31 +00:00
index.ts Anonymous Telemetry (#8529) 2019-08-29 12:43:06 -04:00
plugins.ts find-up 2020-03-30 16:26:25 -04:00
version.ts Use import() to load next.config.js (#29935) 2021-10-16 14:22:42 +02:00