rsnext/test/integration/telemetry
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
..
pages Create TelemetryPlugin for collecting feature usage metrics (#29145) 2021-10-05 14:31:48 -05:00
public Create TelemetryPlugin for collecting feature usage metrics (#29145) 2021-10-05 14:31:48 -05:00
test telemetry: collect feature usage for linting during build (#32022) 2021-12-07 02:41:31 +00:00
.babelrc.default Check next.config.js settings (#10425) 2020-02-14 15:42:44 -05:00
.babelrc.plugin Check next.config.js settings (#10425) 2020-02-14 15:42:44 -05:00
.babelrc.preset Check next.config.js settings (#10425) 2020-02-14 15:42:44 -05:00
next.config.custom-routes Record leveraged configs (#18175) 2020-10-27 13:46:18 +00:00
next.config.i18n-images Use import() to load next.config.js (#29935) 2021-10-16 14:22:42 +02:00
next.config.optimize-css Collect feature usage for optimizeCss (#29828) 2021-10-11 21:15:18 +00:00
next.config.target Check next.config.js settings (#10425) 2020-02-14 15:42:44 -05:00
next.config.webpack Check next.config.js settings (#10425) 2020-02-14 15:42:44 -05:00
package.babel Check next.config.js settings (#10425) 2020-02-14 15:42:44 -05:00