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
Collect slow and frozen frames for spans using OnFrameMetricsAvailableListener (#3111)
Interpolate total frame count to match span duration (#3158)
Fixes
Avoid multiple breadcrumbs from OkHttpEventListener (#3175)
Apply OkHttp listener auto finish timestamp to all running spans (#3167)
Fix not eligible for auto proxying warnings (#3154)
Set default fingerprint for ANRv2 events to correctly group background and foreground ANRs (#3164)
This will improve grouping of ANRs that have similar stacktraces but differ in background vs foreground state. Only affects newly-ingested ANR events with mechanism:AppExitInfo
Fix UserFeedback disk cache name conflicts with linked events (#3116)
Breaking changes
Remove HostnameVerifier option as it's flagged by security tools of some app stores (#3150)
If you were using this option, you have 3 possible paths going forward:
Provide a custom ITransportFactory through SentryOptions.setTransportFactory(), where you can copy over most of the parts like HttpConnection and AsyncHttpTransport from the SDK with necessary modifications
Get a certificate for your server through e.g. Let's Encrypt