Skip to content

Release 5.10.1 - #264

Merged
TheJokr merged 1 commit into
mainfrom
release/5.10.1
Sep 3, 2026
Merged

Release 5.10.1#264
TheJokr merged 1 commit into
mainfrom
release/5.10.1

Conversation

@TheJokr

@TheJokr TheJokr commented Sep 3, 2026

Copy link
Copy Markdown
Collaborator

Added

  • feat(telemetry): add deferred user span activation #262: UserSpans can now be created in a "detached" mode. This allows them to be included in a TelemetryContext similar to an inactive (unsampled) span, but then be activated later on. Once activated, all ambient helpers will act on the newly-created span as normal. Caveat: children created before the detached span is activated are inactive spans and will stay that way even after the detached span has been activated.
  • feat(telemetry): attach user spans to contexts #265: TelemetryContext::with_user_span is a shorthand for my_user_span.enter().into_context()

@TheJokr TheJokr self-assigned this Sep 3, 2026
@TheJokr
TheJokr merged commit f3cc9c9 into main Sep 3, 2026
20 checks passed
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