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
You can now choose which logs are captured: 'native' for logs from native code only, 'js' for logs from the JavaScript layer only, or 'all' for both layers.
Takes effect only if enableLogs is true and defaults to 'all', preserving previous behavior.
Add beforeErrorSampling callback to mobileReplayIntegration (#5393)
Fixes
Preserves interaction span context during app restart to allow proper replay capture (#5386)