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
Removed the ClientOptions struct's trim_backtraces and extra_border_frames fields (#925).
These fields configured backtrace trimming, which is being removed in this release.
Improvements
Removed backtrace trimming to align the Rust SDK with the general principle that Sentry SDKs should only truncate telemetry data when needed to comply with documented size limits (#925). This change ensures that as much data as possible remains available for debugging.
If you notice any new issues being created for existing errors after this change, please open an issue on GitHub.
Fixes
fix: adjust sentry.origin for log integration (#919) by @lcian