Include traces in deprecation logs #42176
Unanswered
oprypkhantc
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Deprecation logs currently look like this:
Most of the time it's easy to fix those deprecations just by navigating to that file/line. But that's not always the case. For example,
Str::*
functions are very popular and it gets pretty difficult to debug where an invalidnull
argument is coming from, as there are usually thousands of calls throughout the project & vendors.It'd be great for deprecations to be treated as non-critical errors. The whole patch would look something like this:
Beta Was this translation helpful? Give feedback.
All reactions