Skip to content

Commit d07ebd5

Browse files
chore(main): release LaunchDarkly.ServerSdk.Telemetry 1.4.0 (#168)
🤖 I have created a release *beep* *boop* --- ## [1.4.0](LaunchDarkly.ServerSdk.Telemetry-v1.3.0...LaunchDarkly.ServerSdk.Telemetry-v1.4.0) (2025-10-06) ### Features * add all available attributes to a span ([#167](#167)) ([7350aac](7350aac)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Bumps `LaunchDarkly.ServerSdk.Telemetry` to 1.4.0 and documents a feature adding all available attributes to spans. > > - **Telemetry 1.4.0**: > - CHANGELOG: feature to add all available attributes to a span. > - Version bumps: `pkgs/telemetry/src/LaunchDarkly.ServerSdk.Telemetry.csproj` and `.release-please-manifest.json`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 4dbb74c. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7350aac commit d07ebd5

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"pkgs/dotnet-server-sdk-redis": "5.1.0",
55
"pkgs/sdk/server": "8.10.3",
66
"pkgs/sdk/client": "5.5.4",
7-
"pkgs/telemetry": "1.3.0",
7+
"pkgs/telemetry": "1.4.0",
88
"pkgs/sdk/server-ai": "0.9.1",
99
"pkgs/shared/common": "7.1.1",
1010
"pkgs/shared/common-json-net": "7.0.2"

pkgs/telemetry/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.4.0](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.ServerSdk.Telemetry-v1.3.0...LaunchDarkly.ServerSdk.Telemetry-v1.4.0) (2025-10-06)
4+
5+
6+
### Features
7+
8+
* add all available attributes to a span ([#167](https://github.com/launchdarkly/dotnet-core/issues/167)) ([7350aac](https://github.com/launchdarkly/dotnet-core/commit/7350aac8ef35630b0273d3b12d34e77fa682ff9c))
9+
310
## [1.3.0](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.ServerSdk.Telemetry-v1.2.0...LaunchDarkly.ServerSdk.Telemetry-v1.3.0) (2025-08-11)
411

512

pkgs/telemetry/src/LaunchDarkly.ServerSdk.Telemetry.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<!--x-release-please-start-version-->
4-
<Version>1.3.0</Version>
4+
<Version>1.4.0</Version>
55
<!--x-release-please-end-->
66
<!-- The BUILDFRAMEWORKS variable allows us to override the target frameworks with a
77
single framework that we are testing; this allows us to test with older SDK

0 commit comments

Comments
 (0)