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 provider for OpenTelemetry propagator #3733

Open
adinauer opened this issue Sep 30, 2024 · 1 comment
Open

Add provider for OpenTelemetry propagator #3733

adinauer opened this issue Sep 30, 2024 · 1 comment
Assignees
Milestone

Comments

@adinauer
Copy link
Member

Description

See #2254 (comment)

@adinauer adinauer added this to the 8.0.0 milestone Sep 30, 2024
@adinauer adinauer self-assigned this Sep 30, 2024
@adinauer
Copy link
Member Author

There is already a provider (https://github.com/getsentry/sentry-java/blob/main/sentry-opentelemetry/sentry-opentelemetry-agentcustomization/src/main/java/io/sentry/opentelemetry/SentryPropagatorProvider.java) but it's located in the sentry-opentelemetry-agentcustomization. This dependency has to be added as an additional dependency for now. We should do more testing towards using our OpenTelemetry offering without an agent and see if that's all that's needed.

There's likely going to be problems around classloaders when simply adding the contents of the module to e.g. sentry-opentelemetry-core as it's currently loaded into a separate classloader for the agent.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Needs Discussion
Development

No branches or pull requests

1 participant