From e425117c171799e2fbed50e28e24767df00aeb8d Mon Sep 17 00:00:00 2001 From: oguzhankoral Date: Wed, 23 Jul 2025 15:34:56 +0100 Subject: [PATCH] fix confusion on versions --- lib/logger/composables/useLogger.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/logger/composables/useLogger.ts b/lib/logger/composables/useLogger.ts index ba88a63..ee93562 100644 --- a/lib/logger/composables/useLogger.ts +++ b/lib/logger/composables/useLogger.ts @@ -27,10 +27,11 @@ const collectResources = () => { '@ra': { connector: { slug: hostAppStore.hostAppName, - version: hostAppStore.hostAppVersion + hostAppVersion: hostAppStore.hostAppVersion, + version: hostAppStore.connectorVersion }, service: { - version: hostAppStore.connectorVersion + version: hostAppStore.connectorVersion // this needs alignment with .NET SDK, actually this should be connector.version instead service.version } } }