@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.
|
@NotNull SentryProperties.Logging |
getLogging() |
@Nullable java.lang.Integer |
getUserFilterOrder() |
boolean |
isEnableTracing()
Deprecated.
|
boolean |
isUseGitCommitIdAsRelease() |
void |
setEnableTracing(boolean enableTracing)
Deprecated.
|
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) |
void |
setUserFilterOrder(@Nullable java.lang.Integer userFilterOrder) |
addEventProcessor, addIgnoredExceptionForType, addInAppExclude, addInAppInclude, addIntegration, addScopeObserver, from, getBeforeBreadcrumb, getBeforeSend, getCacheDirPath, getCacheDirSize, getConnectionTimeoutMillis, getDiagnosticLevel, getDist, getDistinctId, getDsn, getEnableUncaughtExceptionHandler, getEnvelopeDiskCache, getEnvelopeReader, getEnvironment, getEventProcessors, getFlushTimeoutMillis, getHostnameVerifier, getIgnoredExceptionsForType, getInAppExcludes, getInAppIncludes, getIntegrations, getLogger, getMaxAttachmentSize, getMaxBreadcrumbs, getMaxCacheItems, getMaxQueueSize, getMaxSpans, getOutboxPath, getProxy, getReadTimeoutMillis, getRelease, getSampleRate, getSdkVersion, getSentryClientName, getSerializer, getServerName, getSessionTrackingIntervalMillis, getShutdownTimeout, getSslSocketFactory, getTags, getTracesSampler, getTracesSampleRate, getTransportFactory, getTransportGate, isAttachServerName, isAttachStacktrace, isAttachThreads, isDebug, isEnableAutoSessionTracking, isEnableDeduplication, isEnableExternalConfiguration, isEnableNdk, isEnableScopeSync, isEnableSessionTracking, isEnableShutdownHook, isEnableUncaughtExceptionHandler, isSendDefaultPii, isTracingEnabled, setAttachServerName, setAttachStacktrace, setAttachThreads, setBeforeBreadcrumb, setBeforeSend, setCacheDirPath, setCacheDirSize, setConnectionTimeoutMillis, setDebug, setDiagnosticLevel, setDist, setDistinctId, setDsn, setEnableAutoSessionTracking, setEnableDeduplication, setEnableExternalConfiguration, setEnableNdk, setEnableScopeSync, setEnableSessionTracking, setEnableShutdownHook, setEnableUncaughtExceptionHandler, setEnvelopeDiskCache, setEnvelopeReader, setEnvironment, setFlushTimeoutMillis, setHostnameVerifier, setLogger, setMaxAttachmentSize, setMaxBreadcrumbs, setMaxCacheItems, setMaxQueueSize, setMaxSpans, setProxy, setReadTimeoutMillis, setRelease, setSampleRate, setSdkVersion, setSendDefaultPii, setSentryClientName, setSerializer, setServerName, setSessionTrackingIntervalMillis, setShutdownTimeout, setSslSocketFactory, setTag, setTracesSampler, setTracesSampleRate, setTransportFactory, setTransportGatepublic boolean isUseGitCommitIdAsRelease()
public void setUseGitCommitIdAsRelease(boolean useGitCommitIdAsRelease)
@Deprecated public boolean isEnableTracing()
@Deprecated public void setEnableTracing(boolean enableTracing)
public int getExceptionResolverOrder()
public void setExceptionResolverOrder(int exceptionResolverOrder)
exceptionResolverOrder - order to use for Spring SentryExceptionResolver@Nullable public @Nullable java.lang.Integer getUserFilterOrder()
public void setUserFilterOrder(@Nullable
@Nullable java.lang.Integer userFilterOrder)
@NotNull public @NotNull SentryProperties.Logging getLogging()
public void setLogging(@NotNull
@NotNull SentryProperties.Logging logging)