UNPKG

@ogcio/o11y-sdk-react

Version:

Opentelemetry standard instrumentation SDK for React based project

6 lines 383 B
import { EmailRedactor, type StringKind } from "../../../../../sdk-core/index.js"; import type { TransportItemType } from "@grafana/faro-core"; export declare class EmailRedactorWithMetrics extends EmailRedactor { protected exportMetrics(context: ReturnType<typeof this.redact>["context"], source: TransportItemType, kind: StringKind): void; } //# sourceMappingURL=email.d.ts.map