Version 0.3.0
This is a regular monthly cadence release, which follows the releases of opentelemetry-java-instrumentation and opentelemetry-java (core/sdk).
The highlights are:
- Update to opentelemetry-java-instrumentation 1.32.0
- Update to opentelemetry-java sdk 1.33.0
- Rename
rum.session.previous_id
tosession.previous_id
per semconv (#127) - Stabilizing support for okhttp automatic build-time instrumentation (#159)
- Introduce
OtelRumConfig
which can be passed toOpenTelemetryRum.builder()
in order to make setting up a variety of instrumentation easier (#121) - Allow global attributes to be provided by supplier to allow them to be more dynamic (#135)