Telemetry Event
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)