QuartzLib icon indicating copy to clipboard operation
QuartzLib copied to clipboard

Sentry module

Open AmauryCarrade opened this issue 5 years ago • 2 comments

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");

AmauryCarrade avatar Nov 10 '20 22:11 AmauryCarrade

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.

AmauryCarrade avatar Nov 13 '20 01:11 AmauryCarrade

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.

AmauryCarrade avatar Nov 13 '20 01:11 AmauryCarrade