open-telemetry / opentelemetry-swift

OpenTelemetry API for Swift
https://opentelemetry.io/docs/instrumentation/swift/
Apache License 2.0
209 stars 129 forks source link

SDKResourceExtension is reporting the wrong telemetry.sdk.version #490

Closed bryce-b closed 9 months ago

bryce-b commented 9 months ago

https://github.com/open-telemetry/opentelemetry-swift/blob/10563f42bb28b5a28add70241c7efccf16477300/Sources/Instrumentation/SDKResourceExtension/DataSource/TelemetryDataSource.swift#L21

This shouldn't be reporting the app version the sdk is embedded in, but the value in the opentemetry-swift version file.

vvydier commented 9 months ago

Fixed it with PR https://github.com/open-telemetry/opentelemetry-swift/pull/491