TelemetryEvent

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)

Constructors

Link copied to clipboard
constructor(appId: String = "dependency-scanner", appVersion: String = BuildInfo.VERSION, os: String = System.getProperty("os.name") ?: "unknown", eventType: String, sessionId: String = TelemetryConfig.sessionId, arch: String? = System.getProperty("os.arch"), feature: String? = null, durationMs: Long? = null, errorType: String? = null, errorMessage: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val arch: String?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val os: String
Link copied to clipboard