Trying to use Breadcrumbs or Raven.getStoredInstance() throws a NullPointerException. See the error below. ``` java.lang.NullPointerException: null at com.getsentry.raven.event.Breadcrumbs.record(Breadcrumbs.java:23) ``` As per documentation https://docs.sentry.io/clients/java/modules/logback/ it shouldn't be null and should work, is this correct?