Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 29 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,39 @@

## Unreleased

### 📣 Migration notes

Please be aware that the maven coordinates for many instrumentation modules
have changed. Details can be found [here](https://github.com/open-telemetry/opentelemetry-android/pull/926).

### ⚠️⚠️ Breaking changes

- Remove `setSessionTimeout()` on `OtelRumConfig` in favor of new `setSessionConfig()`.([#xxx](https://github.com/open-telemetry/opentelemetry-android/pull/xxx))
- Remove `setSessionTimeout()` on `OtelRumConfig` in favor of new `setSessionConfig()`.([#887](https://github.com/open-telemetry/opentelemetry-android/pull/887))
- Update Fragment and Activity attribute names. ([#920](https://github.com/open-telemetry/opentelemetry-android/pull/920))

### 🌟 New instrumentation

- Generate events for OkHttp Websocket events
Comment thread
breedx-splk marked this conversation as resolved.
([#863](https://github.com/open-telemetry/opentelemetry-android/pull/863))**
- Add build-time `android.util.Log` call-site substitutions
([#911](https://github.com/open-telemetry/opentelemetry-android/pull/911))

### 📈 Enhancements

- Support custom attribute extractors to auto-http instrumentations
([#867](https://github.com/open-telemetry/opentelemetry-android/pull/867))
- Allow users to configure suppression of some instrumentations.
([#883](https://github.com/open-telemetry/opentelemetry-android/pull/883))
- Use event name for crash event (instead of attr)
([#894](https://github.com/open-telemetry/opentelemetry-android/pull/894))
- Migrate network change event from zero-duration span to (log-based) event.
([#895](https://github.com/open-telemetry/opentelemetry-android/pull/895))

### 🛠️ Bug fixes

- Fix instrumentation publication collisions
([#926](https://github.com/open-telemetry/opentelemetry-android/pull/926))

## Version 0.10.0 (2025-03-06)

- This version builds on opentelemetry-java-instrumentation
Expand Down