-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
feat: Opt-in logging of deprecations #6705
Conversation
f7a95eb
to
f179db3
Compare
7e655b7
to
4700939
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm haven't looked at test, waiting on rebase. Overall looks good! I think you're right: this will become a much more appealing feature for users once 7.4 drops and 8.1 and 8.2 surge.
4700939
to
68e1ff6
Compare
68e1ff6
to
5ab0a6e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! A couple of thoughts still there, but I'm good with this if we need to launch at any point.
5ab0a6e
to
bc6bbc3
Compare
bc6bbc3
to
b1f7785
Compare
b1f7785
to
a795f41
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💪
Description
Depends on #6704Alternative to #6703
Opt-in feature to log deprecations (both internal and user-supplied) instead of thrown by the error handler.
Checklist: