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) 259 B
export interface DemoAppTestConfig { basedir: string; title: string; fixtureName: string; urlPath: string; } export declare const createVerifyDemoAppTest: ({ basedir, title, urlPath, fixtureName, }: DemoAppTestConfig) => Promise<void>;