bobbingwide / oik-bwtrace

debug trace for WordPress
https://www.oik-plugins.com/oik-plugins/oik-bwtrace-debug-trace-for-wordpress/
GNU General Public License v2.0
6 stars 1 forks source link

Don't write trace summary report for customizer requests #102

Closed bobbingwide closed 3 years ago

bobbingwide commented 3 years ago

While investigating an issue with the Widget editor I also noted a problem with the Customizer flashing. It turned out that the flashing was caused by oik-bwtrace returning a trace summary report after the JSON in response to the customize_changeset_uuid request.

See https://github.com/bobbingwide/bobbingwide/issues/28#issuecomment-864393284

This should be added to the list of cases where it's not safe to return the summary report.

bobbingwide commented 3 years ago

Released in v3.2.2. Closing therefore