File tree Expand file tree Collapse file tree 15 files changed +19
-19
lines changed
Expand file tree Collapse file tree 15 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 11# OpenTelemetry Android Changelog
22
3- ## Unreleased
3+ ## Version 0.16.0 (2025-10-24)
44
55__ Note: This version is not the first release candidate. We had previously announced that
66the October 2025 release would be our first release candidate, but this effort is temporarily
Original file line number Diff line number Diff line change @@ -48,5 +48,5 @@ manually install this instrumentation by following the steps below.
4848### Adding dependencies
4949
5050``` kotlin
51- implementation(" io.opentelemetry.android.instrumentation:activity:0.15 .0-alpha" )
51+ implementation(" io.opentelemetry.android.instrumentation:activity:0.16 .0-alpha" )
5252```
Original file line number Diff line number Diff line change @@ -37,6 +37,6 @@ plugins {
3737### Adding dependencies
3838
3939``` kotlin
40- implementation(" io.opentelemetry.android.instrumentation:android-log-library:0.15 .0-alpha" )
41- byteBuddy(" io.opentelemetry.android.instrumentation:android-log-agent:0.15 .0-alpha" ) // <2>
40+ implementation(" io.opentelemetry.android.instrumentation:android-log-library:0.16 .0-alpha" )
41+ byteBuddy(" io.opentelemetry.android.instrumentation:android-log-agent:0.16 .0-alpha" ) // <2>
4242```
Original file line number Diff line number Diff line change @@ -39,5 +39,5 @@ manually install this instrumentation by following the steps below.
3939### Adding dependencies
4040
4141``` kotlin
42- implementation(" io.opentelemetry.android.instrumentation:anr:0.15 .0-alpha" )
42+ implementation(" io.opentelemetry.android.instrumentation:anr:0.16 .0-alpha" )
4343```
Original file line number Diff line number Diff line change @@ -40,5 +40,5 @@ This instrumentation produces the following telemetry:
4040### Adding dependencies
4141
4242``` kotlin
43- implementation(" io.opentelemetry.android.instrumentation:compose-click:0.15 .0-alpha" )
43+ implementation(" io.opentelemetry.android.instrumentation:compose-click:0.16 .0-alpha" )
4444```
Original file line number Diff line number Diff line change @@ -35,5 +35,5 @@ manually install this instrumentation by following the steps below.
3535### Adding dependencies
3636
3737``` kotlin
38- implementation(" io.opentelemetry.android.instrumentation:crash:0.15 .0-alpha" )
38+ implementation(" io.opentelemetry.android.instrumentation:crash:0.16 .0-alpha" )
3939```
Original file line number Diff line number Diff line change @@ -33,5 +33,5 @@ manually install this instrumentation by following the steps below.
3333### Adding dependencies
3434
3535``` kotlin
36- implementation(" io.opentelemetry.android.instrumentation:fragment:0.15 .0-alpha" )
36+ implementation(" io.opentelemetry.android.instrumentation:fragment:0.16 .0-alpha" )
3737```
Original file line number Diff line number Diff line change @@ -105,8 +105,8 @@ plugins {
105105#### Project dependencies
106106
107107``` kotlin
108- implementation(" io.opentelemetry.android.instrumentation:httpurlconnection-library:0.15 .0-alpha" )
109- byteBuddy(" io.opentelemetry.android.instrumentation:httpurlconnection-agent:0.15 .0-alpha" )
108+ implementation(" io.opentelemetry.android.instrumentation:httpurlconnection-library:0.16 .0-alpha" )
109+ byteBuddy(" io.opentelemetry.android.instrumentation:httpurlconnection-agent:0.16 .0-alpha" )
110110```
111111
112112### Configurations
Original file line number Diff line number Diff line change @@ -46,5 +46,5 @@ manually install this instrumentation by following the steps below.
4646### Adding dependencies
4747
4848``` kotlin
49- implementation(" io.opentelemetry.android.instrumentation:network:0.15 .0-alpha" )
49+ implementation(" io.opentelemetry.android.instrumentation:network:0.16 .0-alpha" )
5050```
Original file line number Diff line number Diff line change @@ -43,6 +43,6 @@ plugins {
4343### Adding dependencies
4444
4545``` kotlin
46- implementation(" io.opentelemetry.android.instrumentation:okhttp3-websocket-library:0.15 .0-alpha" )
47- byteBuddy(" io.opentelemetry.android.instrumentation:okhttp3-websocket-agent:0.15 .0-alpha" )
46+ implementation(" io.opentelemetry.android.instrumentation:okhttp3-websocket-library:0.16 .0-alpha" )
47+ byteBuddy(" io.opentelemetry.android.instrumentation:okhttp3-websocket-agent:0.16 .0-alpha" )
4848```
You can’t perform that action at this time.
0 commit comments