we had a lot of struggle with debugging the UI when Forge functions are involved. The biggest pain point was to look in every GraphQL request and expand and scan the full payload to find the call that lead to errors. So I decided to write a chrome extension that automatically filters the requests from the network tab and displays them more readable.
After the tool was highly appreciated for internal usage I decided to make the extension public.
Enjoy
PS: If someone is interested in Firefox I can look into submitting it for FF as well.
Cool, I just have to look into publishing steps to the FF extension marketplace. The app should already work in FF as well. I just might have to tweak it a little.
I just had no time to link everything properly together. I will add this information to the extension pages. Firefox publishing process also requires to send them the source code which makes it quite easy to get an approvement.