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 1.3.0 (2026-04-22)
44
55### ⚠️⚠️ Breaking changes
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:1.2 .0-alpha" )
51+ implementation(" io.opentelemetry.android.instrumentation:activity:1.3 .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:1.2 .0-alpha" )
41- byteBuddy(" io.opentelemetry.android.instrumentation:android-log-agent:1.2 .0-alpha" ) // <2>
40+ implementation(" io.opentelemetry.android.instrumentation:android-log-library:1.3 .0-alpha" )
41+ byteBuddy(" io.opentelemetry.android.instrumentation:android-log-agent:1.3 .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:1.2 .0-alpha" )
42+ implementation(" io.opentelemetry.android.instrumentation:anr:1.3 .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:1.2 .0-alpha" )
43+ implementation(" io.opentelemetry.android.instrumentation:compose-click:1.3 .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:1.2 .0-alpha" )
38+ implementation(" io.opentelemetry.android.instrumentation:crash:1.3 .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:1.2 .0-alpha" )
36+ implementation(" io.opentelemetry.android.instrumentation:fragment:1.3 .0-alpha" )
3737```
Original file line number Diff line number Diff line change @@ -106,8 +106,8 @@ plugins {
106106#### Project dependencies
107107
108108``` kotlin
109- implementation(" io.opentelemetry.android.instrumentation:httpurlconnection-library:1.2 .0-alpha" )
110- byteBuddy(" io.opentelemetry.android.instrumentation:httpurlconnection-agent:1.2 .0-alpha" )
109+ implementation(" io.opentelemetry.android.instrumentation:httpurlconnection-library:1.3 .0-alpha" )
110+ byteBuddy(" io.opentelemetry.android.instrumentation:httpurlconnection-agent:1.3 .0-alpha" )
111111```
112112
113113### 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:1.2 .0-alpha" )
49+ implementation(" io.opentelemetry.android.instrumentation:network:1.3 .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:1.2 .0-alpha" )
47- byteBuddy(" io.opentelemetry.android.instrumentation:okhttp3-websocket-agent:1.2 .0-alpha" )
46+ implementation(" io.opentelemetry.android.instrumentation:okhttp3-websocket-library:1.3 .0-alpha" )
47+ byteBuddy(" io.opentelemetry.android.instrumentation:okhttp3-websocket-agent:1.3 .0-alpha" )
4848```
You can’t perform that action at this time.
0 commit comments