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
Android: Flush logs when app enters background (#4951)
Add option to capture additional OkHttp network request/response details in session replays (#4919)
Depends on SentryOkHttpInterceptor to intercept the request and extract request/response bodies
To enable, add url regexes via the io.sentry.session-replay.network-detail-allow-urls metadata tag in AndroidManifest (code sample)
Or you can manually specify SentryReplayOptions via SentryAndroid#init: (Make sure you disable the auto init via manifest meta-data: io.sentry.auto-init=false)