io.quarkus.logging.sentry.SentryConfig$$accessor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quarkus-logging-sentry Show documentation
Show all versions of quarkus-logging-sentry Show documentation
Use Sentry, a self-hosted or cloud-based error monitoring solution
package io.quarkus.logging.sentry;
public final class SentryConfig$$accessor {
private SentryConfig$$accessor() {}
@SuppressWarnings("unchecked")
public static boolean get_enable(Object __instance) {
return ((SentryConfig)__instance).enable;
}
@SuppressWarnings("unchecked")
public static void set_enable(Object __instance, boolean enable) {
((SentryConfig)__instance).enable = enable;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy