UNPKG

@dash0/sdk-web

Version:

Dash0's Web SDK to collect telemetry from end-users' web browsers

6 lines (5 loc) 176 B
import { vars } from "../vars"; import { debug as debugLogger } from "../utils/debug"; export function debug() { debugLogger("Dash0 Web SDK configuration state:", vars); }