Intro:
Developers wishing to collect custom performance metrics,
will need some documentation explaining how to use it and some example implementation,
so that they can send these metrics to Sentry and visualize them in product
Checklist:
Related:
follow up
- needs developer docs
- platforms where it is not supported?
Intro:
Developers wishing to collect custom performance metrics,
will need some documentation explaining how to use it and some example implementation,
so that they can send these metrics to Sentry and visualize them in product
Checklist:
setMeasurementspublic setMeasurement(name: string, value: number, unit: MeasurementUnit = ''): void { this._measurements[name] = { value, unit };Related:
setMeasurementpublic API sentry-javascript#4933follow up