filp / whoops

PHP errors for cool kids
http://filp.github.io/whoops/
MIT License
13.19k stars 604 forks source link

Support frame filters #749

Closed AmraniCh closed 1 year ago

AmraniCh commented 1 year ago

As the title says, this PR concerns allowing filtering frames collected by the exception inspector (#410 - #550), this is I think a breaking change for users that have their own implementation of the run interface, if this PR is approved and merged, these users have to implement the new methods added to the interface (addFrameFilter, getFrameFilters, clearFrameFilters).

denis-sokolov commented 1 year ago

Thank you for your contribution!