UNPKG

@ogcio/o11y-sdk-react

Version:

Opentelemetry standard instrumentation SDK for React based project

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