UNPKG

@dash0/sdk-web

Version:

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

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