DebugAgentLog

Posts structured debug events to a configured HTTP ingest endpoint.

Functions

Link copied to clipboard
fun log(location: String, message: String, data: Map<String, Any?> = emptyMap(), hypothesisId: String = "", runId: String = "pre-fix")

Posts a structured debug event when BuildConfig.DEBUG is true and an endpoint is configured.