Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 491 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 491 Bytes

OpentelemetrySentry

This library provides support for propagating sentry-trace http header. This would make it possible to use distributed tracing feature of sentry. More details about the setup can be found in the blog post

def deps do
  [
    {:opentelemetry_sentry, "~> 0.1.0"}
  ]
end
config :opentelemetry,
  text_map_propagators: [OpentelemetrySentry.Propagator]