Skip to content

Commit cac2b8d

Browse files
authored
Prepare release 0.15.0 (#1232)
Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com>
1 parent a52f28d commit cac2b8d

13 files changed

Lines changed: 15 additions & 15 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OpenTelemetry Android Changelog
22

3-
## Unreleased
3+
## Version 0.15.0 (2025-09-18)
44

55
### ⚠️⚠️ Breaking changes
66

instrumentation/activity/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.15.0-alpha")
5252
```

instrumentation/android-log/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.15.0-alpha")
41+
byteBuddy("io.opentelemetry.android.instrumentation:android-log-agent:0.15.0-alpha") // <2>
4242
```

instrumentation/anr/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.15.0-alpha")
4343
```

instrumentation/compose/click/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.15.0-alpha")
4444
```

instrumentation/crash/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.15.0-alpha")
3939
```

instrumentation/fragment/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.15.0-alpha")
3737
```

instrumentation/network/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.13.0-alpha")
49+
implementation("io.opentelemetry.android.instrumentation:network:0.15.0-alpha")
5050
```

instrumentation/okhttp3-websocket/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.15.0-alpha")
26+
byteBuddy("io.opentelemetry.android.instrumentation:okhttp3-websocket-agent:0.15.0-alpha")
2727
```

instrumentation/sessions/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.15.0-alpha")
2626
```
2727

2828
1. You can find the latest version [here](https://central.sonatype.com/artifact/io.opentelemetry.android.instrumentation/sessions).

0 commit comments

Comments
 (0)