[wp-trac] [WordPress Trac] #48090: Provide simple debug data in WSOD emails
WordPress Trac
noreply at wordpress.org
Sat Sep 21 11:10:59 UTC 2019
#48090: Provide simple debug data in WSOD emails
------------------------------+---------------------
Reporter: Clorith | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone: 5.3
Component: Site Health | Version: 5.2
Severity: normal | Resolution:
Keywords: has-patch commit | Focuses:
------------------------------+---------------------
Changes (by Clorith):
* keywords: => has-patch commit
* version: => 5.2
Comment:
[attachment:"48090.patch"] expands the email sent with the most commonly
asked questions when something crashes, namely the WordPress version, what
theme is being used, and the version of the plugin that caused an issue
(if caused by a plugin).
These are all created as an associated array, which is filterable through
`recovery_email_debug_info`, making it possible to add more details in
some scenarios.
The information sent is intentionally constricted on our end, to avoid
information overload and confusion for the end user.
The patch also moves the code for fetching plugin details out of the
`get_cause()` function to a separate `get_plugin()` call so that it can be
reused more easily when building the error email.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/48090#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list