Sentry and Java 6

Hi everybody, I wanted to try Sentry but our project uses Java 6. Is there a way to use Sentry with Java 6?
Thanks.

Sorry @Savva, the Java SDK uses Java 7 features and 6 is no longer supported. There aren’t many uses of Java 7 (outside of the test suite, which depends heavily on it) so you can probably make a fork and just replace a few method calls if you’d like to try: https://github.com/getsentry/raven-java

Thank you! I will try it :slight_smile: