rsnext/packages/next/telemetry/trace
Tobias Koppers 3a78ccd43f
Add type checking events (#24595)
Will send events like this:

```
[telemetry] {
  "eventName": "NEXT_TYPE_CHECK_COMPLETED",
  "payload": {
    "durationInSeconds": 2,
    "typescriptVersion": "3.8.3",
    "inputFilesCount": 16,
    "totalFilesCount": 289,
    "incremental": false
  }
}
```

## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added

## 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.

## Documentation / Examples

- [ ] Make sure the linting passes
2021-05-04 08:41:01 +00:00
..
report Telemetry-compatible tracing (#22713) 2021-03-10 21:00:20 +00:00
autoparent.ts Silence trace debug messages (#22988) 2021-03-11 19:51:43 +00:00
index.ts Telemetry-compatible tracing (#22713) 2021-03-10 21:00:20 +00:00
shared.ts Upgrade eslint to the latest version (#24377) 2021-04-25 18:34:36 +00:00
trace.ts Add type checking events (#24595) 2021-05-04 08:41:01 +00:00