Package-level declarations
Types
Link copied to clipboard
object TelemetryClient
Link copied to clipboard
object TelemetryConfig
Link copied to clipboard
data class TelemetryEvent(val appId: String = "dependency-scanner", val appVersion: String = BuildInfo.VERSION, val os: String = System.getProperty("os.name") ?: "unknown", val eventType: String, val sessionId: String = TelemetryConfig.sessionId, val arch: String? = System.getProperty("os.arch"), val feature: String? = null, val durationMs: Long? = null, val errorType: String? = null, val errorMessage: String? = null)