Skip to content

Commit 27ac824

Browse files
committed
meta(changelog): Add entry for ApplicationStartInfo feature
1 parent 18f6837 commit 27ac824

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44

55
### Features
66

7+
- Add ApplicationStartInfo API support for Android 15+ ([#5055](https://github.com/getsentry/sentry-java/pull/5055))
8+
- Captures detailed app startup timing data from Android system
9+
- Creates transactions with milestone spans (bind_application, application_oncreate, ttid, ttfd)
10+
- Enriches with AppStartMetrics data (content provider spans, class names)
11+
- Opt-in via `SentryAndroidOptions.setEnableApplicationStartInfo(boolean)` (disabled by default)
712
- Update Android targetSdk to API 36 (Android 16) ([#5016](https://github.com/getsentry/sentry-java/pull/5016))
813

914
### Internal

0 commit comments

Comments
 (0)