-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Doc is missing humanReadableUnhandledException #549
Comments
@tupadr3 would happily take a PR fixing this :). |
PR sent, however I would argue that the primary use case for console transport is local dev/debugging, and therefore this flag should be true by default. Thoughts? |
@foxx the plan is to make it the default behavior in 1.0.0. Since it breaks backward compatibility it requires a major version bump |
@foxx I also don't see your PR in the list so make sure you submit it so i can pull it in! :) |
Oops my bad, it's #592. Sounds great, thanks :) |
The option to set the "humanReadableUnhandledException" is missing from the doc. I took me a while the find out that this feature was implemented a few days ago.
The text was updated successfully, but these errors were encountered: