Skip to content

Commit 0059dbc

Browse files
authored
Prepare changelog for 0.11.0 (#949)
1 parent 19e68b1 commit 0059dbc

1 file changed

Lines changed: 29 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,39 @@
22

33
## Unreleased
44

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+
510
### ⚠️⚠️ Breaking changes
611

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))
813
- Update Fragment and Activity attribute names. ([#920](https://github.com/open-telemetry/opentelemetry-android/pull/920))
914

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+
1038
## Version 0.10.0 (2025-03-06)
1139

1240
- This version builds on opentelemetry-java-instrumentation

0 commit comments

Comments
 (0)