Actions
Architecture #12180
closedArchitecture #11913: no reporting if value to report contains a variable
Architecture #11930: Add a way to prevent reporting of methods
typo in new logger
Fix check:
To do
Regression:
Description
Since #11913 is merged every method called make a reporting based of values defined in bundle report_data
We should add a way to control if a method needs to do a reporting. this should be done with a class set or not before the method caller (either a technique or a method)
We should modify the logger method to check if that class 'no_report' exists or not to check if we need to produce that report or not
Actions