QuartzLib
QuartzLib copied to clipboard
Sentry module
ZLib would provide a simple Sentry module to send all logs and errors to a Sentry server. Something really simple would be ideal, like:
Sentry.start("https://dsn");
Update: this should be on another library (something like sentry-bukkit) as we may want to use this without QuartzLib.
Also see the sentry docs on how to create a SDK and the philosophy.
We should add the option to ask the users for details on crash (with custom message), and another to hide stack traces (disabled by default), maybe. Also methods to send an exception manually / with additional data, and some global provider to give additional data for all exceptions.