-
Notifications
You must be signed in to change notification settings - Fork 61
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
Is there a way to disable backtraces at runtime? #368
Comments
IIRC, the environment variable |
That's what I thought too... I did a bit of further digging and realized it has to do with how I'm using
If you run this, you'll see something like:
|
From what I can tell, backtraces are enabled/disabled depending on the feature flags a crate is compiled with. Is there a way to set a runtime flag for whether or not to disable them?
The text was updated successfully, but these errors were encountered: