Would an errors collector report system be allowed?

Sorry if this is the wrong category but there isn’t a really appropriate one to post this question in.

So i recently released a small plugin still under development. Since i want to fix every bug or error i would like to implement an auto errors collection system that will send the error message to a discord channel using a discord webhook. The plugin will obviously ask to the user if they want to let the plugin collect data to help improving it. The question is: would roblox allow this?

The system will only collect errors of the plugin. It will not send the username/place id/user id/anyting else if not errors caused by the plugin.

This is fully allowed, no on-site rules go against this.

As long as you aren’t logging any data that can be used maliciously (IPs and the likes), you are fine.

No it’s just a code referred to a pcall that when returns error will send a message with the error message generated by roblox to a discord channel using a discord webhook

1 Like