NOTE: Our OpenTelemetry modules are still experimental. Any feedback is welcome.
More information on OpenTelemetry can be found on their website as well as their docs and GitHub repos:
- https://opentelemetry.io/docs/instrumentation/java/getting-started/
- https://github.com/open-telemetry/opentelemetry-java
- https://github.com/open-telemetry/opentelemetry-java-instrumentation
Produces the Sentry OpenTelemetry Java Agent JAR that can be used to auto instrument an
application. Please see the module README for more details on how to use it.
This contains customizations to the OpenTelemetry Java Agent such as registering the
SentrySpanProcessor and SentryPropagator as well as providing default properties that
enable the sentry propagator and disable exporters so our agent doesn't trigger lots of log
warnings due to OTLP server not being there.
Contains SentrySpanProcessor and SentryPropagator which are used by our Java Agent but can also
be used when manually instrumenting using OpenTelemetry.