@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 |
|---|---|
int |
getExceptionResolverOrder()
Returns the order used for Spring SentryExceptionResolver, which determines whether all web
exceptions are reported, or only uncaught exceptions.
|
SentryProperties.Logging |
getLogging() |
boolean |
isEnableTracing() |
boolean |
isUseGitCommitIdAsRelease() |
void |
setEnableTracing(boolean enableTracing) |
void |
setExceptionResolverOrder(int exceptionResolverOrder)
Sets the order to use for Spring SentryExceptionResolver, which determines whether all web
exceptions are reported, or only uncaught exceptions.
|
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, getEnableUncaughtExceptionHandler, getEnvelopeDiskCache, getEnvelopeReader, getEnvironment, getEventProcessors, getFlushTimeoutMillis, getHostnameVerifier, getInAppExcludes, getInAppIncludes, getIntegrations, getLogger, getMaxAttachmentSize, getMaxBreadcrumbs, getMaxQueueSize, getOutboxPath, getProxy, getReadTimeoutMillis, getRelease, getSampleRate, getSdkVersion, getSentryClientName, getSerializer, getServerName, getSessionTrackingIntervalMillis, getShutdownTimeout, getSslSocketFactory, getTags, getTracesSampler, getTracesSampleRate, getTransportFactory, getTransportGate, isAttachServerName, isAttachStacktrace, isAttachThreads, isDebug, isEnableDeduplication, isEnableExternalConfiguration, isEnableNdk, isEnableScopeSync, isEnableSessionTracking, isEnableUncaughtExceptionHandler, isSendDefaultPii, setAttachServerName, setAttachStacktrace, setAttachThreads, setBeforeBreadcrumb, setBeforeSend, setCacheDirPath, setCacheDirSize, setConnectionTimeoutMillis, setDebug, setDiagnosticLevel, setDist, setDistinctId, setDsn, setEnableDeduplication, setEnableExternalConfiguration, setEnableNdk, setEnableScopeSync, setEnableSessionTracking, setEnableUncaughtExceptionHandler, setEnvelopeDiskCache, setEnvelopeReader, setEnvironment, setFlushTimeoutMillis, setHostnameVerifier, setLogger, setMaxAttachmentSize, setMaxBreadcrumbs, setMaxQueueSize, setProxy, setReadTimeoutMillis, setRelease, setSampleRate, setSdkVersion, setSendDefaultPii, setSentryClientName, setSerializer, setServerName, setSessionTrackingIntervalMillis, setShutdownTimeout, setSslSocketFactory, setTag, setTracesSampler, setTracesSampleRate, setTransportFactory, setTransportGatepublic boolean isUseGitCommitIdAsRelease()
public void setUseGitCommitIdAsRelease(boolean useGitCommitIdAsRelease)
public boolean isEnableTracing()
public void setEnableTracing(boolean enableTracing)
public int getExceptionResolverOrder()
public void setExceptionResolverOrder(int exceptionResolverOrder)
exceptionResolverOrder - order to use for Spring SentryExceptionResolverpublic SentryProperties.Logging getLogging()
public void setLogging(@NotNull
@NotNull SentryProperties.Logging logging)