This is a feature request for an official system or method for Server Owners and Modders to be able to obtain information about crash reports generated in their Servers and/or Mods. There is an (subjectively) extreme amount of crashes in both environments that we have no information on from the logs.
Currently, the best we have is posting crash report GUIDs in Discord in hopes someone wants to help out. You can probably imagine this is very inefficient.
In Modding
For example only yesterday I have discovered two new crashes I have never seen before that seem to happen during physics simulation even though all the work I've done yesterday was writing systems code that does not interact with physics at all.
Since I don't know exactly what causes the crash, my only option seems to be to rollback backups and try again or press random buttons, disable random code, and hope it is fixed.
This really discourages me from spending more time on modding, since the time spent running around like a headless chicken could be used to move the project forward and clearer information on where my issue comes from would help facilitate that.
In Servers
For Server Owners the current recommended practice when experiencing crashes is something like "remove all mods, then add a few mods at a time to test if you crash less" or simply "start removing some of the mods and see if you crash less". As you can imagine this is very tedious.
Modded server owners struggle with this because once they strip their server from mods, their community is less likely to play on the server. If there is less crashes afterward, does that mean the problem mod was removed, or is it just because there are less people playing, so less frequency of the same crash occurring?
It would be much more preferable to know the general direction of the mod which once removed would improve stability.