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
Setting panic to abort disables any panic handlers in Rust. While having this does likely reduce binary size, the downside is that panics immediately crash Sentry CLI, and they cannot be handled.
If we add Sentry to the CLI (#1821), Sentry would not be able to capture panics due to this option.
The text was updated successfully, but these errors were encountered:
Setting
panic
toabort
disables any panic handlers in Rust. While having this does likely reduce binary size, the downside is that panics immediately crash Sentry CLI, and they cannot be handled.If we add Sentry to the CLI (#1821), Sentry would not be able to capture panics due to this option.
The text was updated successfully, but these errors were encountered: