Skip to content

Conversation

@solnic
Copy link
Collaborator

@solnic solnic commented Nov 20, 2025

This adds support for distributed tracing via sentry-trace information using a new OpenTelemetry Propagator.

It is based on initial work done by @venkatd that he shared over here 🙇🏻 💜

Configuration

There's a new config that's now needed to set up the Propagator:

config :opentelemetry,
  text_map_propagators: [
    :trace_context,
    :baggage,
    Sentry.OpenTelemetry.Propagator
  ]

Screenshots

image

#skip-changelog

Closes #927
Closes #923

@solnic solnic linked an issue Nov 20, 2025 that may be closed by this pull request
@github-actions
Copy link

github-actions bot commented Nov 20, 2025

Messages
📖 Do not forget to update Sentry-docs with your feature once the pull request gets approved.

Generated by 🚫 dangerJS against f328cab

@solnic solnic force-pushed the 927-distributed-tracing branch 5 times, most recently from 251f0fa to 526b78b Compare November 26, 2025 12:16
@solnic solnic force-pushed the 927-distributed-tracing branch 7 times, most recently from 23aad88 to 46a4972 Compare December 1, 2025 15:38
@solnic solnic force-pushed the 927-distributed-tracing branch 4 times, most recently from 44d71e2 to bfe21ed Compare December 10, 2025 14:34
@solnic solnic force-pushed the 927-distributed-tracing branch from bfe21ed to f328cab Compare December 12, 2025 10:37
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.

Distributed tracing

2 participants