Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Basic OTel integration #1768

Conversation

antonpirker
Copy link
Member

Adding basic OpenTelementry (OTel) support to the Sentry SDK. This PR:

  • adds a OTel SpanProcessor that can receive spans form OTel and then convert them into Sentry Spans and send them to Sentry.
  • adds a OTel Propagator that can receive and propagate trace headers (Baggage) to keep distributed tracing intact.

@antonpirker antonpirker added this to the Basic OTel support milestone Nov 30, 2022
@sl0thentr0py sl0thentr0py changed the base branch from master to antonpirker/1687-basic-otel-support-3c-extract-sentry-trace November 30, 2022 13:59
@antonpirker antonpirker changed the base branch from antonpirker/1687-basic-otel-support-3c-extract-sentry-trace to master December 1, 2022 11:11
@antonpirker
Copy link
Member Author

Closed in favor of new (clean) PR: #1772

@antonpirker antonpirker closed this Dec 1, 2022
@antonpirker antonpirker deleted the antonpirker/1687-basic-otel-support-4-otel-integration branch April 19, 2023 11:39
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.

None yet

1 participant