Skip to content

[JS] Disable type checking for src/Instrument.js

Phuedx requested to merge work/phuedx/T366827-follow-up into main

TypeScript can't parse the MetricsClient type without explicitly importing it. On the other hand, JSDoc can. Prioritise documentation over type checking for now.

I have verified that this fixes 1070992: [DNM] ext.eventLogging: update metrics-platform and expose createMetricsClient locally.

Bug: T366827

Edited by Phuedx

Merge request reports