sentry-rust icon indicating copy to clipboard operation
sentry-rust copied to clipboard

ref(anyhow): Disable anyhow's backtrace feature

Open sugar700 opened this issue 1 year ago • 1 comments
trafficstars

Since anyhow 1.0.77, backtrace feature is not needed for Rust 1.65+ (https://github.com/dtolnay/anyhow/releases/tag/1.0.77). Because sentry has a higher MSRV than that, it's no longer necessary to enable this feature.

sugar700 avatar Dec 27 '23 08:12 sugar700

It might not be necessary, but I doubt it hurts to keep it?

I would have to take a closer look at this in any case.

Swatinem avatar Dec 27 '23 13:12 Swatinem