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).
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
).