File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# OpenTelemetry Android Changelog
22
3- ## Unreleased
3+ ## Version 0.14.0 (2025-08-21)
44
55### 📣 Migration notes
66
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.13 .0-alpha" )
51+ implementation(" io.opentelemetry.android.instrumentation:activity:0.14 .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.13 .0-alpha" )
41- byteBuddy(" io.opentelemetry.android.instrumentation:android-log-agent:0.13 .0-alpha" ) // <2>
40+ implementation(" io.opentelemetry.android.instrumentation:android-log-library:0.14 .0-alpha" )
41+ byteBuddy(" io.opentelemetry.android.instrumentation:android-log-agent:0.14 .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.13 .0-alpha" )
42+ implementation(" io.opentelemetry.android.instrumentation:anr:0.14 .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.13 .0-alpha" )
43+ implementation(" io.opentelemetry.android.instrumentation:compose-click:0.14 .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.13 .0-alpha" )
38+ implementation(" io.opentelemetry.android.instrumentation:crash:0.14 .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.13 .0-alpha" )
36+ implementation(" io.opentelemetry.android.instrumentation:fragment:0.14 .0-alpha" )
3737```
Original file line number Diff line number Diff line change @@ -43,5 +43,5 @@ manually install this instrumentation by following the steps below.
4343### Adding dependencies
4444
4545``` kotlin
46- implementation(" io.opentelemetry.android.instrumentation:network:0.13 .0-alpha" )
46+ implementation(" io.opentelemetry.android.instrumentation:network:0.14 .0-alpha" )
4747```
Original file line number Diff line number Diff line change @@ -22,6 +22,6 @@ plugins {
2222### Adding dependencies
2323
2424``` kotlin
25- implementation(" io.opentelemetry.android.instrumentation:okhttp3-websocket-library:0.13 .0-alpha" )
26- byteBuddy(" io.opentelemetry.android.instrumentation:okhttp3-websocket-agent:0.13 .0-alpha" )
25+ implementation(" io.opentelemetry.android.instrumentation:okhttp3-websocket-library:0.14 .0-alpha" )
26+ byteBuddy(" io.opentelemetry.android.instrumentation:okhttp3-websocket-agent:0.14 .0-alpha" )
2727```
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ manually install this instrumentation by following the steps below.
2222### Adding dependencies
2323
2424``` kotlin
25- implementation(" io.opentelemetry.android.instrumentation:sessions:0.13 .0-alpha" )
25+ implementation(" io.opentelemetry.android.instrumentation:sessions:0.14 .0-alpha" )
2626```
2727
28281 . You can find the latest version [ here] ( https://central.sonatype.com/artifact/io.opentelemetry.android.instrumentation/sessions ) .
You can’t perform that action at this time.
0 commit comments