@ConfigurationProperties(value="sentry")
public class SentryProperties
extends io.sentry.SentryOptions
| Modifier and Type | Class and Description |
|---|---|
static class |
SentryProperties.Logging |
| Constructor and Description |
|---|
SentryProperties() |
| Modifier and Type | Method and Description |
|---|---|
SentryProperties.Logging |
getLogging() |
boolean |
isUseGitCommitIdAsRelease() |
void |
setLogging(@NotNull SentryProperties.Logging logging) |
void |
setUseGitCommitIdAsRelease(boolean useGitCommitIdAsRelease) |
addEventProcessor, addInAppExclude, addInAppInclude, addIntegration, addScopeObserver, from, getBeforeBreadcrumb, getBeforeSend, getCacheDirPath, getCacheDirSize, getConnectionTimeoutMillis, getDiagnosticLevel, getDist, getDistinctId, getDsn, getEnvelopeDiskCache, getEnvelopeReader, getEnvironment, getEventProcessors, getFlushTimeoutMillis, getHostnameVerifier, getInAppExcludes, getInAppIncludes, getIntegrations, getLogger, getMaxBreadcrumbs, getMaxQueueSize, getOutboxPath, getProxy, getReadTimeoutMillis, getRelease, getSampleRate, getSdkVersion, getSentryClientName, getSerializer, getServerName, getSessionTrackingIntervalMillis, getShutdownTimeout, getSslSocketFactory, getTransport, getTransportGate, isAttachStacktrace, isAttachThreads, isDebug, isEnableExternalConfiguration, isEnableNdk, isEnableScopeSync, isEnableSessionTracking, isEnableUncaughtExceptionHandler, isSendDefaultPii, setAttachStacktrace, setAttachThreads, setBeforeBreadcrumb, setBeforeSend, setCacheDirPath, setCacheDirSize, setConnectionTimeoutMillis, setDebug, setDiagnosticLevel, setDist, setDistinctId, setDsn, setEnableExternalConfiguration, setEnableNdk, setEnableScopeSync, setEnableSessionTracking, setEnableUncaughtExceptionHandler, setEnvelopeDiskCache, setEnvelopeReader, setEnvironment, setFlushTimeoutMillis, setHostnameVerifier, setLogger, setMaxBreadcrumbs, setMaxQueueSize, setProxy, setReadTimeoutMillis, setRelease, setSampleRate, setSdkVersion, setSendDefaultPii, setSentryClientName, setSerializer, setServerName, setSessionTrackingIntervalMillis, setShutdownTimeout, setSslSocketFactory, setTransport, setTransportGatepublic boolean isUseGitCommitIdAsRelease()
public void setUseGitCommitIdAsRelease(boolean useGitCommitIdAsRelease)
public SentryProperties.Logging getLogging()
public void setLogging(@NotNull
@NotNull SentryProperties.Logging logging)