UNPKG

solarwinds-apm

Version:

OpenTelemetry-based SolarWinds APM library

6 lines 296 B
import { NoopSpanProcessor, type Span } from "@opentelemetry/sdk-trace-base"; /** Processor that adds span attributes based on the current URL in browsers */ export declare class LocationProcessor extends NoopSpanProcessor { onStart(span: Span): void; } //# sourceMappingURL=location.d.ts.map