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
feat(android): expose tombstone options via SentryOptions.Native by @jamescrosswell in #5226
Add IgnoreTransactions option to filter out transactions by name, matching substrings or regular expressions against the transaction name (#5377) by @Adham-Kiwan in #5377
feat: Add BeforeSendFeedback callback to inspect, modify, or drop user feedback before it's sent by @vladbrincoveanu in #5361
Add public API for checking unhandled exceptions (SentryEventExtensions.IsFromUnhandledException) and terminal exceptions (SentryEventExtensions.IsFromTerminalException) by @jamescrosswell in #5177