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
Sentry now includes an EXPERIMENTAL StringStackTraceFactory. This factory isn't as feature rich as the full SentryStackTraceFactory. However, it may provide better results if you are compiling your application AOT and not getting useful stack traces from the full stack trace factory. (#4362)
Fixes
Source context for class libraries when running on Android in Release mode (#4294)
Native AOT: don't load SentryNative on unsupported platforms (#4347)
Fixed issue introduced in release 5.12.0 that might prevent other middleware or user code from reading request bodies (#4373)
SentryTunnelMiddleware overwrites the X-Forwarded-For header (#4375)