Is there a way to remove static names from logs and reports?
Im using inferHtmlResources() with my scenario.
From:
`
Global (OK=4 KO=0 )
my_important_name_request (OK=1 KO=0 )
images.css (OK=1 KO=0 )
icon.png (OK=1 KO=0 )
js.js (OK=1 KO=0 )
`
I need this one
`
Global (OK=4 KO=0 )
my_important_name_request (OK=1 KO=0 )
(OK=3 KO=0 )
`
Thanks for help