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 } } }