News

The Java Tutorial points out that Errors are typically external to the Java application and thus normally cannot and should not be caught or handled by the application.
What steps will reproduce the problem? import java.lang.reflect.Type; import java.util.ArrayList; import java.util.Collection; import java.util.List; import com ...
Hi, when passing a java.nio.Path as value to extras Map, this results in StackOverflowError inside the io.sentry.marshaller.json.JsonMarshaller.java, within ...