Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sentry module #30

Open
AmauryCarrade opened this issue Nov 10, 2020 · 2 comments
Open

Sentry module #30

AmauryCarrade opened this issue Nov 10, 2020 · 2 comments
Labels
T ⋅ Feature Type – Feature Request

Comments

@AmauryCarrade
Copy link
Member

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
Copy link
Member Author

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
Copy link
Member Author

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 AmauryCarrade added the T ⋅ Feature Type – Feature Request label Nov 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T ⋅ Feature Type – Feature Request
Projects
Development

No branches or pull requests

1 participant