Skip to content

feat: distro attributetes in telemetry #453

Merged
abelonogov-ld merged 20 commits intomainfrom
andrey/match-attributes
Apr 4, 2026
Merged

feat: distro attributetes in telemetry #453
abelonogov-ld merged 20 commits intomainfrom
andrey/match-attributes

Conversation

@abelonogov-ld
Copy link
Copy Markdown
Contributor

@abelonogov-ld abelonogov-ld commented Mar 31, 2026

Summary

How did you test this change?

Are there any deployment considerations?


Note

Medium Risk
Touches native Android/iOS startup paths and dependency packaging, which could affect observability initialization and emitted telemetry if misconfigured. Changes are localized but cross-platform.

Overview
Propagates an explicit observabilityVersion from the .NET layer into native iOS and Android startup, and uses it to set telemetry.distro.* attributes on the native Observability plugins.

Aligns version handling so serviceVersion comes from user-provided ObservabilityOptions (instead of being overwritten by the package version), updates the iOS binding signature accordingly, and refactors iOS option model classes into a new OptionsBridge.swift file.

Bumps the .NET package version to 0.6.0, adjusts Android native dependency inclusion to exclude opentelemetry-sdk-extension-autoconfigure-* JARs, and extends the sample app to emit a count metric and log within nested spans.

Reviewed by Cursor Bugbot for commit 474b14a. Bugbot is set up for automated code reviews on this repo. Configure here.

* main:
  chore: release main (#447)
  fix: move Otel testing library out production runtime (#446)
- Adjusted the exclusion rules for OpenTelemetry JARs in LDObservability.Fat.csproj to ensure the main autoconfigure JAR is excluded while re-including the autoconfigure-spi JAR.
- Added a note in build.gradle.kts to clarify the filtering of OpenTelemetry JARs for NuGet packaging.
…i-projects

* andrey/open-telemetry-testing:
  refactor: update OpenTelemetry JAR handling in project files
  chore: release main (#450)
  feat!: Support clicks and custom event tracing (#432)

# Conflicts:
#	sdk/@launchdarkly/mobile-dotnet/observability/LDObservability.Fat.csproj
…utes

* andrey/simpligy-maui-projects:
  doesn't account version
  refactor: update OpenTelemetry JAR handling in project files
  chore: release main (#450)
  simplify maui projects to do not have repetitions
  minus 3 dependency
  address feedback
  revert incubator
  Refactor opentelemetry testing
  Remove instrumentation manager
  renaming to ObservabilityService to match Swift

# Conflicts:
#	sdk/@launchdarkly/mobile-dotnet/observability/Directory.Build.props
@abelonogov-ld abelonogov-ld requested a review from a team as a code owner March 31, 2026 23:46
* main:
  chore: simplify maui project by removing dependency repetitions (#451)
  fix: Remove 3 dependencies from MAUI Android (3 aar files) (#449)

# Conflicts:
#	sdk/@launchdarkly/mobile-dotnet/android/native/LDObserve/build.gradle.kts
#	sdk/@launchdarkly/mobile-dotnet/observability/Directory.Build.props
Copy link
Copy Markdown

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 2 potential issues.

There are 3 total unresolved issues (including 1 from previous review).

Fix All in Cursor

Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.

@abelonogov-ld abelonogov-ld force-pushed the andrey/match-attributes branch from dc9539d to 5f349e1 Compare April 3, 2026 23:00
* main:
  chore: release main (#459)
  feat: Android Distro vs Sdk OpenTelemetry naming (#458)
  chore: release main (#455)
  fix: OIDC publishing with npm (#454)
  chore: [SEC-7924] pin third-party GitHub Actions to commit SHAs (#452)
@abelonogov-ld abelonogov-ld changed the title WIP feat: distro attributetes in telemetry Apr 4, 2026
@abelonogov-ld abelonogov-ld merged commit 08130bb into main Apr 4, 2026
22 of 24 checks passed
@abelonogov-ld abelonogov-ld deleted the andrey/match-attributes branch April 4, 2026 00:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants