What is the best practice for logging arbitrary data or errors in a production environment? If a player runs into an app crash for example, there should be some log file they could send for inspection.
I see this in game.project:
…however I’m not sure this is acceptable for an end user after downloading the game. There is also this library:
It might not be a big deal and I am overthinking it.