Open solnic opened 2 months ago
@solnic can you rebase this one now that #797 has been merged? Gonna make it easier to review I think 😄
@solnic can you rebase this one now that #797 has been merged? Gonna make it easier to review I think 😄
@whatyouhide done!
@whatyouhide are you adding support for the otel propagator map from #820 I am failing to see where it is being done
This adds support for Traces via Opentelemetry integration, handled by our custom
Sentry.Opentelemetry.SpanProcessor
which accumulates spans and turns them into hierarchical transactions that are then sent to Sentry.For this to work the following deps must be added to an app:
Furthermore, Opentelemetry needs to be configured with our SpanProcessor:
The rest will automagically work.
Supported opentelemetry packages
This initial implementation supports the following Opentelemetry packages:
opentelemetry_phoenix
opentelemetry_bandit
opentelemetry_ecto
Considerations
Screenshots