Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 926 Bytes

CHANGELOG.md

File metadata and controls

24 lines (18 loc) · 926 Bytes

OpenTelemetry Android Changelog

Unreleased

  • 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

Version 0.1.0 (2023-09-13)

This version marks the first baseline release of opentelemetry-android instrumentation. This project is classified as experimental.

📈 Enhancements

  • Update to upstream otel sdk 1.29.0 (#75)
  • Add OpenTelemetryRumBuilder.addPropagatorCustomizer() to allow user to customize trace propagation (#71)