sentry-cli
sentry-cli copied to clipboard
Remove `with_crash_reporting` feature
We do not use this feature anywhere, and according to the Sentry CLI 2.0 changelog, we removed it already in version 2.0.0. However, with_crash_reporting is still listed as a feature in Cargo.toml, and the blame indicates the line was, in fact, never removed.
We should remove this, although possibly it will need to wait for a new major.
Can be decoupled from the 3.0 project as this change can be made in a minor. See https://github.com/getsentry/sentry-cli/issues/2594