You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(dart) Add sentry.trace_lifecycle span attribute by @buenaflor in #3985
Copy app.vitals.start.screen onto standalone app.start children so app start spans can be drilled down by launch screen. by @buenaflor in #3988
enableLogs and enableMetrics now only control automatic collection. Logs and metrics sent through Sentry.logger and Sentry.metrics are always captured, regardless of these options. by @buenaflor in #3982
Read Windows total physical memory via the native GlobalMemoryStatusEx API instead of spawning the deprecated wmic.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