Features
- (dart) Add sentry.trace_lifecycle span attribute by @buenaflor in #3985
- Copy
app.vitals.start.screenonto standaloneapp.startchildren so app start spans can be drilled down by launch screen. by @buenaflor in #3988 enableLogsandenableMetricsnow only control automatic collection. Logs and metrics sent throughSentry.loggerandSentry.metricsare always captured, regardless of these options. by @buenaflor in #3982
Fixes
Dart
- Record client report outcome for dropped spans by @lucas-zimerman in #3971
- Read Windows total physical memory via the native
GlobalMemoryStatusExAPI instead of spawning the deprecatedwmic.exe(or PowerShell) process. by @cf-rhett in #3894
Flutter
- Narrow Android R8 keep rule from io.sentry.** to bound classes by @lucas-zimerman in #3972
- Skip screenshot capture of a zero-sized boundary by @buenaflor in #3954
- Support AGP 9's built-in Kotlin by @TheoGermain in #3970
Dependencies
- chore(deps): update Native SDK to v0.16.4 by @github-actions in #3986