UNPKG

258 BTypeScriptView Raw
1import type { MeasurementUnit } from '@sentry/types';
2/**
3 * Adds a measurement to the current active transaction.
4 */
5export declare function setMeasurement(name: string, value: number, unit: MeasurementUnit): void;
6//# sourceMappingURL=measurement.d.ts.map
\No newline at end of file