Skip to content

Commit 14a5cbe

Browse files
authored
fix: report SDK version in resource attributes (fixup! #63) (#65)
Correctly use `x-release-please-version` <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Set `sdkVersion` to 0.8.0 and expand repository CODEOWNERS. > > - **Versioning**: > - Update `Sources/LaunchDarklyObservability/Version.swift` to set `sdkVersion` to `"0.8.0"`. > - **Repo settings**: > - Expand `CODEOWNERS` to include `@abelonogov-ld` and `@mario-launchdarkly`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 31045e0. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 8a79ddb commit 14a5cbe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Repository Maintainers
2-
* @launchdarkly/team-observability
2+
* @launchdarkly/team-observability @abelonogov-ld @mario-launchdarkly
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// This file is automatically updated by release-please. Do not edit manually.
2-
public let sdkVersion = "x-release-please-version"
2+
public let sdkVersion = "0.8.0" // x-release-please-version

0 commit comments

Comments
 (0)