|
2 | 2 |
|
3 | 3 | ## Unreleased |
4 | 4 |
|
| 5 | +### 🌟 New instrumentation |
| 6 | + |
| 7 | +- Capture click events for compose |
| 8 | + ([#1002](https://github.com/open-telemetry/opentelemetry-android/pull/1002)) |
| 9 | +- Capture click events for non-compose views |
| 10 | + ([#953](https://github.com/open-telemetry/opentelemetry-android/pull/953)) |
| 11 | + |
| 12 | +### 📈 Enhancements |
| 13 | + |
| 14 | +- Agent initialization api |
| 15 | + ([#945](https://github.com/open-telemetry/opentelemetry-android/pull/945)) |
| 16 | +- Enable disk buffering by default in the demo app |
| 17 | + ([#988](https://github.com/open-telemetry/opentelemetry-android/pull/988)) |
| 18 | +- Exposing SessionProvider setter |
| 19 | + ([#979](https://github.com/open-telemetry/opentelemetry-android/pull/979)) |
| 20 | +- Exposing instrumentation api as agent api |
| 21 | + ([#1007](https://github.com/open-telemetry/opentelemetry-android/pull/1007)) |
| 22 | +- Use semantic conventions in click instrumentation |
| 23 | + ([#1008](https://github.com/open-telemetry/opentelemetry-android/pull/1008)) |
| 24 | +- add convenience event emitting api to OpenTelemetryRum |
| 25 | + ([#892](https://github.com/open-telemetry/opentelemetry-android/pull/892)) |
| 26 | + |
| 27 | +### 🧰 Tooling |
| 28 | + |
| 29 | +- Move SessionConfig up |
| 30 | + ([#959](https://github.com/open-telemetry/opentelemetry-android/pull/959)) |
| 31 | +- Remove runtime dep on androidx fragment navigiation from modules that don't strictly need it |
| 32 | + ([#961](https://github.com/open-telemetry/opentelemetry-android/pull/961)) |
| 33 | +- Agent default instrumentation config |
| 34 | + ([#976](https://github.com/open-telemetry/opentelemetry-android/pull/976)) |
| 35 | +- update sonatype urls |
| 36 | + ([#999](https://github.com/open-telemetry/opentelemetry-android/pull/999)) |
| 37 | + |
5 | 38 | ## Version 0.11.0 (2025-04-15) |
6 | 39 |
|
7 | 40 | ### 📣 Migration notes |
|
0 commit comments