UNPKG

@sumologic/opentelemetry-rum

Version:

Adds OpenTelemetry tracing auto-instrumentation in the browser. Collects spans on network events and sends them to Sumo Logic.

8 lines (7 loc) 251 B
interface ComparePageWithFixtureTestOptions { basedir: string; title: string; name: string; } export declare const createComparePageWithFixtureTest: ({ basedir, title, name, }: ComparePageWithFixtureTestOptions) => void; export {};