it would be useful to have the ability to hide sensitive data from network request block logs in plugins. could be as an version toggle.
a lot of apis including erlc require an “global” api key for large applications to avoid per application ratelimits. i think the api reads the inventor header, and it can become a issue when many users would use the api incorrectly in their own components.
when i would input the global api key into the plugin, and if the user is over the plan limits and sends an request, it would output the full inputs in the logs section, revealing the api key.
it would also be useful for private apis made by the devs themself.