Under the hood
Useful1 Signal0
Telemetry collection skips non-JSON files instead of trying to parse them.
What's wrong with this entry?
Anonymous. No account, no email.
What
The walker that gathers telemetry data skips non-JSON files instead of attempting to parse them.
Details
- The recursive directory walker gained an options bag with an
entryMatcherpredicate. - The telemetry
runsdirectory is walked withentryMatcher: (i) => i.endsWith(".json").
Evidence
entryMatcher: (i) => i.endsWith(".json")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.