Hide log inputs for network requests in plugin toggle

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.

Use the Redact Secrets block

that doesnt help for the network request block erroring and showing the inputs in the logs

Is that not the sole purpose of the block?
https://inventor.gg/dash/share/component/5c9ff29a63384aeeb10341f14a54c3fe

will the api see the normal string and not the stars? if it does then thank you for letting me know about this block lol, thought its just for output strings

Tested it and apparently not. I thought that was the whole point of using the block, but I guess not lol. I’ll make that a bonus suggestion to this one.