Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ref(anyhow): Disable anyhow's backtrace feature #632

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

KamilaBorowska
Copy link
Contributor

@KamilaBorowska KamilaBorowska commented Dec 27, 2023

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.

@KamilaBorowska KamilaBorowska force-pushed the avoid-downloading-anyhow-backtrace-dependency branch from f74e622 to d7a807d Compare December 27, 2023 08:21
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.
@KamilaBorowska KamilaBorowska force-pushed the avoid-downloading-anyhow-backtrace-dependency branch from d7a807d to 7687a7a Compare December 27, 2023 12:53
@Swatinem
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants