JavaΒΆ
Sentry for Java is the official Java SDK for Sentry. At its core it provides a raw client for sending events to Sentry, but it is highly recommended that you use one of the included library or framework integrations listed below if at all possible.
Note: The old raven
library is no longer maintained. It is highly recommended that
you migrate to sentry
(which this
documentation covers). Check out the migration guide
for more information. If you are still using raven
you can
find the old documentation here.
Resources:
- Documentation
- Examples
- Bug Tracker
- Code
- Mailing List
- IRC (irc.freenode.net, #sentry)
- Travis CI