|
2 | 2 |
|
3 | 3 | ## Unreleased |
4 | 4 |
|
| 5 | +### 📣 Migration notes |
| 6 | + |
| 7 | +Please be aware that the maven coordinates for many instrumentation modules |
| 8 | +have changed. Details can be found [here](https://github.com/open-telemetry/opentelemetry-android/pull/926). |
| 9 | + |
5 | 10 | ### ⚠️⚠️ Breaking changes |
6 | 11 |
|
7 | | -- Remove `setSessionTimeout()` on `OtelRumConfig` in favor of new `setSessionConfig()`.([#xxx](https://github.com/open-telemetry/opentelemetry-android/pull/xxx)) |
| 12 | +- Remove `setSessionTimeout()` on `OtelRumConfig` in favor of new `setSessionConfig()`.([#887](https://github.com/open-telemetry/opentelemetry-android/pull/887)) |
8 | 13 | - Update Fragment and Activity attribute names. ([#920](https://github.com/open-telemetry/opentelemetry-android/pull/920)) |
9 | 14 |
|
| 15 | +### 🌟 New instrumentation |
| 16 | + |
| 17 | +- Generate events for OkHttp Websocket events |
| 18 | + ([#863](https://github.com/open-telemetry/opentelemetry-android/pull/863))** |
| 19 | +- Add build-time `android.util.Log` call-site substitutions |
| 20 | + ([#911](https://github.com/open-telemetry/opentelemetry-android/pull/911)) |
| 21 | + |
| 22 | +### 📈 Enhancements |
| 23 | + |
| 24 | +- Support custom attribute extractors to auto-http instrumentations |
| 25 | + ([#867](https://github.com/open-telemetry/opentelemetry-android/pull/867)) |
| 26 | +- Allow users to configure suppression of some instrumentations. |
| 27 | + ([#883](https://github.com/open-telemetry/opentelemetry-android/pull/883)) |
| 28 | +- Use event name for crash event (instead of attr) |
| 29 | + ([#894](https://github.com/open-telemetry/opentelemetry-android/pull/894)) |
| 30 | +- Migrate network change event from zero-duration span to (log-based) event. |
| 31 | + ([#895](https://github.com/open-telemetry/opentelemetry-android/pull/895)) |
| 32 | + |
| 33 | +### 🛠️ Bug fixes |
| 34 | + |
| 35 | +- Fix instrumentation publication collisions |
| 36 | + ([#926](https://github.com/open-telemetry/opentelemetry-android/pull/926)) |
| 37 | + |
10 | 38 | ## Version 0.10.0 (2025-03-06) |
11 | 39 |
|
12 | 40 | - This version builds on opentelemetry-java-instrumentation |
|
0 commit comments