- Update to java instrumentation 1.31.0
- Update to java sdk 1.31.0
- BREAKING - Update to latest java semantic conventions
net.host.connection.type
->network.connection.type
net.host.carrier.icc
->network.carrier.icc
net.host.carrier.mcc
->network.carrier.mcc
net.host.carrier.mnc
->network.carrier.mnc
net.host.carrier.name
->network.carrier.name
net.host.connection.type
->network.connection.type
net.host.connection.subtype
->network.connection.subtype
This version marks the first baseline release of opentelemetry-android
instrumentation.
This project is classified as experimental.
- Update to upstream otel sdk 1.29.0 (#75)
- Add
OpenTelemetryRumBuilder.addPropagatorCustomizer()
to allow user to customize trace propagation (#71)