Developers - Would you use this

BrianGrug

Full time failure
Supreme
Feedback score
56
Posts
1,473
Reactions
995
Resources
1
Howdy! So I had an idea of a self-hosted web panel and API that basically tracks all errors generated by your plugin and sends them to your panel via a rest API. Then you can look at the various severities (Based on if the plugin fully enabled, types of exceptions, and various other factors). Would you guys use this in your plugins if it was open source?
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

BrianGrug

Full time failure
Supreme
Feedback score
56
Posts
1,473
Reactions
995
Resources
1
If it's open-source and it verifiable it's not sending confidential plugin information to some central server then I'd try it out. It'd definitely help some people working in larger teams.
Haha, no central server, 100% open source. Though it will send some data to your server and I plan on adding metrics to it, kinda like bStats but a lot more simplistic.
 

I_Luv_Cowz

Feedback score
5
Posts
292
Reactions
120
Resources
4
So basically just catching every exception and sending it to a server that the developer has to host?
I think this would be better with a discord webhook rather than making the developer spin up a website.
 
Top