Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

Abnormal - Enum constant in enum class io.sentry.Session.State
 
ABNORMAL_MECHANISM - Static variable in class io.sentry.Session.JsonKeys
 
AbnormalExit - Interface in io.sentry.hints
Marker interface for Sessions experiencing abnormal status
ABORTED - Enum constant in enum class io.sentry.SpanStatus
The operation was aborted.
ABS_PATH - Static variable in class io.sentry.protocol.SentryStackFrame.JsonKeys
 
AbstractSentryWebFilter - Class in io.sentry.spring.jakarta.webflux
Manages IScope in Webflux request processing.
AbstractSentryWebFilter(IHub) - Constructor for class io.sentry.spring.jakarta.webflux.AbstractSentryWebFilter
 
accept(PropagationContext) - Method in interface io.sentry.Scope.IWithPropagationContext
The accept method of the callback
accept(ITransaction) - Method in interface io.sentry.Scope.IWithTransaction
The accept method of the callback
accept(Object, Class<?>) - Method in interface io.sentry.util.HintUtils.SentryHintFallback
 
accept(T) - Method in interface io.sentry.util.HintUtils.SentryConsumer
 
accept(T) - Method in interface io.sentry.util.HintUtils.SentryNullableConsumer
 
add(double) - Method in class io.sentry.metrics.CounterMetric
 
add(double) - Method in class io.sentry.metrics.DistributionMetric
 
add(double) - Method in class io.sentry.metrics.GaugeMetric
 
add(double) - Method in class io.sentry.metrics.Metric
Adds a value to the metric
add(double) - Method in class io.sentry.metrics.SetMetric
Adds a value to the set.
add(String, MetricType, String, double, MeasurementUnit, Map<String, String>) - Method in class io.sentry.metrics.LocalMetricsAggregator
 
addAttachment(Attachment) - Method in interface io.sentry.IScope
Adds an attachment to the Scope's list of attachments.
addAttachment(Attachment) - Method in class io.sentry.NoOpScope
 
addAttachment(Attachment) - Method in class io.sentry.Scope
Adds an attachment to the Scope's list of attachments.
addAttachment(Attachment) - Method in class io.sentry.Hint
 
addAttachments(List<Attachment>) - Method in class io.sentry.Hint
 
addBreadcrumb(Breadcrumb) - Method in class io.sentry.Hub
 
addBreadcrumb(Breadcrumb) - Method in class io.sentry.HubAdapter
 
addBreadcrumb(Breadcrumb) - Method in interface io.sentry.IHub
Adds a breadcrumb to the current Scope
addBreadcrumb(Breadcrumb) - Method in interface io.sentry.IScope
Adds a breadcrumb to the breadcrumbs queue It also executes the BeforeBreadcrumb callback if set
addBreadcrumb(Breadcrumb) - Method in interface io.sentry.IScopeObserver
 
addBreadcrumb(Breadcrumb) - Method in class io.sentry.NoOpHub
 
addBreadcrumb(Breadcrumb) - Method in class io.sentry.NoOpScope
 
addBreadcrumb(Breadcrumb) - Method in class io.sentry.Scope
Adds a breadcrumb to the breadcrumbs queue It also executes the BeforeBreadcrumb callback if set
addBreadcrumb(Breadcrumb) - Method in class io.sentry.ScopeObserverAdapter
 
addBreadcrumb(Breadcrumb) - Static method in class io.sentry.Sentry
Adds a breadcrumb to the current Scope
addBreadcrumb(Breadcrumb) - Method in class io.sentry.SentryBaseEvent
 
addBreadcrumb(Breadcrumb, Hint) - Method in class io.sentry.Hub
 
addBreadcrumb(Breadcrumb, Hint) - Method in class io.sentry.HubAdapter
 
addBreadcrumb(Breadcrumb, Hint) - Method in interface io.sentry.IHub
Adds a breadcrumb to the current Scope
addBreadcrumb(Breadcrumb, Hint) - Method in interface io.sentry.IScope
Adds a breadcrumb to the breadcrumbs queue.
addBreadcrumb(Breadcrumb, Hint) - Method in class io.sentry.NoOpHub
 
addBreadcrumb(Breadcrumb, Hint) - Method in class io.sentry.NoOpScope
 
addBreadcrumb(Breadcrumb, Hint) - Method in class io.sentry.Scope
Adds a breadcrumb to the breadcrumbs queue.
addBreadcrumb(Breadcrumb, Hint) - Static method in class io.sentry.Sentry
Adds a breadcrumb to the current Scope
addBreadcrumb(String) - Method in interface io.sentry.IHub
Adds a breadcrumb to the current Scope
addBreadcrumb(String) - Static method in class io.sentry.Sentry
Adds a breadcrumb to the current Scope
addBreadcrumb(String, String) - Method in interface io.sentry.IHub
Adds a breadcrumb to the current Scope
addBreadcrumb(String, String) - Static method in class io.sentry.Sentry
Adds a breadcrumb to the current Scope
addBreadcrumb(String) - Method in class io.sentry.SentryBaseEvent
 
addBundleId(String) - Method in class io.sentry.ExternalOptions
 
addBundleId(String) - Method in class io.sentry.SentryOptions
Adds a bundle ID (also known as debugId) representing a source bundle that contains sources for this application.
addConnectionStatusObserver(IConnectionStatusProvider.IConnectionStatusObserver) - Method in interface io.sentry.IConnectionStatusProvider
Adds an observer for listening to connection status changes.
addConnectionStatusObserver(IConnectionStatusProvider.IConnectionStatusObserver) - Method in class io.sentry.NoOpConnectionStatusProvider
 
addContextTag(String) - Method in class io.sentry.ExternalOptions
 
addContextTag(String) - Method in class io.sentry.SentryOptions
Adds context tag name that is applied to Sentry events as Sentry tag.
addCount(ClientReportKey, Long) - Method in interface io.sentry.clientreport.IClientReportStorage
 
addCpuData(CpuCollectionData) - Method in class io.sentry.PerformanceCollectionData
Store a CpuCollectionData, if not null.
addEventProcessor(EventProcessor) - Method in interface io.sentry.IScope
Adds an event processor to the Scope's event processors list
addEventProcessor(EventProcessor) - Method in class io.sentry.NoOpScope
 
addEventProcessor(EventProcessor) - Method in class io.sentry.Scope
Adds an event processor to the Scope's event processors list
addEventProcessor(EventProcessor) - Method in class io.sentry.SentryOptions
Adds an event processor
addIgnoredExceptionForType(Class<? extends Throwable>) - Method in class io.sentry.ExternalOptions
 
addIgnoredExceptionForType(Class<? extends Throwable>) - Method in class io.sentry.SentryOptions
Adds exception type to the list of ignored exceptions.
addInAppExclude(String) - Method in class io.sentry.ExternalOptions
 
addInAppExclude(String) - Method in class io.sentry.SentryOptions
Adds an inApp exclude
addInAppInclude(String) - Method in class io.sentry.ExternalOptions
 
addInAppInclude(String) - Method in class io.sentry.SentryOptions
Adds an inApp include
addIntegration(Integration) - Method in class io.sentry.SentryOptions
Adds an integration
addIntegration(String) - Method in class io.sentry.protocol.SdkVersion
 
addIntegration(String) - Method in class io.sentry.SentryIntegrationPackageStorage
 
addIntegrationToSdkVersion(String) - Static method in class io.sentry.util.IntegrationUtils
 
addMaskViewClass(String) - Method in class io.sentry.SentryReplayOptions
 
addMemoryData(MemoryCollectionData) - Method in class io.sentry.PerformanceCollectionData
Store a MemoryCollectionData, if not null.
addOptionsObserver(IOptionsObserver) - Method in class io.sentry.SentryOptions
Adds a SentryOptions observer
addPackage(String, String) - Method in class io.sentry.protocol.SdkVersion
 
addPackage(String, String) - Method in class io.sentry.SentryIntegrationPackageStorage
 
addPerformanceCollector(IPerformanceCollector) - Method in class io.sentry.SentryOptions
Adds a ICollector.
addRateLimitObserver(RateLimiter.IRateLimitObserver) - Method in class io.sentry.transport.RateLimiter
 
ADDRESS - Static variable in class io.sentry.SentryLockReason.JsonKeys
 
addScopeObserver(IScopeObserver) - Method in class io.sentry.SentryOptions
Adds a Scope observer
addTracePropagationTarget(String) - Method in class io.sentry.ExternalOptions
 
addTracingOrigin(String) - Method in class io.sentry.ExternalOptions
Deprecated.
addTracingOrigin(String) - Method in class io.sentry.SentryOptions
addUnmaskViewClass(String) - Method in class io.sentry.SentryReplayOptions
 
AdoptedStyleSheet - Enum constant in enum class io.sentry.rrweb.RRWebIncrementalSnapshotEvent.IncrementalSource
 
All - Enum constant in enum class io.sentry.DataCategory
 
ALL - Static variable in class io.sentry.Baggage.DSCKeys
 
ALPHA - Static variable in class io.sentry.protocol.ViewHierarchyNode.JsonKeys
 
ALREADY_EXISTS - Enum constant in enum class io.sentry.SpanStatus
The entity attempted to be created already exists
ALWAYS - Enum constant in enum class io.sentry.SentryOptions.RequestSize
 
ANDROID_ACTIVITY - Static variable in class io.sentry.TypeCheckHint
Used for Activity breadcrumbs.
ANDROID_API_LEVEL - Static variable in class io.sentry.ProfilingTraceData.JsonKeys
 
ANDROID_CONFIGURATION - Static variable in class io.sentry.TypeCheckHint
Used for Configuration changes breadcrumbs.
ANDROID_FRAGMENT - Static variable in class io.sentry.TypeCheckHint
Used for Fragment breadcrumbs.
ANDROID_INTENT - Static variable in class io.sentry.TypeCheckHint
Used for System breadcrumbs.
ANDROID_MOTION_EVENT - Static variable in class io.sentry.TypeCheckHint
Used for Gesture breadcrumbs.
ANDROID_NAV_DESTINATION - Static variable in class io.sentry.TypeCheckHint
Used for Navigation breadrcrumbs.
ANDROID_NETWORK_CAPABILITIES - Static variable in class io.sentry.TypeCheckHint
Used for Network breadrcrumbs.
ANDROID_SENSOR_EVENT - Static variable in class io.sentry.TypeCheckHint
Used for Sensor breadcrumbs.
ANDROID_VIEW - Static variable in class io.sentry.TypeCheckHint
Used for View breadcrumbs.
ANDROIDX_MEDIA_VIEW_CLASS_NAME - Static variable in class io.sentry.SentryReplayOptions
 
ANY - Static variable in class io.sentry.SentryLockReason
 
ApacheHttpClientTransport - Class in io.sentry.transport.apache
ITransport implementation that executes request asynchronously in a non-blocking manner using Apache Http Client 5.
ApacheHttpClientTransport(SentryOptions, RequestDetails, CloseableHttpAsyncClient, RateLimiter) - Constructor for class io.sentry.transport.apache.ApacheHttpClientTransport
 
ApacheHttpClientTransportFactory - Class in io.sentry.transport.apache
ApacheHttpClientTransportFactory() - Constructor for class io.sentry.transport.apache.ApacheHttpClientTransportFactory
 
ApacheHttpClientTransportFactory(TimeValue) - Constructor for class io.sentry.transport.apache.ApacheHttpClientTransportFactory
 
API_TARGET - Static variable in class io.sentry.protocol.Request.JsonKeys
 
API_TYPE - Static variable in class io.sentry.protocol.Gpu.JsonKeys
 
apiName() - Method in enum class io.sentry.CheckInStatus
 
apiName() - Method in interface io.sentry.MeasurementUnit
Unit adhering to the API spec.
apiName() - Method in class io.sentry.MeasurementUnit.Custom
 
apiName() - Method in enum class io.sentry.MeasurementUnit.Duration
 
apiName() - Method in enum class io.sentry.MeasurementUnit.Fraction
 
apiName() - Method in enum class io.sentry.MeasurementUnit.Information
 
apiName() - Method in enum class io.sentry.MonitorScheduleType
 
apiName() - Method in enum class io.sentry.MonitorScheduleUnit
 
apiName() - Method in enum class io.sentry.protocol.TransactionNameSource
 
APOLLO_REQUEST - Static variable in class io.sentry.TypeCheckHint
Used for Apollo Request breadcrumbs.
APOLLO_RESPONSE - Static variable in class io.sentry.TypeCheckHint
Used for Apollo response breadcrumbs.
App - Class in io.sentry.protocol
 
App() - Constructor for class io.sentry.protocol.App
 
APP_BUILD - Static variable in class io.sentry.protocol.App.JsonKeys
 
APP_IDENTIFIER - Static variable in class io.sentry.protocol.App.JsonKeys
 
APP_NAME - Static variable in class io.sentry.protocol.App.JsonKeys
 
APP_PERMISSIONS - Static variable in class io.sentry.protocol.App.JsonKeys
 
APP_START_PROFILING_CONFIG_FILE_NAME - Static variable in class io.sentry.Sentry
 
APP_START_TIME - Static variable in class io.sentry.protocol.App.JsonKeys
 
APP_VERSION - Static variable in class io.sentry.protocol.App.JsonKeys
 
App.Deserializer - Class in io.sentry.protocol
 
App.JsonKeys - Class in io.sentry.protocol
 
append(ILoggingEvent) - Method in class io.sentry.logback.SentryAppender
 
append(LogEvent) - Method in class io.sentry.log4j2.SentryAppender
 
apply(Runnable) - Method in class io.sentry.spring.jakarta.webflux.SentryScheduleHook
 
apply(Runnable) - Method in class io.sentry.spring.webflux.SentryScheduleHook
 
ApplyScopeData - Interface in io.sentry.hints
Marker interface for applying scope's data.
applyToOptions(SentryOptions, List<Properties>) - Static method in class io.sentry.util.DebugMetaPropertiesApplier
 
applyToRequest(Request) - Method in class io.sentry.util.UrlUtils.UrlDetails
 
applyToSpan(ISpan) - Method in class io.sentry.util.UrlUtils.UrlDetails
 
ARCH - Static variable in class io.sentry.protocol.DebugImage.JsonKeys
 
ARCHITECTURE - Static variable in class io.sentry.ProfilingTraceData.JsonKeys
 
ARCHS - Static variable in class io.sentry.protocol.Device.JsonKeys
 
AsyncHttpTransport - Class in io.sentry.transport
ITransport implementation that executes request asynchronously in a blocking manner using HttpURLConnection.
AsyncHttpTransport(SentryOptions, RateLimiter, ITransportGate, RequestDetails) - Constructor for class io.sentry.transport.AsyncHttpTransport
 
AsyncHttpTransport(QueuedThreadPoolExecutor, SentryOptions, RateLimiter, ITransportGate, HttpConnection) - Constructor for class io.sentry.transport.AsyncHttpTransport
 
AsyncHttpTransportFactory - Class in io.sentry
AsyncHttpTransportFactory() - Constructor for class io.sentry.AsyncHttpTransportFactory
 
atomicIntegerArrayToList(AtomicIntegerArray) - Static method in class io.sentry.util.JsonSerializationUtils
 
Attachment - Class in io.sentry
You can use an attachment to store additional files alongside an event or transaction.
Attachment - Enum constant in enum class io.sentry.DataCategory
 
Attachment - Enum constant in enum class io.sentry.SentryItemType
 
Attachment(byte[], String) - Constructor for class io.sentry.Attachment
Initializes an Attachment with bytes and a filename.
Attachment(byte[], String, String) - Constructor for class io.sentry.Attachment
Initializes an Attachment with bytes, a filename, and a content type.
Attachment(byte[], String, String, boolean) - Constructor for class io.sentry.Attachment
Initializes an Attachment with bytes, a filename, a content type, and addToTransactions.
Attachment(byte[], String, String, String, boolean) - Constructor for class io.sentry.Attachment
Initializes an Attachment with bytes, a filename, a content type, and addToTransactions.
Attachment(JsonSerializable, String, String, String, boolean) - Constructor for class io.sentry.Attachment
Initializes an Attachment with bytes factory, a filename, a content type, and addToTransactions.
Attachment(String) - Constructor for class io.sentry.Attachment
Initializes an Attachment with a path.
Attachment(String, String) - Constructor for class io.sentry.Attachment
Initializes an Attachment with a path and a filename.
Attachment(String, String, String) - Constructor for class io.sentry.Attachment
Initializes an Attachment with a path, a filename, and a content type.
Attachment(String, String, String, boolean) - Constructor for class io.sentry.Attachment
Initializes an Attachment with a path, a filename, a content type, and addToTransactions.
Attachment(String, String, String, boolean, String) - Constructor for class io.sentry.Attachment
Initializes an Attachment with a path, a filename, a content type, addToTransactions, and attachmentType.
Attachment(String, String, String, String, boolean) - Constructor for class io.sentry.Attachment
Initializes an Attachment with a path, a filename, a content type, and addToTransactions.
ATTACHMENT_TYPE - Static variable in class io.sentry.SentryEnvelopeItemHeader.JsonKeys
 
attachReportToEnvelope(SentryEnvelope) - Method in class io.sentry.clientreport.ClientReportRecorder
 
attachReportToEnvelope(SentryEnvelope) - Method in interface io.sentry.clientreport.IClientReportRecorder
 
attachReportToEnvelope(SentryEnvelope) - Method in class io.sentry.clientreport.NoOpClientReportRecorder
 
ATTRS - Static variable in class io.sentry.Session.JsonKeys
 

B

Backfillable - Interface in io.sentry.hints
Marker interface for events that have to be backfilled with the event data (contexts, tags, etc.) that is persisted on disk between application launches
BackfillingEventProcessor - Interface in io.sentry
Marker interface for event processors that process events that have to be backfilled, i.e.
BACKPRESSURE - Enum constant in enum class io.sentry.clientreport.DiscardReason
 
BackpressureMonitor - Class in io.sentry.backpressure
 
BackpressureMonitor(SentryOptions, IHub) - Constructor for class io.sentry.backpressure.BackpressureMonitor
 
Baggage - Class in io.sentry
 
Baggage(Baggage) - Constructor for class io.sentry.Baggage
 
Baggage(ILogger) - Constructor for class io.sentry.Baggage
 
Baggage(Map<String, String>, String, boolean, ILogger) - Constructor for class io.sentry.Baggage
 
BAGGAGE_HEADER - Static variable in class io.sentry.BaggageHeader
 
Baggage.DSCKeys - Class in io.sentry
 
BaggageHeader - Class in io.sentry
 
BaggageHeader(String) - Constructor for class io.sentry.BaggageHeader
 
Base64 - Class in io.sentry.vendor
Utilities for encoding and decoding the Base64 representation of binary data.
BATTERY_LEVEL - Static variable in class io.sentry.protocol.Device.JsonKeys
 
BATTERY_TEMPERATURE - Static variable in class io.sentry.protocol.Device.JsonKeys
 
BEFORE_SEND - Enum constant in enum class io.sentry.clientreport.DiscardReason
 
BEGIN_ARRAY - Enum constant in enum class io.sentry.vendor.gson.stream.JsonToken
The opening of a JSON array.
BEGIN_OBJECT - Enum constant in enum class io.sentry.vendor.gson.stream.JsonToken
The opening of a JSON object.
beginArray() - Method in class io.sentry.JsonObjectReader
 
beginArray() - Method in class io.sentry.JsonObjectWriter
 
beginArray() - Method in interface io.sentry.ObjectReader
 
beginArray() - Method in interface io.sentry.ObjectWriter
 
beginArray() - Method in class io.sentry.util.MapObjectReader
 
beginArray() - Method in class io.sentry.util.MapObjectWriter
 
beginArray() - Method in class io.sentry.vendor.gson.stream.JsonReader
Consumes the next token from the JSON stream and asserts that it is the beginning of a new array.
beginArray() - Method in class io.sentry.vendor.gson.stream.JsonWriter
Begins encoding a new array.
beginExecuteOperation(InstrumentationExecuteOperationParameters) - Method in class io.sentry.graphql.SentryInstrumentation
 
beginExecution(InstrumentationExecutionParameters) - Method in class io.sentry.graphql.SentryInstrumentation
 
beginObject() - Method in class io.sentry.JsonObjectReader
 
beginObject() - Method in class io.sentry.JsonObjectWriter
 
beginObject() - Method in interface io.sentry.ObjectReader
 
beginObject() - Method in interface io.sentry.ObjectWriter
 
beginObject() - Method in class io.sentry.util.MapObjectReader
 
beginObject() - Method in class io.sentry.util.MapObjectWriter
 
beginObject() - Method in class io.sentry.vendor.gson.stream.JsonReader
Consumes the next token from the JSON stream and asserts that it is the beginning of a new object.
beginObject() - Method in class io.sentry.vendor.gson.stream.JsonWriter
Begins encoding a new object.
bindClient(ISentryClient) - Method in class io.sentry.Hub
 
bindClient(ISentryClient) - Method in class io.sentry.HubAdapter
 
bindClient(ISentryClient) - Method in interface io.sentry.IHub
Binds a different client to the hub
bindClient(ISentryClient) - Method in class io.sentry.NoOpHub
 
bindClient(ISentryClient) - Static method in class io.sentry.Sentry
Binds a different client to the current hub
bindTransaction(ITransaction) - Method in interface io.sentry.ITransactionProfiler
 
bindTransaction(ITransaction) - Method in class io.sentry.NoOpTransactionProfiler
 
BIT - Enum constant in enum class io.sentry.MeasurementUnit.Information
Bit (`"bit"`), corresponding to 1/8 of a byte.
bitRate - Variable in enum class io.sentry.SentryReplayOptions.SentryReplayQuality
Defines the quality of the session replay.
BLOCKED - Static variable in class io.sentry.SentryLockReason
 
BLOCKED_MAIN_THREAD_KEY - Static variable in interface io.sentry.SpanDataConvention
 
BlockingFlushHint - Class in io.sentry.hints
 
BlockingFlushHint(long, ILogger) - Constructor for class io.sentry.hints.BlockingFlushHint
 
Blur - Enum constant in enum class io.sentry.rrweb.RRWebInteractionEvent.InteractionType
 
BODY_SIZE - Static variable in class io.sentry.protocol.Request.JsonKeys
 
BODY_SIZE - Static variable in class io.sentry.protocol.Response.JsonKeys
 
BOOLEAN - Enum constant in enum class io.sentry.vendor.gson.stream.JsonToken
A JSON true or false.
BOOT_TIME - Static variable in class io.sentry.protocol.Device.JsonKeys
 
BRAND - Static variable in class io.sentry.protocol.Device.JsonKeys
 
Breadcrumb - Class in io.sentry
Series of application events
Breadcrumb() - Constructor for class io.sentry.Breadcrumb
Breadcrumb ctor
Breadcrumb(long) - Constructor for class io.sentry.Breadcrumb
 
Breadcrumb(Date) - Constructor for class io.sentry.Breadcrumb
Breadcrumb ctor
Breadcrumb(String) - Constructor for class io.sentry.Breadcrumb
Breadcrumb ctor
Breadcrumb.Deserializer - Class in io.sentry
 
Breadcrumb.JsonKeys - Class in io.sentry
 
BREADCRUMBS - Static variable in class io.sentry.SentryBaseEvent.JsonKeys
 
BREADCRUMBS_FILENAME - Static variable in class io.sentry.cache.PersistingScopeObserver
 
Browser - Class in io.sentry.protocol
 
Browser() - Constructor for class io.sentry.protocol.Browser
 
Browser.Deserializer - Class in io.sentry.protocol
 
Browser.JsonKeys - Class in io.sentry.protocol
 
BUFFER - Enum constant in enum class io.sentry.SentryReplayEvent.ReplayType
 
BUILD - Static variable in class io.sentry.protocol.OperatingSystem.JsonKeys
 
BUILD_ID - Static variable in class io.sentry.ProfilingTraceData.JsonKeys
 
BUILD_TYPE - Static variable in class io.sentry.protocol.App.JsonKeys
 
BuildConfig - Class in io.sentry.apollo
 
BuildConfig - Class in io.sentry.apollo3
 
BuildConfig - Class in io.sentry
 
BuildConfig - Class in io.sentry.graphql
 
BuildConfig - Class in io.sentry.jdbc
 
BuildConfig - Class in io.sentry.jul
 
BuildConfig - Class in io.sentry.log4j2
 
BuildConfig - Class in io.sentry.logback
 
BuildConfig - Class in io.sentry.okhttp
 
BuildConfig - Class in io.sentry.quartz
 
BuildConfig - Class in io.sentry.servlet
 
BuildConfig - Class in io.sentry.servlet.jakarta
 
BuildConfig - Class in io.sentry.spring.boot
 
BuildConfig - Class in io.sentry.spring.boot.jakarta
 
BuildConfig - Class in io.sentry.spring
 
BuildConfig - Class in io.sentry.spring.jakarta
 
BYTE - Enum constant in enum class io.sentry.MeasurementUnit.Information
Byte (`"byte"`).
byteCountToString(long) - Static method in class io.sentry.util.StringUtils
Converts the given number of bytes to a human-readable string.
bytesFrom(ISerializer, ILogger, JsonSerializable) - Static method in class io.sentry.util.JsonSerializationUtils
 

C

CACHE_OVERFLOW - Enum constant in enum class io.sentry.clientreport.DiscardReason
 
Cached - Interface in io.sentry.hints
Marker interface for a capture involving data cached from disk
calculateStringHash(String, ILogger) - Static method in class io.sentry.util.StringUtils
Calculates the SHA-1 String hash
calendarToMap(Calendar) - Static method in class io.sentry.util.JsonSerializationUtils
 
CALL_STACK_KEY - Static variable in interface io.sentry.SpanDataConvention
 
camelCase(String) - Static method in class io.sentry.util.StringUtils
Converts a String to CamelCase format.
CANCELLED - Enum constant in enum class io.sentry.SpanStatus
The operation was cancelled, typically by the caller.
CanvasMutation - Enum constant in enum class io.sentry.rrweb.RRWebIncrementalSnapshotEvent.IncrementalSource
 
capitalize(String) - Static method in class io.sentry.util.StringUtils
Returns a Capitalized String and all remaining chars to lower case.
captureCheckIn(CheckIn) - Method in class io.sentry.Hub
 
captureCheckIn(CheckIn) - Method in class io.sentry.HubAdapter
 
captureCheckIn(CheckIn) - Method in interface io.sentry.IHub
 
captureCheckIn(CheckIn) - Method in class io.sentry.NoOpHub
 
captureCheckIn(CheckIn) - Static method in class io.sentry.Sentry
 
captureCheckIn(CheckIn, IScope, Hint) - Method in interface io.sentry.ISentryClient
 
captureCheckIn(CheckIn, IScope, Hint) - Method in class io.sentry.SentryClient
 
captureEnvelope(SentryEnvelope) - Method in interface io.sentry.IHub
Captures an envelope.
captureEnvelope(SentryEnvelope) - Method in interface io.sentry.ISentryClient
Captures an envelope.
captureEnvelope(SentryEnvelope, Hint) - Method in class io.sentry.Hub
 
captureEnvelope(SentryEnvelope, Hint) - Method in class io.sentry.HubAdapter
 
captureEnvelope(SentryEnvelope, Hint) - Method in interface io.sentry.IHub
Captures an envelope.
captureEnvelope(SentryEnvelope, Hint) - Method in interface io.sentry.ISentryClient
Captures an envelope.
captureEnvelope(SentryEnvelope, Hint) - Method in class io.sentry.NoOpHub
 
captureEnvelope(SentryEnvelope, Hint) - Method in class io.sentry.SentryClient
 
captureEvent(SentryEvent) - Method in interface io.sentry.IHub
Captures the event.
captureEvent(SentryEvent) - Method in interface io.sentry.ISentryClient
Captures the event.
captureEvent(SentryEvent) - Static method in class io.sentry.Sentry
Captures the event.
captureEvent(SentryEvent, ScopeCallback) - Method in interface io.sentry.IHub
Captures the event.
captureEvent(SentryEvent, ScopeCallback) - Static method in class io.sentry.Sentry
Captures the event.
captureEvent(SentryEvent, Hint) - Method in class io.sentry.Hub
 
captureEvent(SentryEvent, Hint) - Method in class io.sentry.HubAdapter
 
captureEvent(SentryEvent, Hint) - Method in interface io.sentry.IHub
Captures the event.
captureEvent(SentryEvent, Hint) - Method in interface io.sentry.ISentryClient
Capture the event
captureEvent(SentryEvent, Hint) - Method in class io.sentry.NoOpHub
 
captureEvent(SentryEvent, Hint) - Static method in class io.sentry.Sentry
Captures the event.
captureEvent(SentryEvent, Hint, ScopeCallback) - Method in class io.sentry.Hub
 
captureEvent(SentryEvent, Hint, ScopeCallback) - Method in class io.sentry.HubAdapter
 
captureEvent(SentryEvent, Hint, ScopeCallback) - Method in interface io.sentry.IHub
Captures the event.
captureEvent(SentryEvent, Hint, ScopeCallback) - Method in class io.sentry.NoOpHub
 
captureEvent(SentryEvent, Hint, ScopeCallback) - Static method in class io.sentry.Sentry
Captures the event.
captureEvent(SentryEvent, IScope) - Method in interface io.sentry.ISentryClient
Captures the event.
captureEvent(SentryEvent, IScope, Hint) - Method in interface io.sentry.ISentryClient
Capture the event
captureEvent(SentryEvent, IScope, Hint) - Method in class io.sentry.SentryClient
 
captureException(Throwable) - Method in interface io.sentry.IHub
Captures the exception.
captureException(Throwable) - Method in interface io.sentry.ISentryClient
Captures the exception.
captureException(Throwable) - Static method in class io.sentry.Sentry
Captures the exception.
captureException(Throwable, ScopeCallback) - Method in interface io.sentry.IHub
Captures the exception.
captureException(Throwable, ScopeCallback) - Static method in class io.sentry.Sentry
Captures the exception.
captureException(Throwable, Hint) - Method in class io.sentry.Hub
 
captureException(Throwable, Hint) - Method in class io.sentry.HubAdapter
 
captureException(Throwable, Hint) - Method in interface io.sentry.IHub
Captures the exception.
captureException(Throwable, Hint) - Method in interface io.sentry.ISentryClient
Captures the exception.
captureException(Throwable, Hint) - Method in class io.sentry.NoOpHub
 
captureException(Throwable, Hint) - Static method in class io.sentry.Sentry
Captures the exception.
captureException(Throwable, Hint, ScopeCallback) - Method in class io.sentry.Hub
 
captureException(Throwable, Hint, ScopeCallback) - Method in class io.sentry.HubAdapter
 
captureException(Throwable, Hint, ScopeCallback) - Method in interface io.sentry.IHub
Captures the exception.
captureException(Throwable, Hint, ScopeCallback) - Method in class io.sentry.NoOpHub
 
captureException(Throwable, Hint, ScopeCallback) - Static method in class io.sentry.Sentry
Captures the exception.
captureException(Throwable, IScope) - Method in interface io.sentry.ISentryClient
Captures the exception.
captureException(Throwable, IScope, Hint) - Method in interface io.sentry.ISentryClient
Captures the exception.
captureMessage(String) - Method in interface io.sentry.IHub
Captures the message.
captureMessage(String) - Static method in class io.sentry.Sentry
Captures the message.
captureMessage(String, ScopeCallback) - Method in interface io.sentry.IHub
Captures the message.
captureMessage(String, ScopeCallback) - Static method in class io.sentry.Sentry
Captures the message.
captureMessage(String, SentryLevel) - Method in class io.sentry.Hub
 
captureMessage(String, SentryLevel) - Method in class io.sentry.HubAdapter
 
captureMessage(String, SentryLevel) - Method in interface io.sentry.IHub
Captures the message.
captureMessage(String, SentryLevel) - Method in interface io.sentry.ISentryClient
Captures the message.
captureMessage(String, SentryLevel) - Method in class io.sentry.NoOpHub
 
captureMessage(String, SentryLevel) - Static method in class io.sentry.Sentry
Captures the message.
captureMessage(String, SentryLevel, ScopeCallback) - Method in class io.sentry.Hub
 
captureMessage(String, SentryLevel, ScopeCallback) - Method in class io.sentry.HubAdapter
 
captureMessage(String, SentryLevel, ScopeCallback) - Method in interface io.sentry.IHub
Captures the message.
captureMessage(String, SentryLevel, ScopeCallback) - Method in class io.sentry.NoOpHub
 
captureMessage(String, SentryLevel, ScopeCallback) - Static method in class io.sentry.Sentry
Captures the message.
captureMessage(String, SentryLevel, IScope) - Method in interface io.sentry.ISentryClient
Captures the message.
captureMetrics(EncodedMetrics) - Method in interface io.sentry.metrics.IMetricsClient
Captures one or more metrics to be sent to Sentry.
captureMetrics(EncodedMetrics) - Method in class io.sentry.SentryClient
 
captureReplay(SentryReplayEvent, Hint) - Method in class io.sentry.Hub
 
captureReplay(SentryReplayEvent, Hint) - Method in class io.sentry.HubAdapter
 
captureReplay(SentryReplayEvent, Hint) - Method in interface io.sentry.IHub
 
captureReplay(SentryReplayEvent, Hint) - Method in class io.sentry.NoOpHub
 
captureReplay(Boolean) - Method in class io.sentry.NoOpReplayController
 
captureReplay(Boolean) - Method in interface io.sentry.ReplayController
 
captureReplayEvent(SentryReplayEvent, IScope, Hint) - Method in interface io.sentry.ISentryClient
 
captureReplayEvent(SentryReplayEvent, IScope, Hint) - Method in class io.sentry.SentryClient
 
captureSession(Session) - Method in interface io.sentry.ISentryClient
Captures a session.
captureSession(Session, Hint) - Method in interface io.sentry.ISentryClient
Captures a session.
captureSession(Session, Hint) - Method in class io.sentry.SentryClient
 
captureThrowable(Throwable, ExceptionReporter.ExceptionDetails, ExecutionResult) - Method in class io.sentry.graphql.ExceptionReporter
 
captureTransaction(SentryTransaction) - Method in interface io.sentry.ISentryClient
Captures a transaction without scope nor hint.
captureTransaction(SentryTransaction, Hint) - Method in interface io.sentry.IHub
 
captureTransaction(SentryTransaction, IScope, Hint) - Method in interface io.sentry.ISentryClient
Captures a transaction.
captureTransaction(SentryTransaction, TraceContext) - Method in interface io.sentry.IHub
Captures the transaction and enqueues it for sending to Sentry server.
captureTransaction(SentryTransaction, TraceContext) - Method in interface io.sentry.ISentryClient
Captures a transaction without scope nor hint.
captureTransaction(SentryTransaction, TraceContext, Hint) - Method in interface io.sentry.IHub
Captures the transaction and enqueues it for sending to Sentry server.
captureTransaction(SentryTransaction, TraceContext, Hint, ProfilingTraceData) - Method in class io.sentry.Hub
 
captureTransaction(SentryTransaction, TraceContext, Hint, ProfilingTraceData) - Method in class io.sentry.HubAdapter
 
captureTransaction(SentryTransaction, TraceContext, Hint, ProfilingTraceData) - Method in interface io.sentry.IHub
Captures the transaction and enqueues it for sending to Sentry server.
captureTransaction(SentryTransaction, TraceContext, Hint, ProfilingTraceData) - Method in class io.sentry.NoOpHub
 
captureTransaction(SentryTransaction, TraceContext, IScope, Hint) - Method in interface io.sentry.ISentryClient
Captures a transaction.
captureTransaction(SentryTransaction, TraceContext, IScope, Hint, ProfilingTraceData) - Method in interface io.sentry.ISentryClient
Captures a transaction.
captureTransaction(SentryTransaction, TraceContext, IScope, Hint, ProfilingTraceData) - Method in class io.sentry.SentryClient
 
captureUserFeedback(UserFeedback) - Method in class io.sentry.Hub
 
captureUserFeedback(UserFeedback) - Method in class io.sentry.HubAdapter
 
captureUserFeedback(UserFeedback) - Method in interface io.sentry.IHub
Captures a manually created user feedback and sends it to Sentry.
captureUserFeedback(UserFeedback) - Method in interface io.sentry.ISentryClient
Captures a manually created user feedback and sends it to Sentry.
captureUserFeedback(UserFeedback) - Method in class io.sentry.NoOpHub
 
captureUserFeedback(UserFeedback) - Static method in class io.sentry.Sentry
Captures a manually created user feedback and sends it to Sentry.
captureUserFeedback(UserFeedback) - Method in class io.sentry.SentryClient
 
CATEGORY - Static variable in class io.sentry.Breadcrumb.JsonKeys
 
CATEGORY - Static variable in class io.sentry.clientreport.DiscardedEvent.JsonKeys
 
CATEGORY - Static variable in class io.sentry.rrweb.RRWebBreadcrumbEvent.JsonKeys
 
CHARGING - Static variable in class io.sentry.protocol.Device.JsonKeys
 
CHECK_IN_ID - Static variable in class io.sentry.CheckIn.JsonKeys
 
CheckIn - Class in io.sentry
 
CheckIn - Enum constant in enum class io.sentry.SentryItemType
 
CheckIn(String, CheckInStatus) - Constructor for class io.sentry.CheckIn
 
CheckIn(SentryId, String, CheckInStatus) - Constructor for class io.sentry.CheckIn
 
CheckIn(SentryId, String, String) - Constructor for class io.sentry.CheckIn
 
CHECKIN_MARGIN - Static variable in class io.sentry.MonitorConfig.JsonKeys
 
CheckIn.Deserializer - Class in io.sentry
 
CheckIn.JsonKeys - Class in io.sentry
 
CheckInStatus - Enum Class in io.sentry
Status of a CheckIn
CheckInUtils - Class in io.sentry.util
 
CheckInUtils() - Constructor for class io.sentry.util.CheckInUtils
 
CHILDREN - Static variable in class io.sentry.protocol.ViewHierarchyNode.JsonKeys
 
CITY - Static variable in class io.sentry.protocol.Geo.JsonKeys
 
CLASS_NAME - Static variable in class io.sentry.SentryLockReason.JsonKeys
 
classLoaderOrDefault(ClassLoader) - Static method in class io.sentry.util.ClassLoaderUtils
 
ClassLoaderUtils - Class in io.sentry.util
 
ClassLoaderUtils() - Constructor for class io.sentry.util.ClassLoaderUtils
 
clear() - Method in class io.sentry.Hint
Clears all attributes added via Hint.set(String, Object) Note: SDK internal attributes are being kept.
clear() - Method in interface io.sentry.IPerformanceContinuousCollector
Called when no more data should be collected.
clear() - Method in interface io.sentry.IScope
Resets the Scope to its default state
clear() - Method in class io.sentry.NoOpScope
 
clear() - Method in class io.sentry.Scope
Resets the Scope to its default state
clearAttachments() - Method in class io.sentry.Hint
 
clearAttachments() - Method in interface io.sentry.IScope
Clear all attachments.
clearAttachments() - Method in class io.sentry.NoOpScope
 
clearAttachments() - Method in class io.sentry.Scope
Clear all attachments.
clearBreadcrumbs() - Method in class io.sentry.Hub
 
clearBreadcrumbs() - Method in class io.sentry.HubAdapter
 
clearBreadcrumbs() - Method in interface io.sentry.IHub
Deletes current breadcrumbs from the current scope.
clearBreadcrumbs() - Method in interface io.sentry.IScope
Clear all the breadcrumbs
clearBreadcrumbs() - Method in class io.sentry.NoOpHub
 
clearBreadcrumbs() - Method in class io.sentry.NoOpScope
 
clearBreadcrumbs() - Method in class io.sentry.Scope
Clear all the breadcrumbs
clearBreadcrumbs() - Static method in class io.sentry.Sentry
Deletes current breadcrumbs from the current scope.
clearSession() - Method in interface io.sentry.IScope
 
clearSession() - Method in class io.sentry.NoOpScope
 
clearSession() - Method in class io.sentry.Scope
 
clearStorage() - Method in class io.sentry.SentryIntegrationPackageStorage
 
clearTransaction() - Method in interface io.sentry.IScope
Clears the transaction.
clearTransaction() - Method in class io.sentry.NoOpScope
 
clearTransaction() - Method in class io.sentry.Scope
Clears the transaction.
Click - Enum constant in enum class io.sentry.rrweb.RRWebInteractionEvent.InteractionType
 
ClientReport - Class in io.sentry.clientreport
 
ClientReport - Enum constant in enum class io.sentry.SentryItemType
 
ClientReport(Date, List<DiscardedEvent>) - Constructor for class io.sentry.clientreport.ClientReport
 
ClientReport.Deserializer - Class in io.sentry.clientreport
 
ClientReport.JsonKeys - Class in io.sentry.clientreport
 
ClientReportRecorder - Class in io.sentry.clientreport
 
ClientReportRecorder(SentryOptions) - Constructor for class io.sentry.clientreport.ClientReportRecorder
 
clone() - Method in class io.sentry.Hub
 
clone() - Method in class io.sentry.HubAdapter
 
clone() - Method in interface io.sentry.IHub
Clones the Hub
clone() - Method in interface io.sentry.IScope
Clones the Scope
clone() - Method in class io.sentry.NoOpHub
 
clone() - Method in class io.sentry.NoOpScope
Clones the Scope
clone() - Method in class io.sentry.Scope
Clones the Scope
clone() - Method in class io.sentry.Session
Ctor copy of the Session
cloneMainHub() - Static method in class io.sentry.Sentry
Returns a new hub which is cloned from the mainHub.
close() - Method in class io.sentry.DefaultTransactionPerformanceCollector
 
close() - Method in class io.sentry.Hub
 
close() - Method in class io.sentry.HubAdapter
 
close() - Method in interface io.sentry.IHub
Flushes out the queue for up to timeout seconds and disable the Hub.
close() - Method in class io.sentry.instrumentation.file.SentryFileInputStream
 
close() - Method in class io.sentry.instrumentation.file.SentryFileOutputStream
 
close() - Method in interface io.sentry.ISentryClient
Flushes out the queue for up to timeout seconds and disable the client.
close() - Method in interface io.sentry.ITransactionProfiler
Cancel the profiler and stops it.
close() - Method in class io.sentry.JsonObjectReader
 
close() - Method in class io.sentry.jul.SentryHandler
 
close() - Method in class io.sentry.MainEventProcessor
 
close() - Method in class io.sentry.metrics.NoopMetricsAggregator
 
close() - Method in class io.sentry.MetricsAggregator
 
close() - Method in class io.sentry.NoOpHub
 
close() - Method in class io.sentry.NoOpTransactionPerformanceCollector
 
close() - Method in class io.sentry.NoOpTransactionProfiler
 
close() - Method in class io.sentry.SendCachedEnvelopeFireAndForgetIntegration
 
close() - Static method in class io.sentry.Sentry
Close the SDK
close() - Method in class io.sentry.SentryClient
 
close() - Method in class io.sentry.ShutdownHookIntegration
 
close() - Method in class io.sentry.SpotlightIntegration
 
close() - Method in interface io.sentry.TransactionPerformanceCollector
Cancel the collector and stops it.
close() - Method in class io.sentry.transport.apache.ApacheHttpClientTransport
 
close() - Method in class io.sentry.transport.AsyncHttpTransport
 
close() - Method in class io.sentry.transport.NoOpTransport
 
close() - Method in class io.sentry.transport.RateLimiter
 
close() - Method in class io.sentry.transport.StdoutTransport
 
close() - Method in class io.sentry.UncaughtExceptionHandlerIntegration
 
close() - Method in class io.sentry.util.MapObjectReader
 
close() - Method in class io.sentry.vendor.gson.stream.JsonReader
Closes this JSON reader and the underlying Reader.
close() - Method in class io.sentry.vendor.gson.stream.JsonWriter
Flushes and closes this writer and the underlying Writer.
close(boolean) - Method in class io.sentry.Hub
 
close(boolean) - Method in class io.sentry.HubAdapter
 
close(boolean) - Method in interface io.sentry.IHub
Flushes out the queue for up to timeout seconds and disable the Hub.
close(boolean) - Method in interface io.sentry.ISentryClient
Flushes out the queue for up to timeout seconds and disable the client.
close(boolean) - Method in class io.sentry.NoOpHub
 
close(boolean) - Method in class io.sentry.SentryClient
 
close(boolean) - Method in class io.sentry.transport.apache.ApacheHttpClientTransport
 
close(boolean) - Method in class io.sentry.transport.AsyncHttpTransport
 
close(boolean) - Method in interface io.sentry.transport.ITransport
Closes the transport.
close(boolean) - Method in class io.sentry.transport.NoOpTransport
 
close(boolean) - Method in class io.sentry.transport.StdoutTransport
 
close(long) - Method in interface io.sentry.ISentryExecutorService
Closes the ThreadExecutor and awaits for the timeout
close(long) - Method in class io.sentry.SentryExecutorService
 
CODE_FILE - Static variable in class io.sentry.protocol.DebugImage.JsonKeys
 
CODE_ID - Static variable in class io.sentry.protocol.DebugImage.JsonKeys
 
collect() - Method in interface io.sentry.IMemoryCollector
Used for collecting data about memory load when a transaction is active.
collect(PerformanceCollectionData) - Method in interface io.sentry.IPerformanceSnapshotCollector
 
collect(PerformanceCollectionData) - Method in class io.sentry.JavaMemoryCollector
 
CollectionUtils - Class in io.sentry.util
Util class for Collections
CollectionUtils.Mapper<T,R> - Interface in io.sentry.util
A simple function to map an object into another.
CollectionUtils.Predicate<T> - Interface in io.sentry.util
A simplified copy of Java 8 Predicate.
COLNO - Static variable in class io.sentry.protocol.SentryStackFrame.JsonKeys
 
COMMENTS - Static variable in class io.sentry.UserFeedback.JsonKeys
 
compareTo(SentryDate) - Method in class io.sentry.SentryDate
 
compareTo(SentryDate) - Method in class io.sentry.SentryNanotimeDate
 
COMPONENT - Enum constant in enum class io.sentry.protocol.TransactionNameSource
Named after a software component, such as a function or class name.
ComposeGestureTargetLocator - Class in io.sentry.compose.gestures
 
ComposeGestureTargetLocator(ILogger) - Constructor for class io.sentry.compose.gestures.ComposeGestureTargetLocator
 
ComposeViewHierarchyExporter - Class in io.sentry.compose.viewhierarchy
 
ComposeViewHierarchyExporter(ILogger) - Constructor for class io.sentry.compose.viewhierarchy.ComposeViewHierarchyExporter
 
configure(BootstrapPackagesBuilder, ConfigProperties) - Method in class io.sentry.opentelemetry.SentryBootstrapPackagesProvider
 
configure(T) - Method in interface io.sentry.Sentry.OptionsConfiguration
configure the options
configureScope(ScopeCallback) - Method in class io.sentry.Hub
 
configureScope(ScopeCallback) - Method in class io.sentry.HubAdapter
 
configureScope(ScopeCallback) - Method in interface io.sentry.IHub
Configures the scope through the callback.
configureScope(ScopeCallback) - Method in class io.sentry.NoOpHub
 
configureScope(ScopeCallback) - Static method in class io.sentry.Sentry
Configures the scope through the callback.
CONNECTED - Enum constant in enum class io.sentry.IConnectionStatusProvider.ConnectionStatus
 
CONNECTION_TYPE - Static variable in class io.sentry.protocol.Device.JsonKeys
 
contain(List<String>, String) - Static method in class io.sentry.util.PropagationTargetsUtils
 
contain(List<String>, URI) - Static method in class io.sentry.util.PropagationTargetsUtils
 
CONTAINER - Static variable in class io.sentry.rrweb.RRWebVideoEvent.JsonKeys
 
contains(T[], T) - Static method in class io.sentry.util.CollectionUtils
Returns true if the element is present in the array, false otherwise.
containsSensitiveHeader(String) - Static method in class io.sentry.util.HttpUtils
 
CONTENT_TYPE - Static variable in class io.sentry.SentryEnvelopeItemHeader.JsonKeys
 
CONTEXT_LINE - Static variable in class io.sentry.protocol.SentryStackFrame.JsonKeys
 
ContextMenu - Enum constant in enum class io.sentry.rrweb.RRWebInteractionEvent.InteractionType
 
Contexts - Class in io.sentry.protocol
 
Contexts() - Constructor for class io.sentry.protocol.Contexts
 
Contexts(Contexts) - Constructor for class io.sentry.protocol.Contexts
 
CONTEXTS - Static variable in class io.sentry.CheckIn.JsonKeys
 
CONTEXTS - Static variable in class io.sentry.SentryBaseEvent.JsonKeys
 
CONTEXTS_FILENAME - Static variable in class io.sentry.cache.PersistingScopeObserver
 
Contexts.Deserializer - Class in io.sentry.protocol
 
ContextTagsEventProcessor - Class in io.sentry.spring
Attaches context tags defined in SentryOptions.getContextTags() from MDC to SentryBaseEvent.getTags().
ContextTagsEventProcessor - Class in io.sentry.spring.jakarta
Attaches context tags defined in SentryOptions.getContextTags() from MDC to SentryBaseEvent.getTags().
ContextTagsEventProcessor(SentryOptions) - Constructor for class io.sentry.spring.ContextTagsEventProcessor
 
ContextTagsEventProcessor(SentryOptions) - Constructor for class io.sentry.spring.jakarta.ContextTagsEventProcessor
 
continueTrace(String, List<String>) - Method in class io.sentry.Hub
 
continueTrace(String, List<String>) - Method in class io.sentry.HubAdapter
 
continueTrace(String, List<String>) - Method in interface io.sentry.IHub
Continue a trace based on HTTP header values.
continueTrace(String, List<String>) - Method in class io.sentry.NoOpHub
 
continueTrace(String, List<String>) - Static method in class io.sentry.Sentry
Continue a trace based on HTTP header values.
CONTRIBUTES_TTFD - Static variable in interface io.sentry.SpanDataConvention
 
CONTRIBUTES_TTID - Static variable in interface io.sentry.SpanDataConvention
 
convert(Breadcrumb) - Method in class io.sentry.NoOpReplayBreadcrumbConverter
 
convert(Breadcrumb) - Method in interface io.sentry.ReplayBreadcrumbConverter
 
convertNanosTo(MeasurementUnit.Duration, long) - Static method in class io.sentry.metrics.MetricsHelper
 
COOKIE_HEADER_NAME - Static variable in class io.sentry.util.HttpUtils
 
COOKIES - Static variable in class io.sentry.protocol.Request.JsonKeys
 
COOKIES - Static variable in class io.sentry.protocol.Response.JsonKeys
 
COUNT - Static variable in class io.sentry.protocol.MetricSummary.JsonKeys
 
Counter - Enum constant in enum class io.sentry.metrics.MetricType
 
CounterMetric - Class in io.sentry.metrics
Counters track a value that can only be incremented.
CounterMetric(String, double, MeasurementUnit, Map<String, String>) - Constructor for class io.sentry.metrics.CounterMetric
 
countOf(String, char) - Static method in class io.sentry.util.StringUtils
Counts the occurrences of a character in a String
COUNTRY_CODE - Static variable in class io.sentry.protocol.Geo.JsonKeys
 
CPU_DESCRIPTION - Static variable in class io.sentry.protocol.Device.JsonKeys
 
CpuCollectionData - Class in io.sentry
 
CpuCollectionData(long, double) - Constructor for class io.sentry.CpuCollectionData
 
CRASH_MARKER_FILE - Static variable in class io.sentry.cache.EnvelopeCache
 
Crashed - Enum constant in enum class io.sentry.Session.State
 
CRASHED - Static variable in class io.sentry.protocol.SentryThread.JsonKeys
 
create() - Static method in class io.sentry.config.PropertiesProviderFactory
Creates a composite properties provider enabling properties resolution from following locations in order: system properties environment variables sentry.properties file which location is resolved from the system property sentry.properties.file sentry.properties file which location is resolved from the environment variable SENTRY_PROPERTIES_FILE sentry.properties located in the root of the classpath sentry.properties located in the application's current working directory
create(IHub, SentryOptions) - Method in interface io.sentry.SendCachedEnvelopeFireAndForgetIntegration.SendFireAndForgetFactory
 
create(IHub, SentryOptions) - Method in class io.sentry.SendFireAndForgetEnvelopeSender
 
create(IHub, SentryOptions) - Method in class io.sentry.SendFireAndForgetOutboxSender
 
create(SentryOptions) - Static method in class io.sentry.cache.EnvelopeCache
 
create(SentryOptions, RequestDetails) - Method in class io.sentry.AsyncHttpTransportFactory
 
create(SentryOptions, RequestDetails) - Method in interface io.sentry.ITransportFactory
Creates an instance of ITransport.
create(SentryOptions, RequestDetails) - Method in class io.sentry.NoOpTransportFactory
 
create(SentryOptions, RequestDetails) - Method in class io.sentry.transport.apache.ApacheHttpClientTransportFactory
 
create(FileInputStream, FileDescriptor) - Static method in class io.sentry.instrumentation.file.SentryFileInputStream.Factory
 
create(FileInputStream, File) - Static method in class io.sentry.instrumentation.file.SentryFileInputStream.Factory
 
create(FileInputStream, String) - Static method in class io.sentry.instrumentation.file.SentryFileInputStream.Factory
 
create(FileOutputStream, FileDescriptor) - Static method in class io.sentry.instrumentation.file.SentryFileOutputStream.Factory
 
create(FileOutputStream, File) - Static method in class io.sentry.instrumentation.file.SentryFileOutputStream.Factory
 
create(FileOutputStream, File, boolean) - Static method in class io.sentry.instrumentation.file.SentryFileOutputStream.Factory
 
create(FileOutputStream, String) - Static method in class io.sentry.instrumentation.file.SentryFileOutputStream.Factory
 
create(FileOutputStream, String, boolean) - Static method in class io.sentry.instrumentation.file.SentryFileOutputStream.Factory
 
create(Class<T>) - Static method in class io.sentry.OptionsContainer
 
createAppender(String, Level, Level, String, Boolean, Filter, String) - Static method in class io.sentry.log4j2.SentryAppender
Create a Sentry Appender.
createBreadcrumb(ILoggingEvent) - Method in class io.sentry.logback.SentryAppender
Creates Breadcrumb from Logback's ILoggingEvent.
createBreadcrumb(LogEvent) - Method in class io.sentry.log4j2.SentryAppender
Creates Breadcrumb from log4j2 LogEvent.
createEvent(ILoggingEvent) - Method in class io.sentry.logback.SentryAppender
Creates SentryEvent from Logback's ILoggingEvent.
createEvent(HttpServletRequest, Exception) - Method in class io.sentry.spring.jakarta.SentryExceptionResolver
 
createEvent(HttpServletRequest, Exception) - Method in class io.sentry.spring.SentryExceptionResolver
 
createEvent(LogEvent) - Method in class io.sentry.log4j2.SentryAppender
Creates SentryEvent from Log4j2 LogEvent.
createHint(HttpServletRequest, HttpServletResponse) - Method in class io.sentry.spring.jakarta.SentryExceptionResolver
 
createHint(HttpServletRequest, HttpServletResponse) - Method in class io.sentry.spring.SentryExceptionResolver
 
createInstance() - Method in class io.sentry.OptionsContainer
 
createState() - Method in class io.sentry.graphql.SentryInstrumentation
 
createWithTypeCheckHint(Object) - Static method in class io.sentry.util.HintUtils
 
CRLF - Static variable in class io.sentry.vendor.Base64
Encoder flag bit to indicate lines should be terminated with a CRLF pair instead of just an LF.
Cron() - Constructor for class io.sentry.SentryOptions.Cron
 
crontab(String) - Static method in class io.sentry.MonitorSchedule
 
CRONTAB - Enum constant in enum class io.sentry.MonitorScheduleType
 
current() - Static method in class io.sentry.util.SentryRandom
Returns the current threads instance of Random.
CURRENT - Static variable in class io.sentry.protocol.SentryThread.JsonKeys
 
CurrentDateProvider - Class in io.sentry.transport
 
Custom - Enum constant in enum class io.sentry.rrweb.RRWebEventType
 
Custom(String) - Constructor for class io.sentry.MeasurementUnit.Custom
 
CUSTOM - Enum constant in enum class io.sentry.protocol.TransactionNameSource
User-defined name
CustomElement - Enum constant in enum class io.sentry.rrweb.RRWebIncrementalSnapshotEvent.IncrementalSource
 
customize(AutoConfigurationCustomizer) - Method in class io.sentry.opentelemetry.SentryAutoConfigurationCustomizerProvider
 
customize(SchedulerFactoryBean) - Method in class io.sentry.spring.checkin.SentrySchedulerFactoryBeanCustomizer
 
customize(SchedulerFactoryBean) - Method in class io.sentry.spring.jakarta.checkin.SentrySchedulerFactoryBeanCustomizer
 
CustomSamplingContext - Class in io.sentry
Arbitrary data used in SamplingContext to determine if transaction is going to be sampled.
CustomSamplingContext() - Constructor for class io.sentry.CustomSamplingContext
 

D

DAEMON - Static variable in class io.sentry.protocol.SentryThread.JsonKeys
 
DATA - Static variable in class io.sentry.Breadcrumb.JsonKeys
 
DATA - Static variable in class io.sentry.protocol.Mechanism.JsonKeys
 
DATA - Static variable in class io.sentry.protocol.Request.JsonKeys
 
DATA - Static variable in class io.sentry.protocol.Response.JsonKeys
 
DATA - Static variable in class io.sentry.protocol.SentrySpan.JsonKeys
 
DATA - Static variable in class io.sentry.protocol.User.JsonKeys
 
DATA - Static variable in class io.sentry.rrweb.RRWebBreadcrumbEvent.JsonKeys
 
DATA - Static variable in class io.sentry.rrweb.RRWebInteractionEvent.JsonKeys
 
DATA - Static variable in class io.sentry.rrweb.RRWebInteractionMoveEvent.JsonKeys
 
DATA - Static variable in class io.sentry.rrweb.RRWebMetaEvent.JsonKeys
 
DATA - Static variable in class io.sentry.rrweb.RRWebSpanEvent.JsonKeys
 
DATA - Static variable in class io.sentry.rrweb.RRWebVideoEvent.JsonKeys
 
DATA_LOSS - Enum constant in enum class io.sentry.SpanStatus
Unrecoverable data loss or corruption.
DatabaseUtils - Class in io.sentry.jdbc
 
DatabaseUtils() - Constructor for class io.sentry.jdbc.DatabaseUtils
 
DatabaseUtils.DatabaseDetails - Class in io.sentry.jdbc
 
DataCategory - Enum Class in io.sentry
 
dateOrNull(String, ILogger) - Static method in interface io.sentry.ObjectReader
 
dateToNanos(Date) - Static method in class io.sentry.DateUtils
Convert Date to nanoseconds represented as Long.
dateToSeconds(Date) - Static method in class io.sentry.DateUtils
Convert Date to epoch time in seconds represented as Double.
DateUtils - Class in io.sentry
Utilities to deal with dates
DAY - Enum constant in enum class io.sentry.MeasurementUnit.Duration
Day (`"day"`), 86,400 seconds.
DAY - Enum constant in enum class io.sentry.MonitorScheduleUnit
 
DB_NAME_KEY - Static variable in interface io.sentry.SpanDataConvention
 
DB_SYSTEM_KEY - Static variable in interface io.sentry.SpanDataConvention
 
DblClick - Enum constant in enum class io.sentry.rrweb.RRWebInteractionEvent.InteractionType
 
DEADLINE_EXCEEDED - Enum constant in enum class io.sentry.SpanStatus
The deadline expired before the operation could succeed.
debug(String) - Static method in class io.sentry.Breadcrumb
Creates debug breadcrumb - typically a log message.
DEBUG - Enum constant in enum class io.sentry.SentryLevel
 
DEBUG_FILE - Static variable in class io.sentry.protocol.DebugImage.JsonKeys
 
DEBUG_ID - Static variable in class io.sentry.protocol.DebugImage.JsonKeys
 
DEBUG_META - Static variable in class io.sentry.SentryBaseEvent.JsonKeys
 
DEBUG_META_PROPERTIES_FILENAME - Static variable in class io.sentry.util.DebugMetaPropertiesApplier
 
DebugImage - Class in io.sentry.protocol
Legacy apple debug images (MachO).
DebugImage() - Constructor for class io.sentry.protocol.DebugImage
 
DebugImage.Deserializer - Class in io.sentry.protocol
 
DebugImage.JsonKeys - Class in io.sentry.protocol
 
DebugMeta - Class in io.sentry.protocol
Debugging and processing meta information.
DebugMeta() - Constructor for class io.sentry.protocol.DebugMeta
 
DebugMeta.Deserializer - Class in io.sentry.protocol
 
DebugMeta.JsonKeys - Class in io.sentry.protocol
 
DebugMetaPropertiesApplier - Class in io.sentry.util
 
DebugMetaPropertiesApplier() - Constructor for class io.sentry.util.DebugMetaPropertiesApplier
 
decode(byte[], int) - Static method in class io.sentry.vendor.Base64
Decode the Base64-encoded data in input and return the data in a new byte array.
decode(byte[], int, int, int) - Static method in class io.sentry.vendor.Base64
Decode the Base64-encoded data in input and return the data in a new byte array.
decode(String, int) - Static method in class io.sentry.vendor.Base64
Decode the Base64-encoded data in input and return the data in a new byte array.
decorate(Runnable) - Method in class io.sentry.spring.jakarta.SentryTaskDecorator
 
decorate(Runnable) - Method in class io.sentry.spring.SentryTaskDecorator
 
decrement() - Method in class io.sentry.transport.ReusableCountLatch
Decrements the count of the latch, releasing all waiting threads if the count reaches zero.
DeduplicateMultithreadedEventProcessor - Class in io.sentry
An event processor that deduplicates crash events of the same type that are simultaneously from multiple threads.
DeduplicateMultithreadedEventProcessor(SentryOptions) - Constructor for class io.sentry.DeduplicateMultithreadedEventProcessor
 
Default - Enum constant in enum class io.sentry.DataCategory
 
DEFAULT - Static variable in class io.sentry.vendor.Base64
Default values for encoder/decoder flags.
DEFAULT_DEADLINE_TIMEOUT_AUTO_TRANSACTION - Static variable in class io.sentry.TransactionOptions
 
DEFAULT_IP_ADDRESS - Static variable in class io.sentry.IpAddressUtils
 
DEFAULT_MAX - Static variable in class io.sentry.HttpStatusCodeRange
 
DEFAULT_MIN - Static variable in class io.sentry.HttpStatusCodeRange
 
DEFAULT_PLATFORM - Static variable in class io.sentry.SentryBaseEvent
 
DEFAULT_PROPAGATION_TARGETS - Static variable in class io.sentry.SentryOptions
 
DefaultTransactionPerformanceCollector - Class in io.sentry
 
DefaultTransactionPerformanceCollector(SentryOptions) - Constructor for class io.sentry.DefaultTransactionPerformanceCollector
 
deleteRecursively(File) - Static method in class io.sentry.util.FileUtils
Deletes the file or directory denoted by a path.
description - Variable in class io.sentry.SpanContext
Longer description of the span's operation, which uniquely identifies the span but is consistent across instances of the span.
description() - Element in annotation interface io.sentry.spring.jakarta.tracing.SentrySpan
Span description.
description() - Element in annotation interface io.sentry.spring.tracing.SentrySpan
Span description.
DESCRIPTION - Static variable in class io.sentry.protocol.Mechanism.JsonKeys
 
DESCRIPTION - Static variable in class io.sentry.protocol.SentrySpan.JsonKeys
 
DESCRIPTION - Static variable in class io.sentry.rrweb.RRWebSpanEvent.JsonKeys
 
DESCRIPTION - Static variable in class io.sentry.SpanContext.JsonKeys
 
deserialize(JsonObjectReader) - Method in class io.sentry.JsonObjectDeserializer
 
deserialize(ObjectReader, ILogger) - Method in class io.sentry.Breadcrumb.Deserializer
 
deserialize(ObjectReader, ILogger) - Method in class io.sentry.CheckIn.Deserializer
 
deserialize(ObjectReader, ILogger) - Method in class io.sentry.clientreport.ClientReport.Deserializer
 
deserialize(ObjectReader, ILogger) - Method in class io.sentry.clientreport.DiscardedEvent.Deserializer
 
deserialize(ObjectReader, ILogger) - Method in interface io.sentry.JsonDeserializer
 
deserialize(ObjectReader, ILogger) - Method in class io.sentry.MonitorConfig.Deserializer
 
deserialize(ObjectReader, ILogger) - Method in class io.sentry.MonitorContexts.Deserializer
 
deserialize(ObjectReader, ILogger) - Method in class io.sentry.MonitorSchedule.Deserializer
 
deserialize(ObjectReader, ILogger) - Method in class io.sentry.profilemeasurements.ProfileMeasurement.Deserializer
 
deserialize(ObjectReader, ILogger) - Method in class io.sentry.profilemeasurements.ProfileMeasurementValue.Deserializer
 
deserialize(ObjectReader, ILogger) - Method in class io.sentry.ProfilingTraceData.Deserializer
 
deserialize(ObjectReader, ILogger) - Method in class io.sentry.ProfilingTransactionData.Deserializer
 
deserialize(ObjectReader, ILogger) - Method in class io.sentry.protocol.App.Deserializer
 
deserialize(ObjectReader, ILogger) - Method in class io.sentry.protocol.Browser.Deserializer
 
deserialize(ObjectReader, ILogger) - Method in class io.sentry.protocol.Contexts.Deserializer
 
deserialize(ObjectReader, ILogger) - Method in class io.sentry.protocol.DebugImage.Deserializer
 
deserialize(ObjectReader, ILogger) - Method in class io.sentry.protocol.DebugMeta.Deserializer
 
deserialize(ObjectReader, ILogger) - Method in class io.sentry.protocol.Device.Deserializer
 
deserialize(ObjectReader, ILogger) - Method in class io.sentry.protocol.Device.DeviceOrientation.Deserializer
 
deserialize(ObjectReader, ILogger) - Method in class io.sentry.protocol.Geo.Deserializer
 
deserialize(ObjectReader, ILogger) - Method in class io.sentry.protocol.Gpu.Deserializer
 
deserialize(ObjectReader, ILogger) - Method in class io.sentry.protocol.MeasurementValue.Deserializer
 
deserialize(ObjectReader, ILogger) - Method in class io.sentry.protocol.Mechanism.Deserializer
 
deserialize(ObjectReader, ILogger) - Method in class io.sentry.protocol.Message.Deserializer
 
deserialize(ObjectReader, ILogger) - Method in class io.sentry.protocol.MetricSummary.Deserializer
 
deserialize(ObjectReader, ILogger) - Method in class io.sentry.protocol.OperatingSystem.Deserializer
 
deserialize(ObjectReader, ILogger) - Method in class io.sentry.protocol.Request.Deserializer
 
deserialize(ObjectReader, ILogger) - Method in class io.sentry.protocol.Response.Deserializer
 
deserialize(ObjectReader, ILogger) - Method in class io.sentry.protocol.SdkInfo.Deserializer
 
deserialize(ObjectReader, ILogger) - Method in class io.sentry.protocol.SdkVersion.Deserializer
 
deserialize(ObjectReader, ILogger) - Method in class io.sentry.protocol.SentryException.Deserializer
 
deserialize(ObjectReader, ILogger) - Method in class io.sentry.protocol.SentryId.Deserializer
 
deserialize(ObjectReader, ILogger) - Method in class io.sentry.protocol.SentryPackage.Deserializer
 
deserialize(ObjectReader, ILogger) - Method in class io.sentry.protocol.SentryRuntime.Deserializer
 
deserialize(ObjectReader, ILogger) - Method in class io.sentry.protocol.SentrySpan.Deserializer
 
deserialize(ObjectReader, ILogger) - Method in class io.sentry.protocol.SentryStackFrame.Deserializer
 
deserialize(ObjectReader, ILogger) - Method in class io.sentry.protocol.SentryStackTrace.Deserializer
 
deserialize(ObjectReader, ILogger) - Method in class io.sentry.protocol.SentryThread.Deserializer
 
deserialize(ObjectReader, ILogger) - Method in class io.sentry.protocol.SentryTransaction.Deserializer
 
deserialize(ObjectReader, ILogger) - Method in class io.sentry.protocol.TransactionInfo.Deserializer
 
deserialize(ObjectReader, ILogger) - Method in class io.sentry.protocol.User.Deserializer
 
deserialize(ObjectReader, ILogger) - Method in class io.sentry.protocol.ViewHierarchy.Deserializer
 
deserialize(ObjectReader, ILogger) - Method in class io.sentry.protocol.ViewHierarchyNode.Deserializer
 
deserialize(ObjectReader, ILogger) - Method in class io.sentry.ReplayRecording.Deserializer
 
deserialize(ObjectReader, ILogger) - Method in class io.sentry.rrweb.RRWebBreadcrumbEvent.Deserializer
 
deserialize(ObjectReader, ILogger) - Method in class io.sentry.rrweb.RRWebEventType.Deserializer
 
deserialize(ObjectReader, ILogger) - Method in class io.sentry.rrweb.RRWebIncrementalSnapshotEvent.IncrementalSource.Deserializer
 
deserialize(ObjectReader, ILogger) - Method in class io.sentry.rrweb.RRWebInteractionEvent.Deserializer
 
deserialize(ObjectReader, ILogger) - Method in class io.sentry.rrweb.RRWebInteractionEvent.InteractionType.Deserializer
 
deserialize(ObjectReader, ILogger) - Method in class io.sentry.rrweb.RRWebInteractionMoveEvent.Deserializer
 
deserialize(ObjectReader, ILogger) - Method in class io.sentry.rrweb.RRWebInteractionMoveEvent.Position.Deserializer
 
deserialize(ObjectReader, ILogger) - Method in class io.sentry.rrweb.RRWebMetaEvent.Deserializer
 
deserialize(ObjectReader, ILogger) - Method in class io.sentry.rrweb.RRWebSpanEvent.Deserializer
 
deserialize(ObjectReader, ILogger) - Method in class io.sentry.rrweb.RRWebVideoEvent.Deserializer
 
deserialize(ObjectReader, ILogger) - Method in class io.sentry.SentryAppStartProfilingOptions.Deserializer
 
deserialize(ObjectReader, ILogger) - Method in class io.sentry.SentryEnvelopeHeader.Deserializer
 
deserialize(ObjectReader, ILogger) - Method in class io.sentry.SentryEnvelopeItemHeader.Deserializer
 
deserialize(ObjectReader, ILogger) - Method in class io.sentry.SentryEvent.Deserializer
 
deserialize(ObjectReader, ILogger) - Method in class io.sentry.SentryItemType.Deserializer
 
deserialize(ObjectReader, ILogger) - Method in class io.sentry.SentryLevel.Deserializer
 
deserialize(ObjectReader, ILogger) - Method in class io.sentry.SentryLockReason.Deserializer
 
deserialize(ObjectReader, ILogger) - Method in class io.sentry.SentryReplayEvent.Deserializer
 
deserialize(ObjectReader, ILogger) - Method in class io.sentry.SentryReplayEvent.ReplayType.Deserializer
 
deserialize(ObjectReader, ILogger) - Method in class io.sentry.Session.Deserializer
 
deserialize(ObjectReader, ILogger) - Method in class io.sentry.SpanContext.Deserializer
 
deserialize(ObjectReader, ILogger) - Method in class io.sentry.SpanId.Deserializer
 
deserialize(ObjectReader, ILogger) - Method in class io.sentry.SpanStatus.Deserializer
 
deserialize(ObjectReader, ILogger) - Method in class io.sentry.TraceContext.Deserializer
 
deserialize(ObjectReader, ILogger) - Method in class io.sentry.UserFeedback.Deserializer
 
deserialize(Reader, Class<T>) - Method in interface io.sentry.ISerializer
 
deserialize(Reader, Class<T>) - Method in class io.sentry.JsonSerializer
 
deserializeCollection(Reader, Class<T>, JsonDeserializer<R>) - Method in interface io.sentry.ISerializer
 
deserializeCollection(Reader, Class<T>, JsonDeserializer<R>) - Method in class io.sentry.JsonSerializer
 
deserializeEnvelope(InputStream) - Method in interface io.sentry.ISerializer
 
deserializeEnvelope(InputStream) - Method in class io.sentry.JsonSerializer
 
Deserializer() - Constructor for class io.sentry.Breadcrumb.Deserializer
 
Deserializer() - Constructor for class io.sentry.CheckIn.Deserializer
 
Deserializer() - Constructor for class io.sentry.clientreport.ClientReport.Deserializer
 
Deserializer() - Constructor for class io.sentry.clientreport.DiscardedEvent.Deserializer
 
Deserializer() - Constructor for class io.sentry.MonitorConfig.Deserializer
 
Deserializer() - Constructor for class io.sentry.MonitorContexts.Deserializer
 
Deserializer() - Constructor for class io.sentry.MonitorSchedule.Deserializer
 
Deserializer() - Constructor for class io.sentry.profilemeasurements.ProfileMeasurement.Deserializer
 
Deserializer() - Constructor for class io.sentry.profilemeasurements.ProfileMeasurementValue.Deserializer
 
Deserializer() - Constructor for class io.sentry.ProfilingTraceData.Deserializer
 
Deserializer() - Constructor for class io.sentry.ProfilingTransactionData.Deserializer
 
Deserializer() - Constructor for class io.sentry.protocol.App.Deserializer
 
Deserializer() - Constructor for class io.sentry.protocol.Browser.Deserializer
 
Deserializer() - Constructor for class io.sentry.protocol.Contexts.Deserializer
 
Deserializer() - Constructor for class io.sentry.protocol.DebugImage.Deserializer
 
Deserializer() - Constructor for class io.sentry.protocol.DebugMeta.Deserializer
 
Deserializer() - Constructor for class io.sentry.protocol.Device.Deserializer
 
Deserializer() - Constructor for class io.sentry.protocol.Device.DeviceOrientation.Deserializer
 
Deserializer() - Constructor for class io.sentry.protocol.Geo.Deserializer
 
Deserializer() - Constructor for class io.sentry.protocol.Gpu.Deserializer
 
Deserializer() - Constructor for class io.sentry.protocol.MeasurementValue.Deserializer
 
Deserializer() - Constructor for class io.sentry.protocol.Mechanism.Deserializer
 
Deserializer() - Constructor for class io.sentry.protocol.Message.Deserializer
 
Deserializer() - Constructor for class io.sentry.protocol.MetricSummary.Deserializer
 
Deserializer() - Constructor for class io.sentry.protocol.OperatingSystem.Deserializer
 
Deserializer() - Constructor for class io.sentry.protocol.Request.Deserializer
 
Deserializer() - Constructor for class io.sentry.protocol.Response.Deserializer
 
Deserializer() - Constructor for class io.sentry.protocol.SdkInfo.Deserializer
 
Deserializer() - Constructor for class io.sentry.protocol.SdkVersion.Deserializer
 
Deserializer() - Constructor for class io.sentry.protocol.SentryException.Deserializer
 
Deserializer() - Constructor for class io.sentry.protocol.SentryId.Deserializer
 
Deserializer() - Constructor for class io.sentry.protocol.SentryPackage.Deserializer
 
Deserializer() - Constructor for class io.sentry.protocol.SentryRuntime.Deserializer
 
Deserializer() - Constructor for class io.sentry.protocol.SentrySpan.Deserializer
 
Deserializer() - Constructor for class io.sentry.protocol.SentryStackFrame.Deserializer
 
Deserializer() - Constructor for class io.sentry.protocol.SentryStackTrace.Deserializer
 
Deserializer() - Constructor for class io.sentry.protocol.SentryThread.Deserializer
 
Deserializer() - Constructor for class io.sentry.protocol.SentryTransaction.Deserializer
 
Deserializer() - Constructor for class io.sentry.protocol.TransactionInfo.Deserializer
 
Deserializer() - Constructor for class io.sentry.protocol.User.Deserializer
 
Deserializer() - Constructor for class io.sentry.protocol.ViewHierarchy.Deserializer
 
Deserializer() - Constructor for class io.sentry.protocol.ViewHierarchyNode.Deserializer
 
Deserializer() - Constructor for class io.sentry.ReplayRecording.Deserializer
 
Deserializer() - Constructor for class io.sentry.rrweb.RRWebBreadcrumbEvent.Deserializer
 
Deserializer() - Constructor for class io.sentry.rrweb.RRWebEvent.Deserializer
 
Deserializer() - Constructor for class io.sentry.rrweb.RRWebEventType.Deserializer
 
Deserializer() - Constructor for class io.sentry.rrweb.RRWebIncrementalSnapshotEvent.Deserializer
 
Deserializer() - Constructor for class io.sentry.rrweb.RRWebIncrementalSnapshotEvent.IncrementalSource.Deserializer
 
Deserializer() - Constructor for class io.sentry.rrweb.RRWebInteractionEvent.Deserializer
 
Deserializer() - Constructor for class io.sentry.rrweb.RRWebInteractionEvent.InteractionType.Deserializer
 
Deserializer() - Constructor for class io.sentry.rrweb.RRWebInteractionMoveEvent.Deserializer
 
Deserializer() - Constructor for class io.sentry.rrweb.RRWebInteractionMoveEvent.Position.Deserializer
 
Deserializer() - Constructor for class io.sentry.rrweb.RRWebMetaEvent.Deserializer
 
Deserializer() - Constructor for class io.sentry.rrweb.RRWebSpanEvent.Deserializer
 
Deserializer() - Constructor for class io.sentry.rrweb.RRWebVideoEvent.Deserializer
 
Deserializer() - Constructor for class io.sentry.SentryAppStartProfilingOptions.Deserializer
 
Deserializer() - Constructor for class io.sentry.SentryBaseEvent.Deserializer
 
Deserializer() - Constructor for class io.sentry.SentryEnvelopeHeader.Deserializer
 
Deserializer() - Constructor for class io.sentry.SentryEnvelopeItemHeader.Deserializer
 
Deserializer() - Constructor for class io.sentry.SentryEvent.Deserializer
 
Deserializer() - Constructor for class io.sentry.SentryItemType.Deserializer
 
Deserializer() - Constructor for class io.sentry.SentryLevel.Deserializer
 
Deserializer() - Constructor for class io.sentry.SentryLockReason.Deserializer
 
Deserializer() - Constructor for class io.sentry.SentryReplayEvent.Deserializer
 
Deserializer() - Constructor for class io.sentry.SentryReplayEvent.ReplayType.Deserializer
 
Deserializer() - Constructor for class io.sentry.Session.Deserializer
 
Deserializer() - Constructor for class io.sentry.SpanContext.Deserializer
 
Deserializer() - Constructor for class io.sentry.SpanId.Deserializer
 
Deserializer() - Constructor for class io.sentry.SpanStatus.Deserializer
 
Deserializer() - Constructor for class io.sentry.TraceContext.Deserializer
 
Deserializer() - Constructor for class io.sentry.UserFeedback.Deserializer
 
deserializeValue(RRWebEvent, String, ObjectReader, ILogger) - Method in class io.sentry.rrweb.RRWebEvent.Deserializer
 
deserializeValue(RRWebIncrementalSnapshotEvent, String, ObjectReader, ILogger) - Method in class io.sentry.rrweb.RRWebIncrementalSnapshotEvent.Deserializer
 
deserializeValue(SentryBaseEvent, String, ObjectReader, ILogger) - Method in class io.sentry.SentryBaseEvent.Deserializer
 
destroy() - Method in class io.sentry.spring.jakarta.SentryInitBeanPostProcessor
 
destroy() - Method in class io.sentry.spring.SentryInitBeanPostProcessor
 
Device - Class in io.sentry.protocol
 
Device() - Constructor for class io.sentry.protocol.Device
 
DEVICE_APP_HASH - Static variable in class io.sentry.protocol.App.JsonKeys
 
DEVICE_CPU_FREQUENCIES - Static variable in class io.sentry.ProfilingTraceData.JsonKeys
 
DEVICE_IS_EMULATOR - Static variable in class io.sentry.ProfilingTraceData.JsonKeys
 
DEVICE_LOCALE - Static variable in class io.sentry.ProfilingTraceData.JsonKeys
 
DEVICE_MANUFACTURER - Static variable in class io.sentry.ProfilingTraceData.JsonKeys
 
DEVICE_MODEL - Static variable in class io.sentry.ProfilingTraceData.JsonKeys
 
DEVICE_OS_BUILD_NUMBER - Static variable in class io.sentry.ProfilingTraceData.JsonKeys
 
DEVICE_OS_NAME - Static variable in class io.sentry.ProfilingTraceData.JsonKeys
 
DEVICE_OS_VERSION - Static variable in class io.sentry.ProfilingTraceData.JsonKeys
 
DEVICE_PHYSICAL_MEMORY_BYTES - Static variable in class io.sentry.ProfilingTraceData.JsonKeys
 
Device.Deserializer - Class in io.sentry.protocol
 
Device.DeviceOrientation - Enum Class in io.sentry.protocol
 
Device.DeviceOrientation.Deserializer - Class in io.sentry.protocol
 
Device.JsonKeys - Class in io.sentry.protocol
 
DiagnosticLogger - Class in io.sentry
Sentry SDK internal diagnostic logger.
DiagnosticLogger(SentryOptions, ILogger) - Constructor for class io.sentry.DiagnosticLogger
Creates a new instance of DiagnosticLogger with the wrapped ILogger.
DID - Static variable in class io.sentry.Session.JsonKeys
 
diff(SentryDate) - Method in class io.sentry.SentryDate
Difference between two dates in nanoseconds.
diff(SentryDate) - Method in class io.sentry.SentryNanotimeDate
 
directory - Variable in class io.sentry.cache.EnvelopeCache
 
discard(SentryEnvelope) - Method in class io.sentry.cache.EnvelopeCache
 
discard(SentryEnvelope) - Method in interface io.sentry.cache.IEnvelopeCache
 
discard(SentryEnvelope) - Method in class io.sentry.transport.NoOpEnvelopeCache
 
DISCARDED_EVENTS - Static variable in class io.sentry.clientreport.ClientReport.JsonKeys
 
DiscardedEvent - Class in io.sentry.clientreport
 
DiscardedEvent(String, String, Long) - Constructor for class io.sentry.clientreport.DiscardedEvent
 
DiscardedEvent.Deserializer - Class in io.sentry.clientreport
 
DiscardedEvent.JsonKeys - Class in io.sentry.clientreport
 
DiscardReason - Enum Class in io.sentry.clientreport
 
DISCONNECTED - Enum constant in enum class io.sentry.IConnectionStatusProvider.ConnectionStatus
 
DiskFlushNotification - Interface in io.sentry.hints
 
DIST - Static variable in class io.sentry.SentryBaseEvent.JsonKeys
 
DIST_FILENAME - Static variable in class io.sentry.cache.PersistingOptionsObserver
 
distribution(String, double) - Method in class io.sentry.metrics.MetricsApi
Emits a Distribution metric
distribution(String, double, MeasurementUnit) - Method in class io.sentry.metrics.MetricsApi
Emits a Distribution metric
distribution(String, double, MeasurementUnit, Map<String, String>) - Method in class io.sentry.metrics.MetricsApi
Emits a Distribution metric
distribution(String, double, MeasurementUnit, Map<String, String>, long, LocalMetricsAggregator) - Method in interface io.sentry.IMetricsAggregator
Emits a Distribution metric
distribution(String, double, MeasurementUnit, Map<String, String>, long, LocalMetricsAggregator) - Method in class io.sentry.metrics.NoopMetricsAggregator
 
distribution(String, double, MeasurementUnit, Map<String, String>, long, LocalMetricsAggregator) - Method in class io.sentry.MetricsAggregator
 
distribution(String, double, MeasurementUnit, Map<String, String>, Long) - Method in class io.sentry.metrics.MetricsApi
Emits a Distribution metric
Distribution - Enum constant in enum class io.sentry.metrics.MetricType
 
DistributionMetric - Class in io.sentry.metrics
 
DistributionMetric(String, double, MeasurementUnit, Map<String, String>) - Constructor for class io.sentry.metrics.DistributionMetric
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class io.sentry.spring.jakarta.SentrySpringFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class io.sentry.spring.jakarta.SentryUserFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class io.sentry.spring.jakarta.tracing.SentryTracingFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class io.sentry.spring.SentrySpringFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class io.sentry.spring.SentryUserFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class io.sentry.spring.tracing.SentryTracingFilter
 
doFinally(ServerWebExchange, IHub, ITransaction) - Method in class io.sentry.spring.jakarta.webflux.AbstractSentryWebFilter
 
doFirst(ServerWebExchange, IHub) - Method in class io.sentry.spring.jakarta.webflux.AbstractSentryWebFilter
 
DomContentLoaded - Enum constant in enum class io.sentry.rrweb.RRWebEventType
 
doOnError(ITransaction, Throwable) - Method in class io.sentry.spring.jakarta.webflux.AbstractSentryWebFilter
 
Drag - Enum constant in enum class io.sentry.rrweb.RRWebIncrementalSnapshotEvent.IncrementalSource
 
DSCKeys() - Constructor for class io.sentry.Baggage.DSCKeys
 
dsn() - Element in annotation interface io.sentry.spring.EnableSentry
The DSN tells the SDK where to send the events to.
dsn() - Element in annotation interface io.sentry.spring.jakarta.EnableSentry
The DSN tells the SDK where to send the events to.
DsnUtil - Class in io.sentry
 
DsnUtil() - Constructor for class io.sentry.DsnUtil
 
DuplicateEventDetectionEventProcessor - Class in io.sentry
Deduplicates events containing throwable that has been already processed.
DuplicateEventDetectionEventProcessor(SentryOptions) - Constructor for class io.sentry.DuplicateEventDetectionEventProcessor
 
DURATION - Static variable in class io.sentry.CheckIn.JsonKeys
 
DURATION - Static variable in class io.sentry.rrweb.RRWebVideoEvent.JsonKeys
 
DURATION - Static variable in class io.sentry.Session.JsonKeys
 
DURATION_NS - Static variable in class io.sentry.ProfilingTraceData.JsonKeys
 

E

EMAIL - Static variable in class io.sentry.protocol.User.JsonKeys
 
EMAIL - Static variable in class io.sentry.UserFeedback.JsonKeys
 
empty() - Static method in class io.sentry.SentryOptions
Creates SentryOptions instance without initializing any of the internal parts.
EMPTY_ID - Static variable in class io.sentry.protocol.SentryId
 
EMPTY_ID - Static variable in class io.sentry.SpanId
 
EnableSentry - Annotation Interface in io.sentry.spring
Enables Sentry error handling capabilities.
EnableSentry - Annotation Interface in io.sentry.spring.jakarta
Enables Sentry error handling capabilities.
encode(byte[], int) - Static method in class io.sentry.vendor.Base64
Base64-encode the given data and return a newly allocated byte[] with the result.
encode(byte[], int, int, int) - Static method in class io.sentry.vendor.Base64
Base64-encode the given data and return a newly allocated byte[] with the result.
EncodedMetrics - Class in io.sentry.metrics
EncodedMetrics is a class that represents a collection of aggregated metrics, grouped by buckets.
EncodedMetrics(Map<Long, Map<String, Metric>>) - Constructor for class io.sentry.metrics.EncodedMetrics
 
encodeMetrics(long, Collection<Metric>, StringBuilder) - Static method in class io.sentry.metrics.MetricsHelper
Encodes the metrics
encodeToStatsd() - Method in class io.sentry.metrics.EncodedMetrics
Encodes the metrics into a Statsd compatible format.
encodeToString(byte[], int) - Static method in class io.sentry.vendor.Base64
Base64-encode the given data and return a newly allocated String with the result.
encodeToString(byte[], int, int, int) - Static method in class io.sentry.vendor.Base64
Base64-encode the given data and return a newly allocated String with the result.
ENCODING - Static variable in class io.sentry.rrweb.RRWebVideoEvent.JsonKeys
 
end() - Method in class io.sentry.Session
Ends a session and update its values
end(Date) - Method in class io.sentry.Session
Ends a session and update its values
END_ARRAY - Enum constant in enum class io.sentry.vendor.gson.stream.JsonToken
The closing of a JSON array.
END_CPU_MS - Static variable in class io.sentry.ProfilingTransactionData.JsonKeys
 
END_DOCUMENT - Enum constant in enum class io.sentry.vendor.gson.stream.JsonToken
The end of the JSON stream.
END_NS - Static variable in class io.sentry.ProfilingTransactionData.JsonKeys
 
END_OBJECT - Enum constant in enum class io.sentry.vendor.gson.stream.JsonToken
The closing of a JSON object.
END_TIMESTAMP - Static variable in class io.sentry.rrweb.RRWebSpanEvent.JsonKeys
 
endArray() - Method in class io.sentry.JsonObjectReader
 
endArray() - Method in class io.sentry.JsonObjectWriter
 
endArray() - Method in interface io.sentry.ObjectReader
 
endArray() - Method in interface io.sentry.ObjectWriter
 
endArray() - Method in class io.sentry.util.MapObjectReader
 
endArray() - Method in class io.sentry.util.MapObjectWriter
 
endArray() - Method in class io.sentry.vendor.gson.stream.JsonReader
Consumes the next token from the JSON stream and asserts that it is the end of the current array.
endArray() - Method in class io.sentry.vendor.gson.stream.JsonWriter
Ends encoding the current array.
endObject() - Method in class io.sentry.JsonObjectReader
 
endObject() - Method in class io.sentry.JsonObjectWriter
 
endObject() - Method in interface io.sentry.ObjectReader
 
endObject() - Method in interface io.sentry.ObjectWriter
 
endObject() - Method in class io.sentry.util.MapObjectReader
 
endObject() - Method in class io.sentry.util.MapObjectWriter
 
endObject() - Method in class io.sentry.vendor.gson.stream.JsonReader
Consumes the next token from the JSON stream and asserts that it is the end of the current object.
endObject() - Method in class io.sentry.vendor.gson.stream.JsonWriter
Ends encoding the current object.
endSession() - Method in class io.sentry.Hub
 
endSession() - Method in class io.sentry.HubAdapter
 
endSession() - Method in interface io.sentry.IHub
Ends the current session
endSession() - Method in interface io.sentry.IScope
Ends a session, unbinds it from the scope and returns it.
endSession() - Method in class io.sentry.NoOpHub
 
endSession() - Method in class io.sentry.NoOpScope
 
endSession() - Method in class io.sentry.Scope
Ends a session, unbinds it from the scope and returns it.
endSession() - Static method in class io.sentry.Sentry
Ends the current session
Enqueable - Interface in io.sentry.hints
Marker interface for envelopes to notify when they are submitted to the http transport queue
enrich(Client) - Method in class io.sentry.openfeign.SentryCapability
 
ENV - Static variable in class io.sentry.protocol.Request.JsonKeys
 
EnvelopeCache - Class in io.sentry.cache
 
EnvelopeCache(SentryOptions, String, int) - Constructor for class io.sentry.cache.EnvelopeCache
 
EnvelopeReader - Class in io.sentry
 
EnvelopeReader(ISerializer) - Constructor for class io.sentry.EnvelopeReader
 
EnvelopeSender - Class in io.sentry
 
EnvelopeSender(IHub, ISerializer, ILogger, long, int) - Constructor for class io.sentry.EnvelopeSender
 
ENVIRONMENT - Static variable in class io.sentry.Baggage.DSCKeys
 
ENVIRONMENT - Static variable in class io.sentry.CheckIn.JsonKeys
 
ENVIRONMENT - Static variable in class io.sentry.ProfilingTraceData.JsonKeys
 
ENVIRONMENT - Static variable in class io.sentry.SentryBaseEvent.JsonKeys
 
ENVIRONMENT - Static variable in class io.sentry.Session.JsonKeys
 
ENVIRONMENT - Static variable in class io.sentry.TraceContext.JsonKeys
 
ENVIRONMENT_FILENAME - Static variable in class io.sentry.cache.PersistingOptionsObserver
 
equals(Object) - Method in class io.sentry.protocol.SentryId
 
equals(Object, Object) - Static method in class io.sentry.util.Objects
 
equals(Object) - Method in class io.sentry.Breadcrumb
 
equals(Object) - Method in class io.sentry.profilemeasurements.ProfileMeasurement
 
equals(Object) - Method in class io.sentry.profilemeasurements.ProfileMeasurementValue
 
equals(Object) - Method in class io.sentry.ProfilingTransactionData
 
equals(Object) - Method in class io.sentry.protocol.App
 
equals(Object) - Method in class io.sentry.protocol.Browser
 
equals(Object) - Method in class io.sentry.protocol.Device
 
equals(Object) - Method in class io.sentry.protocol.Gpu
 
equals(Object) - Method in class io.sentry.protocol.OperatingSystem
 
equals(Object) - Method in class io.sentry.protocol.Request
 
equals(Object) - Method in class io.sentry.protocol.SdkVersion
 
equals(Object) - Method in class io.sentry.protocol.SentryPackage
 
equals(Object) - Method in class io.sentry.protocol.User
 
equals(Object) - Method in class io.sentry.ReplayRecording
 
equals(Object) - Method in class io.sentry.rrweb.RRWebEvent
 
equals(Object) - Method in class io.sentry.rrweb.RRWebMetaEvent
 
equals(Object) - Method in class io.sentry.rrweb.RRWebVideoEvent
 
equals(Object) - Method in class io.sentry.SentryLockReason
 
equals(Object) - Method in class io.sentry.SentryReplayEvent
 
equals(Object) - Method in class io.sentry.SpanContext
 
equals(Object) - Method in class io.sentry.SpanId
 
error() - Static method in class io.sentry.transport.TransportResult
Use this method to announce failure of sending the event.
error(int) - Static method in class io.sentry.transport.TransportResult
Use this method to announce failure of sending the event.
error(String) - Static method in class io.sentry.Breadcrumb
Creates error breadcrumb.
Error - Enum constant in enum class io.sentry.DataCategory
 
ERROR - Enum constant in enum class io.sentry.CheckInStatus
 
ERROR - Enum constant in enum class io.sentry.SentryLevel
 
ERROR_IDS - Static variable in class io.sentry.SentryReplayEvent.JsonKeys
 
errorCount() - Method in class io.sentry.Session
 
ERRORS - Static variable in class io.sentry.Session.JsonKeys
 
evaluate() - Method in interface io.sentry.util.LazyEvaluator.Evaluator
 
Event - Enum constant in enum class io.sentry.SentryItemType
 
EVENT_ID - Static variable in class io.sentry.SentryBaseEvent.JsonKeys
 
EVENT_ID - Static variable in class io.sentry.SentryEnvelopeHeader.JsonKeys
 
EVENT_ID - Static variable in class io.sentry.UserFeedback.JsonKeys
 
EVENT_PROCESSOR - Enum constant in enum class io.sentry.clientreport.DiscardReason
 
EVENT_TAG - Static variable in class io.sentry.rrweb.RRWebBreadcrumbEvent
 
EVENT_TAG - Static variable in class io.sentry.rrweb.RRWebSpanEvent
 
EVENT_TAG - Static variable in class io.sentry.rrweb.RRWebVideoEvent
 
EventDropReason - Enum Class in io.sentry.hints
A reason for which an event was dropped, used for (not to confuse with ClientReports)
EventProcessor - Interface in io.sentry
An Event Processor that may mutate or drop an event.
EXABYTE - Enum constant in enum class io.sentry.MeasurementUnit.Information
Exabyte (`"exabyte"`), 10^18 bytes.
EXBIBYTE - Enum constant in enum class io.sentry.MeasurementUnit.Information
Exbibyte (`"exbibyte"`), 2^60 bytes.
EXCEPTION - Static variable in class io.sentry.SentryEvent.JsonKeys
 
ExceptionDetails(IHub, InstrumentationExecutionParameters, boolean) - Constructor for class io.sentry.graphql.ExceptionReporter.ExceptionDetails
 
ExceptionDetails(IHub, DataFetchingEnvironment, boolean) - Constructor for class io.sentry.graphql.ExceptionReporter.ExceptionDetails
 
ExceptionMechanismException - Exception in io.sentry.exception
A throwable decorator that holds an Mechanism related to the decorated Throwable.
ExceptionMechanismException(Mechanism, Throwable, Thread) - Constructor for exception io.sentry.exception.ExceptionMechanismException
A Throwable that decorates another with a Sentry Mechanism.
ExceptionMechanismException(Mechanism, Throwable, Thread, boolean) - Constructor for exception io.sentry.exception.ExceptionMechanismException
A Throwable that decorates another with a Sentry Mechanism.
ExceptionReporter - Class in io.sentry.graphql
 
ExceptionReporter(boolean) - Constructor for class io.sentry.graphql.ExceptionReporter
 
ExceptionReporter.ExceptionDetails - Class in io.sentry.graphql
 
exceptionResolverAdapter() - Method in class io.sentry.spring.boot.graphql.SentryGraphqlAutoConfiguration
 
exceptionResolverAdapter() - Method in class io.sentry.spring.boot.jakarta.graphql.SentryGraphqlAutoConfiguration
 
exceptionResolverAdapter() - Method in class io.sentry.spring.graphql.SentryGraphqlConfiguration
 
exceptionResolverAdapter() - Method in class io.sentry.spring.jakarta.graphql.SentryGraphqlConfiguration
 
exceptionResolverOrder() - Element in annotation interface io.sentry.spring.EnableSentry
Determines whether all web exceptions are reported or only uncaught exceptions.
exceptionResolverOrder() - Element in annotation interface io.sentry.spring.jakarta.EnableSentry
Determines whether all web exceptions are reported or only uncaught exceptions.
ExceptionUtils - Class in io.sentry.util
 
ExceptionUtils() - Constructor for class io.sentry.util.ExceptionUtils
 
execute(Request, Request.Options) - Method in class io.sentry.openfeign.SentryFeignClient
 
execute(Breadcrumb, Hint) - Method in interface io.sentry.SentryOptions.BeforeBreadcrumbCallback
Mutates or drop a callback before being added
execute(ISpan, Request, Response) - Method in interface io.sentry.openfeign.SentryFeignClient.BeforeSpanCallback
 
execute(ISpan, DataFetchingEnvironment, Object) - Method in interface io.sentry.graphql.SentryInstrumentation.BeforeSpanCallback
 
execute(ITransaction) - Method in interface io.sentry.TransactionFinishedCallback
Called when observed transaction finishes
execute(SentryTransaction, Hint) - Method in interface io.sentry.SentryOptions.BeforeSendTransactionCallback
Mutates or drop a transaction before being sent
execute(SentryEnvelope, Hint) - Method in interface io.sentry.SentryOptions.BeforeEnvelopeCallback
A callback which gets called right before an envelope is about to be sent
execute(SentryEnvelope, Hint) - Method in class io.sentry.SpotlightIntegration
 
execute(SentryEvent, Hint) - Method in interface io.sentry.SentryOptions.BeforeSendCallback
Mutates or drop an event before being sent
execute(SentryReplayEvent, Hint) - Method in interface io.sentry.SentryOptions.BeforeSendReplayCallback
Mutate or drop a replay event before being sent.
execute(String, Map<String, String>) - Method in interface io.sentry.SentryOptions.BeforeEmitMetricCallback
A callback which gets called right before a metric is about to be emitted.
Exited - Enum constant in enum class io.sentry.Session.State
 
EXOPLAYER_CLASS_NAME - Static variable in class io.sentry.SentryReplayOptions
 
EXOPLAYER_STYLED_CLASS_NAME - Static variable in class io.sentry.SentryReplayOptions
 
ExperimentalOptions - Class in io.sentry
Experimental options for new features, these options are going to be promoted to SentryOptions before GA.
ExperimentalOptions(boolean) - Constructor for class io.sentry.ExperimentalOptions
 
export(ViewHierarchyNode, Object) - Method in class io.sentry.compose.viewhierarchy.ComposeViewHierarchyExporter
 
EXTERNAL_FREE_STORAGE - Static variable in class io.sentry.protocol.Device.JsonKeys
 
EXTERNAL_STORAGE_SIZE - Static variable in class io.sentry.protocol.Device.JsonKeys
 
ExternalOptions - Class in io.sentry
Externally bindable properties set on SentryOptions.
ExternalOptions() - Constructor for class io.sentry.ExternalOptions
 
EXTRA - Static variable in class io.sentry.SentryBaseEvent.JsonKeys
 
extract(Context, C, TextMapGetter<C>) - Method in class io.sentry.opentelemetry.SentryPropagator
 
extractSpanDescription(ReadableSpan) - Method in class io.sentry.opentelemetry.SpanDescriptionExtractor
 
EXTRAS_FILENAME - Static variable in class io.sentry.cache.PersistingScopeObserver
 

F

Factory() - Constructor for class io.sentry.instrumentation.file.SentryFileInputStream.Factory
 
Factory() - Constructor for class io.sentry.instrumentation.file.SentryFileOutputStream.Factory
 
FAILED_PRECONDITION - Enum constant in enum class io.sentry.SpanStatus
The client shouldn't retry until the system state has been explicitly handled.
FAILURE_ISSUE_THRESHOLD - Static variable in class io.sentry.MonitorConfig.JsonKeys
 
FAMILY - Static variable in class io.sentry.protocol.Device.JsonKeys
 
FATAL - Enum constant in enum class io.sentry.SentryLevel
 
Feedback - Enum constant in enum class io.sentry.SentryItemType
 
fields() - Method in class io.sentry.opentelemetry.SentryPropagator
 
fieldToString(MergedField) - Static method in class io.sentry.graphql.GraphqlStringUtils
 
FILENAME - Static variable in class io.sentry.protocol.SentryStackFrame.JsonKeys
 
FILENAME - Static variable in class io.sentry.SentryEnvelopeItemHeader.JsonKeys
 
FileUtils - Class in io.sentry.util
 
FileUtils() - Constructor for class io.sentry.util.FileUtils
 
filter(SentryEnvelope, Hint) - Method in class io.sentry.transport.RateLimiter
 
filter(ClientRequest, ExchangeFunction) - Method in class io.sentry.spring.jakarta.tracing.SentrySpanClientWebRequestFilter
 
filter(ClientRequest, ExchangeFunction) - Method in class io.sentry.spring.tracing.SentrySpanClientWebRequestFilter
 
filter(ServerWebExchange, WebFilterChain) - Method in class io.sentry.spring.jakarta.webflux.SentryWebFilter
 
filter(ServerWebExchange, WebFilterChain) - Method in class io.sentry.spring.jakarta.webflux.SentryWebFilterWithThreadLocalAccessor
 
filter(ServerWebExchange, WebFilterChain) - Method in class io.sentry.spring.webflux.SentryWebFilter
 
filterListEntries(List<T>, CollectionUtils.Predicate<T>) - Static method in class io.sentry.util.CollectionUtils
Returns a new list which entries match a predicate specified by a parameter.
filterMapEntries(Map<K, V>, CollectionUtils.Predicate<Map.Entry<K, V>>) - Static method in class io.sentry.util.CollectionUtils
Returns a new map which entries match a predicate specified by a parameter.
filterOutSecurityCookies(String, List<String>) - Static method in class io.sentry.util.HttpUtils
 
filterOutSecurityCookiesFromHeader(Enumeration<String>, String, List<String>) - Static method in class io.sentry.util.HttpUtils
 
filterOutSecurityCookiesFromHeader(List<String>, String, List<String>) - Static method in class io.sentry.util.HttpUtils
 
findRootCause(Throwable) - Static method in class io.sentry.util.ExceptionUtils
Returns exception root cause or the exception itself if there are no causes
FINGERPRINT - Static variable in class io.sentry.SentryEvent.JsonKeys
 
FINGERPRINT_FILENAME - Static variable in class io.sentry.cache.PersistingScopeObserver
 
finish() - Method in interface io.sentry.ISpan
Sets span timestamp marking this span as finished.
finish() - Method in class io.sentry.NoOpSpan
 
finish() - Method in class io.sentry.NoOpTransaction
 
finish() - Method in class io.sentry.SentryTracer
 
finish() - Method in class io.sentry.Span
 
finish(SpanStatus) - Method in interface io.sentry.ISpan
Sets span timestamp marking this span as finished.
finish(SpanStatus) - Method in class io.sentry.NoOpSpan
 
finish(SpanStatus) - Method in class io.sentry.NoOpTransaction
 
finish(SpanStatus) - Method in class io.sentry.SentryTracer
 
finish(SpanStatus) - Method in class io.sentry.Span
 
finish(SpanStatus, SentryDate) - Method in interface io.sentry.ISpan
Sets span timestamp marking this span as finished.
finish(SpanStatus, SentryDate) - Method in class io.sentry.NoOpSpan
 
finish(SpanStatus, SentryDate) - Method in class io.sentry.NoOpTransaction
 
finish(SpanStatus, SentryDate) - Method in class io.sentry.SentryTracer
 
finish(SpanStatus, SentryDate) - Method in class io.sentry.Span
Used to finish unfinished spans by SentryTracer.
finish(SpanStatus, SentryDate, boolean, Hint) - Method in interface io.sentry.ITransaction
 
finish(SpanStatus, SentryDate, boolean, Hint) - Method in class io.sentry.NoOpTransaction
 
finish(SpanStatus, SentryDate, boolean, Hint) - Method in class io.sentry.SentryTracer
 
flush() - Method in class io.sentry.jul.SentryHandler
 
flush() - Method in class io.sentry.vendor.gson.stream.JsonWriter
Ensures all buffered data is written to the underlying Writer and flushes that writer.
flush(boolean) - Method in interface io.sentry.IMetricsAggregator
 
flush(boolean) - Method in class io.sentry.metrics.NoopMetricsAggregator
 
flush(boolean) - Method in class io.sentry.MetricsAggregator
 
flush(long) - Method in class io.sentry.Hub
 
flush(long) - Method in class io.sentry.HubAdapter
 
flush(long) - Method in interface io.sentry.IHub
Flushes events queued up, but keeps the Hub enabled.
flush(long) - Method in interface io.sentry.ISentryClient
Flushes events queued up, but keeps the client enabled.
flush(long) - Method in class io.sentry.NoOpHub
 
flush(long) - Static method in class io.sentry.Sentry
Flushes events queued up to the current hub.
flush(long) - Method in class io.sentry.SentryClient
 
flush(long) - Method in class io.sentry.transport.apache.ApacheHttpClientTransport
 
flush(long) - Method in class io.sentry.transport.AsyncHttpTransport
 
flush(long) - Method in interface io.sentry.transport.ITransport
Flushes events queued up, but keeps the client enabled.
flush(long) - Method in class io.sentry.transport.NoOpTransport
 
flush(long) - Method in class io.sentry.transport.StdoutTransport
 
Flushable - Interface in io.sentry.hints
marker interface that awaits events to be flushed
FLUSHER_SLEEP_TIME_MS - Static variable in class io.sentry.metrics.MetricsHelper
 
flushPreviousSession() - Method in class io.sentry.cache.EnvelopeCache
 
Focus - Enum constant in enum class io.sentry.rrweb.RRWebInteractionEvent.InteractionType
 
Font - Enum constant in enum class io.sentry.rrweb.RRWebIncrementalSnapshotEvent.IncrementalSource
 
forceFinish(SpanStatus, boolean, Hint) - Method in interface io.sentry.ITransaction
Force finishes the transaction and it's child spans with the specified status.
forceFinish(SpanStatus, boolean, Hint) - Method in class io.sentry.NoOpTransaction
 
forceFinish(SpanStatus, boolean, Hint) - Method in class io.sentry.SentryTracer
 
FORMATTED - Static variable in class io.sentry.protocol.Message.JsonKeys
 
forName(String) - Method in class io.sentry.spring.graphql.SentryBatchLoaderRegistry
 
forName(String) - Method in class io.sentry.spring.jakarta.graphql.SentryBatchLoaderRegistry
 
forTypePair(Class<K>, Class<V>) - Method in class io.sentry.spring.graphql.SentryBatchLoaderRegistry
 
forTypePair(Class<K>, Class<V>) - Method in class io.sentry.spring.jakarta.graphql.SentryBatchLoaderRegistry
 
FRAGMENT - Static variable in class io.sentry.protocol.Request.JsonKeys
 
FRAME_COUNT - Static variable in class io.sentry.rrweb.RRWebVideoEvent.JsonKeys
 
FRAME_RATE - Static variable in class io.sentry.rrweb.RRWebVideoEvent.JsonKeys
 
FRAME_RATE_TYPE - Static variable in class io.sentry.rrweb.RRWebVideoEvent.JsonKeys
 
FRAMES - Static variable in class io.sentry.protocol.SentryStackTrace.JsonKeys
 
FRAMES_DELAY - Static variable in interface io.sentry.SpanDataConvention
 
FRAMES_FROZEN - Static variable in interface io.sentry.SpanDataConvention
 
FRAMES_SLOW - Static variable in interface io.sentry.SpanDataConvention
 
FRAMES_TOTAL - Static variable in interface io.sentry.SpanDataConvention
 
FREE_MEMORY - Static variable in class io.sentry.protocol.Device.JsonKeys
 
FREE_STORAGE - Static variable in class io.sentry.protocol.Device.JsonKeys
 
freeze() - Method in class io.sentry.Baggage
 
from(PropertiesProvider, ILogger) - Static method in class io.sentry.ExternalOptions
 
from(ISerializer, ProfilingTraceData, long, SdkVersion) - Static method in class io.sentry.SentryEnvelope
 
from(ISerializer, SentryBaseEvent, SdkVersion) - Static method in class io.sentry.SentryEnvelope
 
from(ISerializer, Session, SdkVersion) - Static method in class io.sentry.SentryEnvelope
 
fromAttachment(ISerializer, ILogger, Attachment, long) - Static method in class io.sentry.SentryEnvelopeItem
 
fromBaggageAndOutgoingHeader(Baggage, List<String>) - Static method in class io.sentry.BaggageHeader
 
fromCheckIn(ISerializer, CheckIn) - Static method in class io.sentry.SentryEnvelopeItem
 
fromClientReport(ISerializer, ClientReport) - Static method in class io.sentry.SentryEnvelopeItem
 
fromEvent(ISerializer, SentryBaseEvent) - Static method in class io.sentry.SentryEnvelopeItem
 
fromEvent(SentryEvent, SentryOptions) - Static method in class io.sentry.Baggage
 
fromHeader(String) - Static method in class io.sentry.Baggage
 
fromHeader(String, boolean, ILogger) - Static method in class io.sentry.Baggage
 
fromHeader(List<String>) - Static method in class io.sentry.Baggage
 
fromHeader(List<String>, boolean, ILogger) - Static method in class io.sentry.Baggage
 
fromHeader(List<String>, ILogger) - Static method in class io.sentry.Baggage
 
fromHeader(String, ILogger) - Static method in class io.sentry.Baggage
 
fromHeaders(ILogger, String, String) - Static method in class io.sentry.PropagationContext
 
fromHeaders(ILogger, String, List<String>) - Static method in class io.sentry.PropagationContext
 
fromHeaders(SentryTraceHeader, Baggage, SpanId) - Static method in class io.sentry.PropagationContext
 
fromHttpStatusCode(int) - Static method in enum class io.sentry.SpanStatus
Creates SpanStatus from HTTP status code.
fromHttpStatusCode(Integer, SpanStatus) - Static method in enum class io.sentry.SpanStatus
Creates SpanStatus from HTTP status code.
fromMap(Map<String, Object>) - Static method in class io.sentry.protocol.Geo
Creates geo from a map.
fromMap(Map<String, Object>, SentryOptions) - Static method in class io.sentry.Breadcrumb
Creates breadcrumb from a map.
fromMap(Map<String, Object>, SentryOptions) - Static method in class io.sentry.protocol.User
Creates user from a map.
fromMetrics(EncodedMetrics) - Static method in class io.sentry.SentryEnvelopeItem
 
fromProfilingTrace(ProfilingTraceData, long, ISerializer) - Static method in class io.sentry.SentryEnvelopeItem
 
fromPropagationContext(PropagationContext) - Static method in class io.sentry.TransactionContext
 
fromReplay(ISerializer, ILogger, SentryReplayEvent, ReplayRecording, boolean) - Static method in class io.sentry.SentryEnvelopeItem
 
fromScreenshot(byte[]) - Static method in class io.sentry.Attachment
Creates a new Screenshot Attachment
fromSentryTrace(String, String, SentryTraceHeader) - Static method in class io.sentry.TransactionContext
Deprecated.
use Sentry.continueTrace(String, List) and setters for name and operation here instead.
fromSession(ISerializer, Session) - Static method in class io.sentry.SentryEnvelopeItem
 
fromThreadDump(byte[]) - Static method in class io.sentry.Attachment
Creates a new Thread Dump Attachment
fromUserFeedback(ISerializer, UserFeedback) - Static method in class io.sentry.SentryEnvelopeItem
 
fromViewHierarchy(ViewHierarchy) - Static method in class io.sentry.Attachment
Creates a new View Hierarchy Attachment
FullSnapshot - Enum constant in enum class io.sentry.rrweb.RRWebEventType
 
FullyDisplayedReporter - Class in io.sentry
 
FullyDisplayedReporter.FullyDisplayedReporterListener - Interface in io.sentry
 
FUNCTION - Static variable in class io.sentry.protocol.SentryStackFrame.JsonKeys
 

G

gauge(String, double) - Method in class io.sentry.metrics.MetricsApi
Emits a Gauge metric
gauge(String, double, MeasurementUnit) - Method in class io.sentry.metrics.MetricsApi
Emits a Gauge metric
gauge(String, double, MeasurementUnit, Map<String, String>) - Method in class io.sentry.metrics.MetricsApi
Emits a Gauge metric
gauge(String, double, MeasurementUnit, Map<String, String>, long, LocalMetricsAggregator) - Method in interface io.sentry.IMetricsAggregator
Emits a Gauge metric
gauge(String, double, MeasurementUnit, Map<String, String>, long, LocalMetricsAggregator) - Method in class io.sentry.metrics.NoopMetricsAggregator
 
gauge(String, double, MeasurementUnit, Map<String, String>, long, LocalMetricsAggregator) - Method in class io.sentry.MetricsAggregator
 
gauge(String, double, MeasurementUnit, Map<String, String>, Long) - Method in class io.sentry.metrics.MetricsApi
Emits a Gauge metric
Gauge - Enum constant in enum class io.sentry.metrics.MetricType
 
GaugeMetric - Class in io.sentry.metrics
Gauges track a value that can go up and down.
GaugeMetric(String, double, MeasurementUnit, Map<String, String>) - Constructor for class io.sentry.metrics.GaugeMetric
 
Geo - Class in io.sentry.protocol
 
Geo() - Constructor for class io.sentry.protocol.Geo
 
Geo(Geo) - Constructor for class io.sentry.protocol.Geo
 
GEO - Static variable in class io.sentry.protocol.User.JsonKeys
 
Geo.Deserializer - Class in io.sentry.protocol
 
Geo.JsonKeys - Class in io.sentry.protocol
 
get(String) - Method in class io.sentry.CustomSamplingContext
 
get(String) - Method in class io.sentry.Hint
 
get(String) - Method in class io.sentry.Baggage
 
get(String) - Method in class io.sentry.SentrySpanStorage
 
getAbnormalMechanism() - Method in class io.sentry.Session
 
getAbsPath() - Method in class io.sentry.protocol.SentryStackFrame
 
getAddress() - Method in class io.sentry.SentryLockReason
 
getAlpha() - Method in class io.sentry.protocol.ViewHierarchyNode
 
getAndroidApiLevel() - Method in class io.sentry.ProfilingTraceData
 
getApiTarget() - Method in class io.sentry.protocol.Request
 
getApiType() - Method in class io.sentry.protocol.Gpu
 
getApp() - Method in class io.sentry.protocol.Contexts
 
getAppBuild() - Method in class io.sentry.protocol.App
 
getAppIdentifier() - Method in class io.sentry.protocol.App
 
getAppName() - Method in class io.sentry.protocol.App
 
getAppStartTime() - Method in class io.sentry.protocol.App
 
getAppVersion() - Method in class io.sentry.protocol.App
 
getArch() - Method in class io.sentry.protocol.DebugImage
 
getArchs() - Method in class io.sentry.protocol.Device
 
getAs(String, Class<T>) - Method in class io.sentry.Hint
 
getAttachments() - Method in class io.sentry.Hint
 
getAttachments() - Method in interface io.sentry.IScope
Returns the Scopes's attachments
getAttachments() - Method in class io.sentry.NoOpScope
 
getAttachments() - Method in class io.sentry.Scope
Returns the Scopes's attachments
getAttachmentType() - Method in class io.sentry.Attachment
Returns the attachmentType type
getAttachmentType() - Method in class io.sentry.SentryEnvelopeItemHeader
Returns the attachmentType type
getBackpressureMonitor() - Method in class io.sentry.SentryOptions
 
getBaggage() - Method in class io.sentry.Hub
 
getBaggage() - Method in class io.sentry.HubAdapter
 
getBaggage() - Method in interface io.sentry.IHub
Returns the "baggage" header that allows tracing across services.
getBaggage() - Method in class io.sentry.NoOpHub
 
getBaggage() - Method in class io.sentry.opentelemetry.TraceData
 
getBaggage() - Method in class io.sentry.PropagationContext
 
getBaggage() - Static method in class io.sentry.Sentry
Returns the "baggage" header that allows tracing across services.
getBaggage() - Method in class io.sentry.TransactionContext
 
getBaggageHeader() - Method in class io.sentry.util.TracingUtils.TracingHeaders
 
getBatteryLevel() - Method in class io.sentry.protocol.Device
 
getBatteryTemperature() - Method in class io.sentry.protocol.Device
 
getBeforeBreadcrumb() - Method in class io.sentry.SentryOptions
Returns the beforeBreadcrumb callback
getBeforeEmitMetricCallback() - Method in class io.sentry.SentryOptions
 
getBeforeEnvelopeCallback() - Method in class io.sentry.SentryOptions
 
getBeforeSend() - Method in class io.sentry.SentryOptions
Returns the BeforeSend callback
getBeforeSendReplay() - Method in class io.sentry.SentryOptions
Returns the BeforeSendReplay callback
getBeforeSendTransaction() - Method in class io.sentry.SentryOptions
Returns the BeforeSendTransaction callback
getBodySize() - Method in class io.sentry.protocol.Request
 
getBodySize() - Method in class io.sentry.protocol.Response
 
getBooleanProperty(String) - Method in interface io.sentry.config.PropertiesProvider
Resolves a boolean property given by it's name.
getBootTime() - Method in class io.sentry.protocol.Device
 
getBrand() - Method in class io.sentry.protocol.Device
 
getBreadcrumbConverter() - Method in class io.sentry.NoOpReplayController
 
getBreadcrumbConverter() - Method in interface io.sentry.ReplayController
 
getBreadcrumbs() - Method in interface io.sentry.IScope
Returns the Scope's breadcrumbs queue
getBreadcrumbs() - Method in class io.sentry.NoOpScope
 
getBreadcrumbs() - Method in class io.sentry.Scope
Returns the Scope's breadcrumbs queue
getBreadcrumbs() - Method in class io.sentry.SentryBaseEvent
 
getBreadcrumbTimestamp() - Method in class io.sentry.rrweb.RRWebBreadcrumbEvent
 
getBreadcrumbType() - Method in class io.sentry.rrweb.RRWebBreadcrumbEvent
 
getBrowser() - Method in class io.sentry.protocol.Contexts
 
getBuild() - Method in class io.sentry.protocol.OperatingSystem
 
getBuildId() - Method in class io.sentry.ProfilingTraceData
 
getBuildType() - Method in class io.sentry.protocol.App
 
getBundleIds() - Method in class io.sentry.ExternalOptions
 
getBundleIds() - Method in class io.sentry.SentryOptions
Returns all configured bundle IDs referencing source code bundles.
getBytes() - Method in class io.sentry.Attachment
Gets the bytes of the attachment.
getCacheDirPath() - Method in class io.sentry.SentryOptions
Returns the cache dir.
getCategory() - Method in class io.sentry.Breadcrumb
Returns the category
getCategory() - Method in class io.sentry.clientreport.DiscardedEvent
 
getCategory() - Method in enum class io.sentry.DataCategory
 
getCategory() - Method in class io.sentry.rrweb.RRWebBreadcrumbEvent
 
getCheckInId() - Method in class io.sentry.CheckIn
 
getCheckinMargin() - Method in class io.sentry.MonitorConfig
 
getChildren() - Method in class io.sentry.protocol.ViewHierarchyNode
 
getChildren() - Method in class io.sentry.SentryTracer
 
getCity() - Method in class io.sentry.protocol.Geo
Gets the human readable city name.
getClassName() - Method in class io.sentry.SentryLockReason
 
getClientReport(ISerializer) - Method in class io.sentry.SentryEnvelopeItem
 
getClientReportRecorder() - Method in class io.sentry.SentryOptions
Returns a ClientReportRecorder or a NoOp if sending of client reports has been disabled.
getCodeFile() - Method in class io.sentry.protocol.DebugImage
 
getCodeId() - Method in class io.sentry.protocol.DebugImage
 
getColno() - Method in class io.sentry.protocol.SentryStackFrame
 
getComments() - Method in class io.sentry.UserFeedback
Gets comments of the user about what happened.
getConnectionStatus() - Method in interface io.sentry.IConnectionStatusProvider
Gets the connection status.
getConnectionStatus() - Method in class io.sentry.NoOpConnectionStatusProvider
 
getConnectionStatusProvider() - Method in class io.sentry.SentryOptions
 
getConnectionTimeoutMillis() - Method in class io.sentry.SentryOptions
Returns the connection timeout in milliseconds.
getConnectionType() - Method in interface io.sentry.IConnectionStatusProvider
Gets the connection type.
getConnectionType() - Method in class io.sentry.NoOpConnectionStatusProvider
 
getConnectionType() - Method in class io.sentry.protocol.Device
 
getContainer() - Method in class io.sentry.rrweb.RRWebVideoEvent
 
getContentType() - Method in class io.sentry.Attachment
Gets the content type of the attachment.
getContentType() - Method in class io.sentry.SentryEnvelopeItemHeader
 
getContextLine() - Method in class io.sentry.protocol.SentryStackFrame
 
getContexts() - Method in class io.sentry.CheckIn
 
getContexts() - Method in interface io.sentry.IScope
Returns the Scope's contexts
getContexts() - Method in interface io.sentry.ITransaction
 
getContexts() - Method in class io.sentry.NoOpScope
 
getContexts() - Method in class io.sentry.NoOpTransaction
 
getContexts() - Method in class io.sentry.Scope
Returns the Scope's contexts
getContexts() - Method in class io.sentry.SentryBaseEvent
 
getContexts() - Method in class io.sentry.SentryTracer
 
getContextTags() - Method in class io.sentry.ExternalOptions
 
getContextTags() - Method in class io.sentry.SentryOptions
Returns Context tags names applied to Sentry events as Sentry tags.
getCookies() - Method in class io.sentry.protocol.Request
 
getCookies() - Method in class io.sentry.protocol.Response
 
getCount() - Method in class io.sentry.metrics.GaugeMetric
 
getCount() - Method in class io.sentry.protocol.MetricSummary
 
getCount() - Method in class io.sentry.transport.ReusableCountLatch
Returns the current count.
getCountryCode() - Method in class io.sentry.protocol.Geo
Gets the two-letter country code (ISO 3166-1 alpha-2).
getCpuArchitecture() - Method in class io.sentry.ProfilingTraceData
 
getCpuData() - Method in class io.sentry.PerformanceCollectionData
 
getCpuDescription() - Method in class io.sentry.protocol.Device
 
getCpuUsagePercentage() - Method in class io.sentry.CpuCollectionData
 
getCron() - Method in class io.sentry.ExternalOptions
 
getCron() - Method in class io.sentry.SentryOptions
 
getCurrentDateTime() - Static method in class io.sentry.DateUtils
Get the current Date (UTC)
getCurrentHub() - Static method in class io.sentry.Sentry
Returns the current (threads) hub, if none, clones the mainHub and returns it.
getCurrentSessionFile(String) - Static method in class io.sentry.cache.EnvelopeCache
 
getCurrentTimeMillis() - Method in class io.sentry.transport.CurrentDateProvider
 
getCurrentTimeMillis() - Method in interface io.sentry.transport.ICurrentDateProvider
Returns the current time in millis
getCustomSamplingContext() - Method in class io.sentry.SamplingContext
 
getCustomSamplingContext() - Method in class io.sentry.TransactionOptions
Gets the customSamplingContext
getCutoffTimestampMs(long) - Static method in class io.sentry.metrics.MetricsHelper
 
getData() - Method in class io.sentry.Breadcrumb
Returns the data map
getData() - Method in class io.sentry.CustomSamplingContext
 
getData() - Method in class io.sentry.protocol.Mechanism
 
getData() - Method in class io.sentry.protocol.Request
 
getData() - Method in class io.sentry.protocol.Response
 
getData() - Method in class io.sentry.protocol.SentrySpan
 
getData() - Method in class io.sentry.protocol.User
Gets additional arbitrary fields of the user.
getData() - Method in class io.sentry.rrweb.RRWebBreadcrumbEvent
 
getData() - Method in class io.sentry.rrweb.RRWebSpanEvent
 
getData() - Method in class io.sentry.SentryEnvelopeItem
 
getData() - Method in class io.sentry.SentryTracer
 
getData() - Method in class io.sentry.Span
 
getData(String) - Method in class io.sentry.Breadcrumb
Returns the value of data[key] or null
getData(String) - Method in interface io.sentry.ISpan
Returns extra data from span or transaction.
getData(String) - Method in class io.sentry.NoOpSpan
 
getData(String) - Method in class io.sentry.NoOpTransaction
 
getData(String) - Method in class io.sentry.SentryTracer
 
getData(String) - Method in class io.sentry.Span
 
getDataUnknown() - Method in class io.sentry.rrweb.RRWebBreadcrumbEvent
 
getDataUnknown() - Method in class io.sentry.rrweb.RRWebInteractionEvent
 
getDataUnknown() - Method in class io.sentry.rrweb.RRWebInteractionMoveEvent
 
getDataUnknown() - Method in class io.sentry.rrweb.RRWebMetaEvent
 
getDataUnknown() - Method in class io.sentry.rrweb.RRWebSpanEvent
 
getDataUnknown() - Method in class io.sentry.rrweb.RRWebVideoEvent
 
getDateProvider() - Method in class io.sentry.SentryOptions
Returns the current SentryDateProvider that is used to retrieve the current date.
getDateTime(long) - Static method in class io.sentry.DateUtils
Get the Date from millis timestamp
getDateTime(String) - Static method in class io.sentry.DateUtils
Get the Date from UTC/ISO 8601 timestamp
getDateTimeWithMillisPrecision(String) - Static method in class io.sentry.DateUtils
Get the Date from millis timestamp
getDbName() - Method in class io.sentry.jdbc.DatabaseUtils.DatabaseDetails
 
getDbSystem() - Method in class io.sentry.jdbc.DatabaseUtils.DatabaseDetails
 
getDeadlineTimeout() - Method in class io.sentry.TransactionOptions
Gets the deadlineTimeout
getDebug() - Method in class io.sentry.ExternalOptions
 
getDebugFile() - Method in class io.sentry.protocol.DebugImage
 
getDebugId() - Method in class io.sentry.protocol.DebugImage
 
getDebugMeta() - Method in class io.sentry.SentryBaseEvent
 
getDebugMetaLoader() - Method in class io.sentry.SentryOptions
Returns a DebugMetaLoader to load sentry-debug-meta.properties containing ProGuard UUID, source bundle IDs etc.
getDefaultCheckinMargin() - Method in class io.sentry.SentryOptions.Cron
 
getDefaultFailureIssueThreshold() - Method in class io.sentry.SentryOptions.Cron
 
getDefaultMaxRuntime() - Method in class io.sentry.SentryOptions.Cron
 
getDefaultRecoveryThreshold() - Method in class io.sentry.SentryOptions.Cron
 
getDefaultTagsForMetrics() - Method in class io.sentry.Hub
 
getDefaultTagsForMetrics() - Method in interface io.sentry.metrics.MetricsApi.IMetricsInterface
 
getDefaultTagsForMetrics() - Method in class io.sentry.metrics.NoopMetricsAggregator
 
getDefaultTimezone() - Method in class io.sentry.SentryOptions.Cron
 
getDescription() - Method in interface io.sentry.ISpan
Returns the span description.
getDescription() - Method in class io.sentry.NoOpSpan
 
getDescription() - Method in class io.sentry.NoOpTransaction
 
getDescription() - Method in class io.sentry.opentelemetry.OtelSpanInfo
 
getDescription() - Method in class io.sentry.protocol.Mechanism
 
getDescription() - Method in class io.sentry.protocol.SentrySpan
 
getDescription() - Method in class io.sentry.rrweb.RRWebSpanEvent
 
getDescription() - Method in class io.sentry.SentryTracer
 
getDescription() - Method in class io.sentry.Span
 
getDescription() - Method in class io.sentry.SpanContext
 
getDevice() - Method in class io.sentry.protocol.Contexts
 
getDeviceAppHash() - Method in class io.sentry.protocol.App
 
getDeviceCpuFrequencies() - Method in class io.sentry.ProfilingTraceData
 
getDeviceLocale() - Method in class io.sentry.ProfilingTraceData
 
getDeviceManufacturer() - Method in class io.sentry.ProfilingTraceData
 
getDeviceModel() - Method in class io.sentry.ProfilingTraceData
 
getDeviceOsBuildNumber() - Method in class io.sentry.ProfilingTraceData
 
getDeviceOsName() - Method in class io.sentry.ProfilingTraceData
 
getDeviceOsVersion() - Method in class io.sentry.ProfilingTraceData
 
getDevicePhysicalMemoryBytes() - Method in class io.sentry.ProfilingTraceData
 
getDiagnosticLevel() - Method in class io.sentry.SentryOptions
Returns the minimum LogLevel
getDirPath() - Method in interface io.sentry.SendCachedEnvelopeFireAndForgetIntegration.SendFireAndForgetDirPath
 
getDiscardedEvents() - Method in class io.sentry.clientreport.ClientReport
 
getDist() - Method in class io.sentry.ExternalOptions
 
getDist() - Method in class io.sentry.SentryBaseEvent
 
getDist() - Method in class io.sentry.SentryOptions
Sets the distribution
getDistinctId() - Method in class io.sentry.SentryOptions
Returns the distinct Id
getDistinctId() - Method in class io.sentry.Session
 
getDoubleProperty(String) - Method in interface io.sentry.config.PropertiesProvider
Resolves a Double property given by it's name.
getDownsampleFactor() - Method in class io.sentry.backpressure.BackpressureMonitor
 
getDownsampleFactor() - Method in interface io.sentry.backpressure.IBackpressureMonitor
 
getDownsampleFactor() - Method in class io.sentry.backpressure.NoOpBackpressureMonitor
 
getDsn() - Method in class io.sentry.ExternalOptions
 
getDsn() - Method in class io.sentry.SentryOptions
Returns the DSN.
getDuration() - Method in class io.sentry.CheckIn
 
getDuration() - Method in class io.sentry.Session
 
getDurationMs() - Method in class io.sentry.rrweb.RRWebVideoEvent
 
getDurationNs() - Method in class io.sentry.ProfilingTraceData
 
getEmail() - Method in class io.sentry.protocol.User
Gets the e-mail address of the user.
getEmail() - Method in class io.sentry.UserFeedback
Gets the email of the user.
getEnableDeduplication() - Method in class io.sentry.ExternalOptions
 
getEnableTracing() - Method in class io.sentry.ExternalOptions
 
getEnableTracing() - Method in class io.sentry.SentryOptions
Deprecated.
We're removing enableTracing in 8.0
getEnableUncaughtExceptionHandler() - Method in class io.sentry.ExternalOptions
 
getEncoding() - Method in class io.sentry.rrweb.RRWebVideoEvent
 
getEndTimestamp() - Method in class io.sentry.rrweb.RRWebSpanEvent
 
getEnvelopeDiskCache() - Method in class io.sentry.SentryOptions
Returns the EnvelopeCache interface
getEnvelopeReader() - Method in class io.sentry.SentryOptions
 
getEnvironment() - Method in class io.sentry.Baggage
 
getEnvironment() - Method in class io.sentry.CheckIn
 
getEnvironment() - Method in class io.sentry.ExternalOptions
 
getEnvironment() - Method in class io.sentry.ProfilingTraceData
 
getEnvironment() - Method in class io.sentry.SentryBaseEvent
 
getEnvironment() - Method in class io.sentry.SentryOptions
Returns the environment
getEnvironment() - Method in class io.sentry.Session
 
getEnvironment() - Method in class io.sentry.TraceContext
 
getEnvs() - Method in class io.sentry.protocol.Request
 
getErrorIds() - Method in class io.sentry.SentryReplayEvent
 
getErrorReplayDuration() - Method in class io.sentry.SentryReplayOptions
 
getEvent(ISerializer) - Method in class io.sentry.SentryEnvelopeItem
 
getEventDropReason(Hint) - Static method in class io.sentry.util.HintUtils
 
getEventId() - Method in interface io.sentry.ITransaction
Returns transaction's event id.
getEventId() - Method in class io.sentry.NoOpTransaction
 
getEventId() - Method in class io.sentry.SentryBaseEvent
 
getEventId() - Method in class io.sentry.SentryEnvelopeHeader
 
getEventId() - Method in class io.sentry.SentryTracer
 
getEventId() - Method in class io.sentry.UserFeedback
Gets the eventId of the event to which the user feedback is associated.
getEventProcessors() - Method in interface io.sentry.IScope
Returns the Scope's event processors
getEventProcessors() - Method in class io.sentry.NoOpScope
 
getEventProcessors() - Method in class io.sentry.Scope
Returns the Scope's event processors
getEventProcessors() - Method in class io.sentry.SentryOptions
Returns the list of event processors
getExceptionMechanism() - Method in exception io.sentry.exception.ExceptionMechanismException
Returns the encapsulated Mechanism
getExceptionResolverOrder() - Method in class io.sentry.spring.boot.jakarta.SentryProperties
Returns the order used for Spring SentryExceptionResolver, which determines whether all web exceptions are reported, or only uncaught exceptions.
getExceptionResolverOrder() - Method in class io.sentry.spring.boot.SentryProperties
Returns the order used for Spring SentryExceptionResolver, which determines whether all web exceptions are reported, or only uncaught exceptions.
getExceptions() - Method in class io.sentry.SentryEvent
 
getExecutorService() - Method in class io.sentry.SentryOptions
Returns the SentryExecutorService
getExperimental() - Method in class io.sentry.SentryOptions
 
getExportKey(MetricType, String, MeasurementUnit) - Static method in class io.sentry.metrics.MetricsHelper
Provides an export key for identifying the metric without its tags.
getExternalFreeStorage() - Method in class io.sentry.protocol.Device
 
getExternalStorageSize() - Method in class io.sentry.protocol.Device
 
getExtra(String) - Method in class io.sentry.SentryBaseEvent
 
getExtras() - Method in interface io.sentry.IScope
Returns the Scope's extra map
getExtras() - Method in class io.sentry.NoOpScope
 
getExtras() - Method in class io.sentry.Scope
Returns the Scope's extra map
getExtras() - Method in class io.sentry.SentryBaseEvent
 
getFailureIssueThreshold() - Method in class io.sentry.MonitorConfig
 
getFamily() - Method in class io.sentry.protocol.Device
 
getFilename() - Method in class io.sentry.Attachment
Gets the name of the attachment to display in Sentry.
getFilename() - Method in class io.sentry.protocol.SentryStackFrame
 
getFileName() - Method in class io.sentry.SentryEnvelopeItemHeader
 
getFingerprint() - Method in interface io.sentry.IScope
Returns the Scope's fingerprint list
getFingerprint() - Method in class io.sentry.NoOpScope
 
getFingerprint() - Method in class io.sentry.Scope
Returns the Scope's fingerprint list
getFingerprints() - Method in class io.sentry.SentryEvent
 
getFinishDate() - Method in interface io.sentry.ISpan
Returns the end date of this span or transaction.
getFinishDate() - Method in class io.sentry.NoOpSpan
 
getFinishDate() - Method in class io.sentry.NoOpTransaction
 
getFinishDate() - Method in class io.sentry.SentryTracer
 
getFinishDate() - Method in class io.sentry.Span
 
getFirst() - Method in class io.sentry.util.Pair
 
getFlushTimeoutMillis() - Method in class io.sentry.SentryOptions
Returns the flush timeout in millis
getFormatted() - Method in class io.sentry.protocol.Message
 
getFragment() - Method in class io.sentry.protocol.Request
 
getFragment() - Method in class io.sentry.util.UrlUtils.UrlDetails
 
getFrameCount() - Method in class io.sentry.rrweb.RRWebVideoEvent
 
getFrameRate() - Method in class io.sentry.rrweb.RRWebVideoEvent
 
getFrameRate() - Method in class io.sentry.SentryReplayOptions
 
getFrameRateType() - Method in class io.sentry.rrweb.RRWebVideoEvent
 
getFrames() - Method in class io.sentry.protocol.SentryStackTrace
Gets the frames of this stacktrace.
getFramesOmitted() - Method in class io.sentry.protocol.SentryStackFrame
 
getFreeMemory() - Method in class io.sentry.protocol.Device
 
getFreeStorage() - Method in class io.sentry.protocol.Device
 
getFullyDisplayedReporter() - Method in class io.sentry.SentryOptions
Gets the reporter to call when a screen is fully loaded, used for time-to-full-display spans.
getFunction() - Method in class io.sentry.protocol.SentryStackFrame
 
getGeo() - Method in class io.sentry.protocol.User
Get user geo location.
getGestureTargetLocators() - Method in class io.sentry.SentryOptions
Returns a list of all GestureTargetLocator instances used to determine which UiElement was part of an user interaction.
getGpu() - Method in class io.sentry.protocol.Contexts
 
getGraphql() - Method in class io.sentry.spring.boot.jakarta.SentryProperties
 
getGraphql() - Method in class io.sentry.spring.boot.SentryProperties
 
getHeader() - Method in class io.sentry.SentryEnvelope
 
getHeader() - Method in class io.sentry.SentryEnvelopeItem
 
getHeaders() - Method in class io.sentry.protocol.Request
 
getHeaders() - Method in class io.sentry.protocol.Response
 
getHeaders() - Method in class io.sentry.RequestDetails
 
getHeight() - Method in class io.sentry.protocol.ViewHierarchyNode
 
getHeight() - Method in class io.sentry.rrweb.RRWebMetaEvent
 
getHeight() - Method in class io.sentry.rrweb.RRWebVideoEvent
 
getHeldLocks() - Method in class io.sentry.protocol.SentryThread
Gets locks held by this thread.
getHelpLink() - Method in class io.sentry.protocol.Mechanism
 
getHost() - Method in class io.sentry.SentryOptions.Proxy
 
getHref() - Method in class io.sentry.rrweb.RRWebMetaEvent
 
getHub() - Method in class io.sentry.graphql.ExceptionReporter.ExceptionDetails
 
getId() - Method in class io.sentry.ProfilingTransactionData
 
getId() - Method in class io.sentry.protocol.Device
 
getId() - Method in class io.sentry.protocol.Gpu
 
getId() - Method in class io.sentry.protocol.SentryThread
Gets the Id of the thread.
getId() - Method in class io.sentry.protocol.User
Gets the id of the user.
getId() - Method in class io.sentry.rrweb.RRWebInteractionEvent
 
getId() - Method in class io.sentry.rrweb.RRWebInteractionMoveEvent.Position
 
getIdentifier() - Method in class io.sentry.protocol.ViewHierarchyNode
 
getIdleTimeout() - Method in class io.sentry.ExternalOptions
 
getIdleTimeout() - Method in class io.sentry.SentryOptions
Returns the idle timeout.
getIdleTimeout() - Method in class io.sentry.TransactionOptions
Gets the idleTimeout
getIgnoredCheckIns() - Method in class io.sentry.ExternalOptions
 
getIgnoredCheckIns() - Method in class io.sentry.SentryOptions
 
getIgnoredErrorTypes() - Method in class io.sentry.spring.boot.jakarta.SentryProperties.Graphql
 
getIgnoredErrorTypes() - Method in class io.sentry.spring.boot.SentryProperties.Graphql
 
getIgnoredExceptionsForType() - Method in class io.sentry.ExternalOptions
 
getIgnoredExceptionsForType() - Method in class io.sentry.SentryOptions
Returns the list of exception classes that once captured will not be sent to Sentry as SentryEvent.
getImageAddr() - Method in class io.sentry.protocol.DebugImage
 
getImageAddr() - Method in class io.sentry.protocol.SentryStackFrame
 
getImages() - Method in class io.sentry.protocol.DebugMeta
 
getImageSize() - Method in class io.sentry.protocol.DebugImage
 
getInAppCallStack() - Method in class io.sentry.SentryStackTraceFactory
 
getInAppExcludes() - Method in class io.sentry.ExternalOptions
 
getInAppExcludes() - Method in class io.sentry.SentryOptions
the list of inApp excludes
getInAppIncludes() - Method in class io.sentry.ExternalOptions
 
getInAppIncludes() - Method in class io.sentry.SentryOptions
Returns the inApp includes list
getInForeground() - Method in class io.sentry.protocol.App
 
getInit() - Method in class io.sentry.Session
 
getInstance() - Static method in class io.sentry.backpressure.NoOpBackpressureMonitor
 
getInstance() - Static method in class io.sentry.FullyDisplayedReporter
 
getInstance() - Static method in class io.sentry.graphql.NoOpSubscriptionHandler
 
getInstance() - Static method in class io.sentry.HubAdapter
 
getInstance() - Static method in class io.sentry.metrics.NoopMetricsAggregator
 
getInstance() - Static method in class io.sentry.NoOpEnvelopeReader
 
getInstance() - Static method in class io.sentry.NoOpHub
 
getInstance() - Static method in class io.sentry.NoOpLogger
 
getInstance() - Static method in class io.sentry.NoOpReplayBreadcrumbConverter
 
getInstance() - Static method in class io.sentry.NoOpReplayController
 
getInstance() - Static method in class io.sentry.NoOpScope
 
getInstance() - Static method in class io.sentry.NoOpSpan
 
getInstance() - Static method in class io.sentry.NoOpTransaction
 
getInstance() - Static method in class io.sentry.NoOpTransactionPerformanceCollector
 
getInstance() - Static method in class io.sentry.NoOpTransactionProfiler
 
getInstance() - Static method in class io.sentry.NoOpTransportFactory
 
getInstance() - Static method in class io.sentry.SentryCrashLastRunState
 
getInstance() - Static method in class io.sentry.SentryIntegrationPackageStorage
 
getInstance() - Static method in class io.sentry.SentrySpanStorage
 
getInstance() - Static method in class io.sentry.transport.CurrentDateProvider
 
getInstance() - Static method in class io.sentry.transport.NoOpEnvelopeCache
 
getInstance() - Static method in class io.sentry.transport.NoOpTransport
 
getInstance() - Static method in class io.sentry.transport.NoOpTransportGate
 
getInstance() - Static method in class io.sentry.util.thread.MainThreadChecker
 
getInstance() - Static method in class io.sentry.util.thread.NoOpMainThreadChecker
 
getInstructionAddr() - Method in class io.sentry.protocol.SentryStackFrame
 
getInstrumenter() - Method in class io.sentry.SentryOptions
Returns the instrumenter used for performance instrumentation
getInstrumenter() - Method in class io.sentry.TransactionContext
 
getIntegrations() - Method in class io.sentry.protocol.SdkVersion
getIntegrations() - Method in class io.sentry.SentryIntegrationPackageStorage
 
getIntegrations() - Method in class io.sentry.SentryOptions
Returns the list of integrations
getIntegrationSet() - Method in class io.sentry.protocol.SdkVersion
 
getInteractionType() - Method in class io.sentry.rrweb.RRWebInteractionEvent
 
getIpAddress() - Method in class io.sentry.protocol.User
Gets the IP address of the user.
getIpAddress() - Method in class io.sentry.Session
 
getItems() - Method in class io.sentry.SentryEnvelope
 
getItemType() - Method in enum class io.sentry.SentryItemType
 
getKernelVersion() - Method in class io.sentry.protocol.OperatingSystem
 
getKey() - Method in class io.sentry.metrics.Metric
 
getLanguage() - Method in class io.sentry.protocol.Device
 
getLast() - Method in class io.sentry.metrics.GaugeMetric
 
getLastEventId() - Method in class io.sentry.Hub
 
getLastEventId() - Method in class io.sentry.HubAdapter
 
getLastEventId() - Method in interface io.sentry.IHub
Last event id recorded in the current scope
getLastEventId() - Method in class io.sentry.NoOpHub
 
getLastEventId() - Static method in class io.sentry.Sentry
Last event id recorded in the current scope
getLatestActiveSpan() - Method in interface io.sentry.ITransaction
Returns the latest span that is not finished.
getLatestActiveSpan() - Method in class io.sentry.NoOpTransaction
 
getLatestActiveSpan() - Method in class io.sentry.SentryTracer
 
getLayoutNodeBoundsInWindow(LayoutNode) - Method in class io.sentry.compose.SentryComposeHelper
 
getLeft() - Method in class io.sentry.rrweb.RRWebVideoEvent
 
getLength() - Method in class io.sentry.SentryEnvelopeItemHeader
 
getLevel() - Method in class io.sentry.Breadcrumb
Returns the SentryLevel
getLevel() - Method in interface io.sentry.IScope
 
getLevel() - Method in class io.sentry.NoOpScope
 
getLevel() - Method in class io.sentry.rrweb.RRWebBreadcrumbEvent
 
getLevel() - Method in class io.sentry.Scope
Returns the Scope's SentryLevel
getLevel() - Method in class io.sentry.SentryEvent
 
getLineno() - Method in class io.sentry.protocol.SentryStackFrame
 
getList(String) - Method in interface io.sentry.config.PropertiesProvider
Resolves a list of values for a property given by it's name.
getLocale() - Method in class io.sentry.protocol.Device
 
getLocalMetricsAggregator() - Method in class io.sentry.Hub
 
getLocalMetricsAggregator() - Method in interface io.sentry.ISpan
Returns the metrics aggregator for this span.
getLocalMetricsAggregator() - Method in interface io.sentry.metrics.MetricsApi.IMetricsInterface
 
getLocalMetricsAggregator() - Method in class io.sentry.metrics.NoopMetricsAggregator
 
getLocalMetricsAggregator() - Method in class io.sentry.NoOpSpan
 
getLocalMetricsAggregator() - Method in class io.sentry.NoOpTransaction
 
getLocalMetricsAggregator() - Method in class io.sentry.SentryTracer
 
getLocalMetricsAggregator() - Method in class io.sentry.Span
 
getLock() - Method in class io.sentry.protocol.SentryStackFrame
 
getLogger() - Method in class io.sentry.DiagnosticLogger
 
getLogger() - Method in class io.sentry.SentryEvent
 
getLogger() - Method in class io.sentry.SentryOptions
Returns the Logger interface
getLoggers() - Method in class io.sentry.spring.boot.jakarta.SentryProperties.Logging
 
getLoggers() - Method in class io.sentry.spring.boot.SentryProperties.Logging
 
getLogging() - Method in class io.sentry.spring.boot.jakarta.SentryProperties
 
getLogging() - Method in class io.sentry.spring.boot.SentryProperties
 
getLongProperty(String) - Method in interface io.sentry.config.PropertiesProvider
Resolves a Long property given by it's name.
getMainThreadChecker() - Method in class io.sentry.SentryOptions
 
getManufacturer() - Method in class io.sentry.protocol.Device
 
getMap(String) - Method in interface io.sentry.config.PropertiesProvider
Resolves a map for a property given by it's name.
getMaskViewClasses() - Method in class io.sentry.SentryReplayOptions
 
getMaskViewContainerClass() - Method in class io.sentry.SentryReplayOptions
 
getMax() - Method in class io.sentry.metrics.GaugeMetric
 
getMax() - Method in class io.sentry.protocol.MetricSummary
 
getMaxAttachmentSize() - Method in class io.sentry.SentryOptions
Returns the maximum attachment size for each attachment in MiB.
getMaxBreadcrumbs() - Method in class io.sentry.SentryOptions
Returns the max Breadcrumbs Default is 100
getMaxCacheItems() - Method in class io.sentry.SentryOptions
The max cache items for capping the number of events Default is 30
getMaxDepth() - Method in class io.sentry.SentryOptions
Returns the max depth for when serializing object graphs using reflection.
getMaxQueueSize() - Method in class io.sentry.SentryOptions
Returns the Max queue size
getMaxRequestBodySize() - Method in class io.sentry.ExternalOptions
 
getMaxRequestBodySize() - Method in class io.sentry.SentryOptions
 
getMaxRuntime() - Method in class io.sentry.MonitorConfig
 
getMaxSpans() - Method in class io.sentry.SentryOptions
Returns the maximum number of spans that can be attached to single transaction.
getMaxTraceFileSize() - Method in class io.sentry.SentryOptions
Returns the maximum trace file size for each envelope item in bytes.
getMeasurements() - Method in class io.sentry.protocol.SentrySpan
 
getMeasurements() - Method in class io.sentry.protocol.SentryTransaction
 
getMeasurements() - Method in class io.sentry.Span
 
getMeasurementsMap() - Method in class io.sentry.ProfilingTraceData
 
getMechanism() - Method in class io.sentry.protocol.SentryException
Gets an optional mechanism that created this exception.
getMemoryData() - Method in class io.sentry.PerformanceCollectionData
 
getMemorySize() - Method in class io.sentry.protocol.Device
 
getMemorySize() - Method in class io.sentry.protocol.Gpu
 
getMessage() - Method in class io.sentry.Breadcrumb
Returns the message
getMessage() - Method in class io.sentry.protocol.Message
 
getMessage() - Method in class io.sentry.rrweb.RRWebBreadcrumbEvent
 
getMessage() - Method in class io.sentry.SentryEvent
 
getMeta() - Method in class io.sentry.protocol.Mechanism
 
getMethod() - Method in class io.sentry.protocol.Request
 
getMetricBucketKey(MetricType, String, MeasurementUnit, Map<String, String>) - Static method in class io.sentry.metrics.MetricsHelper
 
getMetricsAggregator() - Method in class io.sentry.Hub
 
getMetricsAggregator() - Method in interface io.sentry.ISentryClient
 
getMetricsAggregator() - Method in interface io.sentry.metrics.MetricsApi.IMetricsInterface
 
getMetricsAggregator() - Method in class io.sentry.metrics.NoopMetricsAggregator
 
getMetricsAggregator() - Method in class io.sentry.SentryClient
 
getMetricsSummaries() - Method in class io.sentry.protocol.SentrySpan
 
getMetricSummaries() - Method in class io.sentry.protocol.SentryTransaction
 
getMin() - Method in class io.sentry.metrics.GaugeMetric
 
getMin() - Method in class io.sentry.protocol.MetricSummary
 
getMinimumBreadcrumbLevel() - Method in class io.sentry.jul.SentryHandler
 
getMinimumBreadcrumbLevel() - Method in class io.sentry.logback.SentryAppender
 
getMinimumBreadcrumbLevel() - Method in class io.sentry.spring.boot.jakarta.SentryProperties.Logging
 
getMinimumBreadcrumbLevel() - Method in class io.sentry.spring.boot.SentryProperties.Logging
 
getMinimumEventLevel() - Method in class io.sentry.jul.SentryHandler
 
getMinimumEventLevel() - Method in class io.sentry.logback.SentryAppender
 
getMinimumEventLevel() - Method in class io.sentry.spring.boot.jakarta.SentryProperties.Logging
 
getMinimumEventLevel() - Method in class io.sentry.spring.boot.SentryProperties.Logging
 
getModel() - Method in class io.sentry.protocol.Device
 
getModelId() - Method in class io.sentry.protocol.Device
 
getModule() - Method in class io.sentry.protocol.SentryException
Gets the optional module, or package which the exception type lives in.
getModule() - Method in class io.sentry.protocol.SentryStackFrame
 
getModule(String) - Method in class io.sentry.SentryEvent
 
getModulesLoader() - Method in class io.sentry.SentryOptions
Returns a ModulesLoader to load external modules (dependencies/packages) of the program.
getMonitorConfig() - Method in class io.sentry.CheckIn
 
getMonitorSlug() - Method in class io.sentry.CheckIn
 
getName() - Method in class io.sentry.BaggageHeader
 
getName() - Method in interface io.sentry.ITransaction
Returns transaction name.
getName() - Method in class io.sentry.NoOpTransaction
 
getName() - Method in class io.sentry.opentelemetry.SentryPropagatorProvider
 
getName() - Method in class io.sentry.ProfilingTransactionData
 
getName() - Method in class io.sentry.protocol.Browser
 
getName() - Method in class io.sentry.protocol.Device
 
getName() - Method in class io.sentry.protocol.Gpu
 
getName() - Method in class io.sentry.protocol.OperatingSystem
 
getName() - Method in class io.sentry.protocol.SdkVersion
 
getName() - Method in class io.sentry.protocol.SentryPackage
 
getName() - Method in class io.sentry.protocol.SentryRuntime
 
getName() - Method in class io.sentry.protocol.SentryThread
Gets the name of the thread.
getName() - Method in class io.sentry.protocol.User
Get human readable name.
getName() - Method in class io.sentry.quartz.SentryJobListener
 
getName() - Method in class io.sentry.SentryTraceHeader
 
getName() - Method in class io.sentry.SentryTracer
 
getName() - Method in class io.sentry.TransactionContext
 
getName() - Method in class io.sentry.UserFeedback
Gets the name of the user.
getNpotSupport() - Method in class io.sentry.protocol.Gpu
 
getOnErrorSampleRate() - Method in class io.sentry.SentryReplayOptions
 
getOp() - Method in class io.sentry.opentelemetry.OtelSpanInfo
 
getOp() - Method in class io.sentry.protocol.SentrySpan
 
getOp() - Method in class io.sentry.rrweb.RRWebSpanEvent
 
getOperatingSystem() - Method in class io.sentry.protocol.Contexts
 
getOperation() - Method in interface io.sentry.ISpan
Returns the span operation.
getOperation() - Method in class io.sentry.NoOpSpan
 
getOperation() - Method in class io.sentry.NoOpTransaction
 
getOperation() - Method in class io.sentry.SentryTracer
 
getOperation() - Method in class io.sentry.Span
 
getOperation() - Method in class io.sentry.SpanContext
 
getOptions() - Method in class io.sentry.Hub
 
getOptions() - Method in class io.sentry.HubAdapter
 
getOptions() - Method in interface io.sentry.IHub
Gets the SentryOptions attached to current scope.
getOptions() - Method in interface io.sentry.IScope
 
getOptions() - Method in class io.sentry.NoOpHub
 
getOptions() - Method in class io.sentry.NoOpScope
 
getOptions() - Method in class io.sentry.Scope
 
getOptionsObservers() - Method in class io.sentry.SentryOptions
Returns the list of SentryOptions observers
getOrder() - Method in class io.sentry.spring.graphql.SentryGraphqlBeanPostProcessor
 
getOrder() - Method in class io.sentry.spring.jakarta.graphql.SentryGraphqlBeanPostProcessor
 
getOrder() - Method in class io.sentry.spring.jakarta.SentryExceptionResolver
 
getOrder() - Method in class io.sentry.spring.SentryExceptionResolver
 
getOrientation() - Method in class io.sentry.protocol.Device
 
getOrigin() - Method in class io.sentry.Breadcrumb
Returns the origin
getOrigin() - Method in class io.sentry.protocol.SentrySpan
 
getOrigin() - Method in class io.sentry.SpanContext
 
getOthers() - Method in class io.sentry.protocol.Request
 
getOthers() - Method in class io.sentry.protocol.User
Deprecated.
use {User.getData()} instead
getOutboxPath() - Method in class io.sentry.SentryOptions
Returns the outbox path if cacheDirPath is set
getPackage() - Method in class io.sentry.protocol.SentryStackFrame
 
getPackageName() - Method in class io.sentry.SentryLockReason
 
getPackages() - Method in class io.sentry.protocol.SdkVersion
Deprecated.
getPackages() - Method in class io.sentry.SentryIntegrationPackageStorage
 
getPackageSet() - Method in class io.sentry.protocol.SdkVersion
 
getParams() - Method in class io.sentry.protocol.Message
 
getParentSampled() - Method in class io.sentry.TransactionContext
 
getParentSamplingDecision() - Method in class io.sentry.TransactionContext
 
getParentSpanId() - Method in class io.sentry.opentelemetry.TraceData
 
getParentSpanId() - Method in class io.sentry.PropagationContext
 
getParentSpanId() - Method in class io.sentry.protocol.SentrySpan
 
getParentSpanId() - Method in class io.sentry.Span
 
getParentSpanId() - Method in class io.sentry.SpanContext
 
getPass() - Method in class io.sentry.SentryOptions.Proxy
 
getPath() - Method in class io.sentry.vendor.gson.stream.JsonReader
Returns a JsonPath to the current location in the JSON value.
getPathname() - Method in class io.sentry.Attachment
Gets the pathname string of the attachment.
getPayload() - Method in class io.sentry.ReplayRecording
 
getPayloadUnknown() - Method in class io.sentry.rrweb.RRWebBreadcrumbEvent
 
getPayloadUnknown() - Method in class io.sentry.rrweb.RRWebSpanEvent
 
getPayloadUnknown() - Method in class io.sentry.rrweb.RRWebVideoEvent
 
getPerformanceCollectors() - Method in class io.sentry.SentryOptions
Returns the list of ICollectors.
getPermissions() - Method in class io.sentry.protocol.App
 
getPlatform() - Method in class io.sentry.ProfilingTraceData
 
getPlatform() - Method in class io.sentry.protocol.SentryStackFrame
 
getPlatform() - Method in class io.sentry.SentryBaseEvent
 
getPointerId() - Method in class io.sentry.rrweb.RRWebInteractionEvent
 
getPointerId() - Method in class io.sentry.rrweb.RRWebInteractionMoveEvent
 
getPointerType() - Method in class io.sentry.rrweb.RRWebInteractionEvent
 
getPort() - Method in class io.sentry.SentryOptions.Proxy
 
getPositions() - Method in class io.sentry.rrweb.RRWebInteractionMoveEvent
 
getPostContext() - Method in class io.sentry.protocol.SentryStackFrame
 
getPreContext() - Method in class io.sentry.protocol.SentryStackFrame
 
getPreviousSessionFile(String) - Static method in class io.sentry.cache.EnvelopeCache
 
getPrintUncaughtStackTrace() - Method in class io.sentry.ExternalOptions
 
getPriority() - Method in class io.sentry.protocol.SentryThread
Gets the priority of the thread.
getProcessorCount() - Method in class io.sentry.protocol.Device
 
getProcessorFrequency() - Method in class io.sentry.protocol.Device
 
getProfileId() - Method in class io.sentry.ProfilingTraceData
 
getProfileSampled() - Method in class io.sentry.SpanContext
 
getProfileSampled() - Method in class io.sentry.TracesSamplingDecision
 
getProfileSampleRate() - Method in class io.sentry.SentryAppStartProfilingOptions
 
getProfileSampleRate() - Method in class io.sentry.TracesSamplingDecision
 
getProfilesSampler() - Method in class io.sentry.SentryOptions
Returns the callback used to determine if a profile is sampled.
getProfilesSampleRate() - Method in class io.sentry.ExternalOptions
 
getProfilesSampleRate() - Method in class io.sentry.SentryOptions
Returns the profiles sample rate.
getProfilingTracesDirPath() - Method in class io.sentry.SentryAppStartProfilingOptions
 
getProfilingTracesDirPath() - Method in class io.sentry.SentryOptions
Returns the profiling traces dir.
getProfilingTracesHz() - Method in class io.sentry.SentryAppStartProfilingOptions
 
getProfilingTracesHz() - Method in class io.sentry.SentryOptions
Returns the rate the profiler will sample rates at.
getProguardUuid() - Method in class io.sentry.ExternalOptions
 
getProguardUuid() - Method in class io.sentry.SentryOptions
Returns a Proguard UUID.
getProguardUuid(Properties) - Static method in class io.sentry.util.DebugMetaPropertiesApplier
 
getPropagationContext() - Method in interface io.sentry.IScope
 
getPropagationContext() - Method in class io.sentry.NoOpScope
 
getPropagationContext() - Method in class io.sentry.Scope
 
getPropagator(ConfigProperties) - Method in class io.sentry.opentelemetry.SentryPropagatorProvider
 
getProperty(String) - Method in interface io.sentry.config.PropertiesProvider
Resolves property given by it's name.
getProperty(String, String) - Method in interface io.sentry.config.PropertiesProvider
Resolves property given by it's name.
getProxy() - Method in class io.sentry.ExternalOptions
 
getProxy() - Method in class io.sentry.SentryOptions
Returns the proxy if set
getPublicKey() - Method in class io.sentry.Baggage
 
getPublicKey() - Method in class io.sentry.TraceContext
 
getQuality() - Method in class io.sentry.SentryReplayOptions
 
getQuantity() - Method in class io.sentry.clientreport.DiscardedEvent
 
getQuery() - Method in class io.sentry.graphql.ExceptionReporter.ExceptionDetails
 
getQuery() - Method in class io.sentry.util.UrlUtils.UrlDetails
 
getQueryString() - Method in class io.sentry.protocol.Request
 
getRateLimiter() - Method in class io.sentry.Hub
 
getRateLimiter() - Method in class io.sentry.HubAdapter
 
getRateLimiter() - Method in interface io.sentry.IHub
 
getRateLimiter() - Method in interface io.sentry.ISentryClient
 
getRateLimiter() - Method in class io.sentry.NoOpHub
 
getRateLimiter() - Method in class io.sentry.SentryClient
 
getRateLimiter() - Method in class io.sentry.transport.apache.ApacheHttpClientTransport
 
getRateLimiter() - Method in class io.sentry.transport.AsyncHttpTransport
 
getRateLimiter() - Method in interface io.sentry.transport.ITransport
 
getRateLimiter() - Method in class io.sentry.transport.NoOpTransport
 
getRateLimiter() - Method in class io.sentry.transport.StdoutTransport
 
getRawDescription() - Method in class io.sentry.protocol.OperatingSystem
 
getRawDescription() - Method in class io.sentry.protocol.SentryRuntime
 
getRawFunction() - Method in class io.sentry.protocol.SentryStackFrame
 
getReactive() - Method in class io.sentry.spring.boot.jakarta.SentryProperties
 
getReadTimeoutMillis() - Method in class io.sentry.SentryOptions
Returns the read timeout in milliseconds
getReason() - Method in class io.sentry.clientreport.DiscardedEvent
 
getReason() - Method in enum class io.sentry.clientreport.DiscardReason
 
getRecoveryThreshold() - Method in class io.sentry.MonitorConfig
 
getRegion() - Method in class io.sentry.protocol.Geo
Gets the human readable region name or code.
getRegisters() - Method in class io.sentry.protocol.SentryStackTrace
 
getRelativeEndCpuMs() - Method in class io.sentry.ProfilingTransactionData
 
getRelativeEndNs() - Method in class io.sentry.ProfilingTransactionData
 
getRelativeStartCpuMs() - Method in class io.sentry.ProfilingTransactionData
 
getRelativeStartNs() - Method in class io.sentry.profilemeasurements.ProfileMeasurementValue
 
getRelativeStartNs() - Method in class io.sentry.ProfilingTransactionData
 
getRelease() - Method in class io.sentry.Baggage
 
getRelease() - Method in class io.sentry.CheckIn
 
getRelease() - Method in class io.sentry.ExternalOptions
 
getRelease() - Method in class io.sentry.ProfilingTraceData
 
getRelease() - Method in class io.sentry.SentryBaseEvent
 
getRelease() - Method in class io.sentry.SentryOptions
Returns the release
getRelease() - Method in class io.sentry.Session
 
getRelease() - Method in class io.sentry.TraceContext
 
getRenderingSystem() - Method in class io.sentry.protocol.ViewHierarchy
 
getRenderingSystem() - Method in class io.sentry.protocol.ViewHierarchyNode
 
getReplayController() - Method in class io.sentry.SentryOptions
 
getReplayId() - Method in class io.sentry.Baggage
 
getReplayId() - Method in interface io.sentry.IScope
Returns the Scope's current replay_id, previously set by IScope.setReplayId(SentryId)
getReplayId() - Method in class io.sentry.NoOpReplayController
 
getReplayId() - Method in class io.sentry.NoOpScope
 
getReplayId() - Method in interface io.sentry.ReplayController
 
getReplayId() - Method in class io.sentry.Scope
 
getReplayId() - Method in class io.sentry.SentryReplayEvent
 
getReplayId() - Method in class io.sentry.TraceContext
 
getReplayRecording() - Method in class io.sentry.Hint
 
getReplayStartTimestamp() - Method in class io.sentry.SentryReplayEvent
 
getReplayType() - Method in class io.sentry.SentryReplayEvent
 
getRequest() - Method in interface io.sentry.IScope
Returns the Scope's request
getRequest() - Method in class io.sentry.NoOpScope
 
getRequest() - Method in class io.sentry.Scope
Returns the Scope's request
getRequest() - Method in class io.sentry.SentryBaseEvent
 
getResponse() - Method in class io.sentry.protocol.Contexts
 
getResponseCode() - Method in class io.sentry.transport.TransportResult
 
getRuntime() - Method in class io.sentry.protocol.Contexts
 
getSampled() - Method in class io.sentry.Baggage
 
getSampled() - Method in class io.sentry.SpanContext
 
getSampled() - Method in class io.sentry.TraceContext
 
getSampled() - Method in class io.sentry.TracesSamplingDecision
 
getSampledProfile() - Method in class io.sentry.ProfilingTraceData
 
getSampleRate() - Method in class io.sentry.Baggage
 
getSampleRate() - Method in class io.sentry.SentryOptions
Returns the sample rate Default is null (disabled)
getSampleRate() - Method in class io.sentry.TraceContext
 
getSampleRate() - Method in class io.sentry.TracesSamplingDecision
 
getSampleRateDouble() - Method in class io.sentry.Baggage
 
getSamplingDecision() - Method in interface io.sentry.ITransaction
 
getSamplingDecision() - Method in class io.sentry.NoOpTransaction
 
getSamplingDecision() - Method in class io.sentry.protocol.SentryTransaction
 
getSamplingDecision() - Method in class io.sentry.SentryTracer
 
getSamplingDecision() - Method in class io.sentry.Span
 
getSamplingDecision() - Method in class io.sentry.SpanContext
 
getSchedule() - Method in class io.sentry.MonitorConfig
 
getScopeObservers() - Method in class io.sentry.SentryOptions
Returns the list of Scope observers
getScreen() - Method in interface io.sentry.IScope
Returns the Scope's current screen, previously set by IScope.setScreen(String)
getScreen() - Method in class io.sentry.NoOpScope
 
getScreen() - Method in class io.sentry.Scope
Returns the Scope's current screen, previously set by IScope.setScreen(String)
getScreenDensity() - Method in class io.sentry.protocol.Device
 
getScreenDpi() - Method in class io.sentry.protocol.Device
 
getScreenHeightPixels() - Method in class io.sentry.protocol.Device
 
getScreenshot() - Method in class io.sentry.Hint
 
getScreenWidthPixels() - Method in class io.sentry.protocol.Device
 
getSdk() - Method in class io.sentry.SentryBaseEvent
 
getSdkInfo() - Method in class io.sentry.protocol.DebugMeta
 
getSdkName() - Method in class io.sentry.protocol.SdkInfo
 
getSdkVersion() - Method in class io.sentry.SentryEnvelopeHeader
 
getSdkVersion() - Method in class io.sentry.SentryOptions
Returns the SdkVersion object
getSecond() - Method in class io.sentry.util.Pair
 
getSegment() - Method in class io.sentry.protocol.User
Deprecated.
has no effect and will be removed in the next major update.
getSegmentId() - Method in class io.sentry.ReplayRecording
 
getSegmentId() - Method in class io.sentry.rrweb.RRWebVideoEvent
 
getSegmentId() - Method in class io.sentry.SentryReplayEvent
 
getSendClientReports() - Method in class io.sentry.ExternalOptions
 
getSentAt() - Method in class io.sentry.SentryEnvelopeHeader
Get the timestamp when the event was sent from the SDK as string in RFC 3339 format.
getSentryClientName() - Method in class io.sentry.SentryOptions
Returns the Sentry client name
getSentryExceptions(Throwable) - Method in class io.sentry.SentryExceptionFactory
Creates a new instance from the given throwable.
getSentryExceptionsFromThread(SentryThread, Mechanism, Throwable) - Method in class io.sentry.SentryExceptionFactory
 
getSentrySdkHint(Hint) - Static method in class io.sentry.util.HintUtils
 
getSentryTraceHeader() - Method in exception io.sentry.exception.InvalidSentryTraceHeaderException
 
getSentryTraceHeader() - Method in class io.sentry.opentelemetry.TraceData
 
getSentryTraceHeader() - Method in class io.sentry.util.TracingUtils.TracingHeaders
 
getSentryUserProviders() - Method in class io.sentry.spring.jakarta.SentryUserFilter
 
getSentryUserProviders() - Method in class io.sentry.spring.SentryUserFilter
 
getSequence() - Method in class io.sentry.Session
 
getSerializable() - Method in class io.sentry.Attachment
Provides the bytes of the attachment.
getSerializeNulls() - Method in class io.sentry.vendor.gson.stream.JsonWriter
Returns true if object members are serialized when their value is null.
getSerializer() - Method in class io.sentry.SentryOptions
Returns the Serializer interface
getServerName() - Method in class io.sentry.ExternalOptions
 
getServerName() - Method in class io.sentry.SentryBaseEvent
 
getServerName() - Method in class io.sentry.SentryOptions
Gets the default server name to be used in Sentry events.
getSession() - Method in interface io.sentry.IScope
 
getSession() - Method in class io.sentry.NoOpScope
 
getSession() - Method in class io.sentry.Scope
 
getSessionDuration() - Method in class io.sentry.SentryReplayOptions
 
getSessionFlushTimeoutMillis() - Method in class io.sentry.SentryOptions
 
getSessionId() - Method in class io.sentry.Session
 
getSessionReplay() - Method in class io.sentry.ExperimentalOptions
 
getSessionSampleRate() - Method in class io.sentry.SentryReplayOptions
 
getSessionSegmentDuration() - Method in class io.sentry.SentryReplayOptions
 
getSessionTrackingIntervalMillis() - Method in class io.sentry.SentryOptions
Returns the session tracking interval in millis
getShutdownTimeout() - Method in class io.sentry.SentryOptions
getShutdownTimeoutMillis() - Method in class io.sentry.SentryOptions
Returns the shutdown timeout in Millis
getSize() - Method in class io.sentry.rrweb.RRWebVideoEvent
 
getSnapshot() - Method in class io.sentry.protocol.SentryStackTrace
 
getSource() - Method in class io.sentry.rrweb.RRWebIncrementalSnapshotEvent
 
getSpan() - Method in class io.sentry.Hub
 
getSpan() - Method in class io.sentry.HubAdapter
 
getSpan() - Method in interface io.sentry.IHub
Gets the current active transaction or span.
getSpan() - Method in interface io.sentry.IScope
Returns current active Span or Transaction.
getSpan() - Method in class io.sentry.NoOpHub
 
getSpan() - Method in class io.sentry.NoOpScope
 
getSpan() - Method in class io.sentry.Scope
Returns current active Span or Transaction.
getSpan() - Static method in class io.sentry.Sentry
Gets the current active transaction or span.
getSpanContext() - Method in interface io.sentry.ISpan
Gets the span context.
getSpanContext() - Method in class io.sentry.NoOpSpan
 
getSpanContext() - Method in class io.sentry.NoOpTransaction
 
getSpanContext() - Method in class io.sentry.SentryTracer
 
getSpanContext() - Method in class io.sentry.Span
 
getSpanId() - Method in class io.sentry.opentelemetry.TraceData
 
getSpanId() - Method in class io.sentry.PropagationContext
 
getSpanId() - Method in class io.sentry.protocol.SentrySpan
 
getSpanId() - Method in class io.sentry.SentryTraceHeader
 
getSpanId() - Method in class io.sentry.Span
 
getSpanId() - Method in class io.sentry.SpanContext
 
getSpans() - Method in interface io.sentry.ITransaction
 
getSpans() - Method in class io.sentry.NoOpTransaction
 
getSpans() - Method in class io.sentry.protocol.SentryTransaction
 
getSpans() - Method in class io.sentry.SentryTracer
 
getSpotlightConnectionUrl() - Method in class io.sentry.SentryOptions
 
getSpotlightConnectionUrl() - Method in class io.sentry.SpotlightIntegration
 
getSslSocketFactory() - Method in class io.sentry.SentryOptions
Returns SSLSocketFactory
getStackFrames(StackTraceElement[], boolean) - Method in class io.sentry.SentryStackTraceFactory
convert an Array of Java StackTraceElements to a list of SentryStackFrames
getStacktrace() - Method in class io.sentry.protocol.SentryException
Gets the stack trace.
getStacktrace() - Method in class io.sentry.protocol.SentryThread
Gets the stacktrace of the thread.
getStartDate() - Method in interface io.sentry.ISpan
Returns the start date of this span or transaction.
getStartDate() - Method in class io.sentry.NoOpSpan
 
getStartDate() - Method in class io.sentry.NoOpTransaction
 
getStartDate() - Method in class io.sentry.SentryTracer
 
getStartDate() - Method in class io.sentry.Span
 
getStarted() - Method in class io.sentry.Session
 
getStartTimestamp() - Method in class io.sentry.protocol.SentrySpan
 
getStartTimestamp() - Method in class io.sentry.protocol.SentryTransaction
 
getStartTimestamp() - Method in class io.sentry.rrweb.RRWebSpanEvent
 
getStartTimestamp() - Method in class io.sentry.TransactionOptions
Gets the startTimestamp
getStartType() - Method in class io.sentry.protocol.App
 
getState() - Method in class io.sentry.protocol.SentryThread
Gets the state of the thread.
getStatus() - Method in class io.sentry.CheckIn
 
getStatus() - Method in interface io.sentry.ISpan
Returns the span status
getStatus() - Method in class io.sentry.NoOpSpan
 
getStatus() - Method in class io.sentry.NoOpTransaction
 
getStatus() - Method in class io.sentry.protocol.SentrySpan
 
getStatus() - Method in class io.sentry.protocol.SentryTransaction
 
getStatus() - Method in class io.sentry.SentryTracer
 
getStatus() - Method in class io.sentry.Session
 
getStatus() - Method in class io.sentry.Span
 
getStatus() - Method in class io.sentry.SpanContext
 
getStatusCode() - Method in class io.sentry.protocol.Response
 
getStorageSize() - Method in class io.sentry.protocol.Device
 
getStringAfterDot(String) - Static method in class io.sentry.util.StringUtils
 
getSum() - Method in class io.sentry.metrics.GaugeMetric
 
getSum() - Method in class io.sentry.protocol.MetricSummary
 
getSummaries() - Method in class io.sentry.metrics.LocalMetricsAggregator
 
getSymbol() - Method in class io.sentry.protocol.SentryStackFrame
 
getSymbolAddr() - Method in class io.sentry.protocol.SentryStackFrame
 
getSynthetic() - Method in class io.sentry.protocol.Mechanism
 
getTag() - Method in class io.sentry.protocol.ViewHierarchyNode
 
getTag() - Method in class io.sentry.rrweb.RRWebBreadcrumbEvent
 
getTag() - Method in class io.sentry.rrweb.RRWebSpanEvent
 
getTag() - Method in class io.sentry.rrweb.RRWebVideoEvent
 
getTag(String) - Method in interface io.sentry.ISpan
 
getTag(String) - Method in class io.sentry.NoOpSpan
 
getTag(String) - Method in class io.sentry.NoOpTransaction
 
getTag(String) - Method in class io.sentry.SentryBaseEvent
 
getTag(String) - Method in class io.sentry.SentryTracer
 
getTag(String) - Method in class io.sentry.Span
 
getTags() - Method in class io.sentry.ExternalOptions
 
getTags() - Method in interface io.sentry.IScope
Returns the Scope's tags
getTags() - Method in class io.sentry.metrics.Metric
 
getTags() - Method in class io.sentry.NoOpScope
 
getTags() - Method in class io.sentry.protocol.MetricSummary
 
getTags() - Method in class io.sentry.protocol.SentrySpan
 
getTags() - Method in class io.sentry.Scope
Returns the Scope's tags
getTags() - Method in class io.sentry.SentryBaseEvent
 
getTags() - Method in class io.sentry.SentryOptions
Returns tags applied to all events and transactions.
getTags() - Method in class io.sentry.Span
 
getTags() - Method in class io.sentry.SpanContext
 
getThirdPartyHeader() - Method in class io.sentry.Baggage
 
getThread() - Method in exception io.sentry.exception.ExceptionMechanismException
Returns the encapsulated Thread
getThreadDump() - Method in class io.sentry.Hint
 
getThreadId() - Method in class io.sentry.protocol.SentryException
Gets an optional value which refers to a thread in the threads interface.
getThreadId() - Method in class io.sentry.SentryLockReason
 
getThreads() - Method in class io.sentry.SentryEvent
 
getThrowable() - Method in exception io.sentry.exception.ExceptionMechanismException
Returns the encapsulated Throwable
getThrowable() - Method in interface io.sentry.ISpan
Gets the throwable that was thrown during the execution of the span.
getThrowable() - Method in class io.sentry.NoOpSpan
 
getThrowable() - Method in class io.sentry.NoOpTransaction
 
getThrowable() - Method in class io.sentry.SentryBaseEvent
Returns the captured Throwable or null.
getThrowable() - Method in class io.sentry.SentryTracer
 
getThrowable() - Method in class io.sentry.Span
 
getThrowableMechanism() - Method in class io.sentry.SentryBaseEvent
Returns the captured Throwable or null.
getTimeBucketKey(long) - Static method in class io.sentry.metrics.MetricsHelper
 
getTimeOffset() - Method in class io.sentry.rrweb.RRWebInteractionMoveEvent.Position
 
getTimestamp() - Method in class io.sentry.Breadcrumb
Returns the Breadcrumb's timestamp as java.util.Date
getTimestamp() - Method in class io.sentry.clientreport.ClientReport
 
getTimestamp() - Method in class io.sentry.ProfilingTraceData
 
getTimestamp() - Method in class io.sentry.protocol.SentrySpan
 
getTimestamp() - Method in class io.sentry.protocol.SentryTransaction
 
getTimestamp() - Method in class io.sentry.rrweb.RRWebEvent
 
getTimestamp() - Method in class io.sentry.SentryEvent
 
getTimestamp() - Method in class io.sentry.SentryReplayEvent
 
getTimestamp() - Method in class io.sentry.Session
 
getTimestamp(Date) - Static method in class io.sentry.DateUtils
Get the UTC/ISO 8601 timestamp from Date
getTimestampMillis() - Method in class io.sentry.CpuCollectionData
 
getTimestampMillis() - Method in class io.sentry.MemoryCollectionData
 
getTimezone() - Method in class io.sentry.MonitorConfig
 
getTimezone() - Method in class io.sentry.protocol.Device
 
getTop() - Method in class io.sentry.rrweb.RRWebVideoEvent
 
getTrace() - Method in class io.sentry.MonitorContexts
 
getTrace() - Method in class io.sentry.protocol.Contexts
 
getTraceContext() - Method in class io.sentry.SentryEnvelopeHeader
 
getTraceFile() - Method in class io.sentry.ProfilingTraceData
 
getTraceId() - Method in class io.sentry.Baggage
 
getTraceId() - Method in class io.sentry.opentelemetry.TraceData
 
getTraceId() - Method in class io.sentry.ProfilingTraceData
 
getTraceId() - Method in class io.sentry.ProfilingTransactionData
 
getTraceId() - Method in class io.sentry.PropagationContext
 
getTraceId() - Method in class io.sentry.protocol.SentrySpan
 
getTraceId() - Method in class io.sentry.SentryTraceHeader
 
getTraceId() - Method in class io.sentry.Span
 
getTraceId() - Method in class io.sentry.SpanContext
 
getTraceId() - Method in class io.sentry.TraceContext
 
getTraceIds() - Method in class io.sentry.SentryReplayEvent
 
getTraceparent() - Method in class io.sentry.Hub
 
getTraceparent() - Method in class io.sentry.HubAdapter
 
getTraceparent() - Method in interface io.sentry.IHub
Returns the "sentry-trace" header that allows tracing across services.
getTraceparent() - Method in class io.sentry.NoOpHub
 
getTraceparent() - Static method in class io.sentry.Sentry
Returns the "sentry-trace" header that allows tracing across services.
getTracePropagationTargets() - Method in class io.sentry.ExternalOptions
 
getTracePropagationTargets() - Method in class io.sentry.SentryOptions
Returns a list of origins to which `sentry-trace` header should be sent in HTTP integrations.
getTraceSampleRate() - Method in class io.sentry.SentryAppStartProfilingOptions
 
getTracesSampler() - Method in class io.sentry.SentryOptions
Returns the callback used to determine if transaction is sampled.
getTracesSampleRate() - Method in class io.sentry.ExternalOptions
 
getTracesSampleRate() - Method in class io.sentry.SentryOptions
Returns the traces sample rate Default is null (disabled)
getTracingOrigins() - Method in class io.sentry.ExternalOptions
Deprecated.
getTracingOrigins() - Method in class io.sentry.SentryOptions
getTransaction() - Method in class io.sentry.Baggage
 
getTransaction() - Method in class io.sentry.Hub
 
getTransaction() - Method in class io.sentry.HubAdapter
 
getTransaction() - Method in interface io.sentry.IHub
Returns the transaction.
getTransaction() - Method in interface io.sentry.IScope
Returns active transaction or null if there is no active transaction.
getTransaction() - Method in class io.sentry.NoOpHub
 
getTransaction() - Method in class io.sentry.NoOpScope
 
getTransaction() - Method in class io.sentry.protocol.SentryTransaction
 
getTransaction() - Method in class io.sentry.Scope
Returns active transaction or null if there is no active transaction.
getTransaction() - Method in class io.sentry.SentryEvent
 
getTransaction() - Method in class io.sentry.TraceContext
 
getTransaction(ISerializer) - Method in class io.sentry.SentryEnvelopeItem
 
getTransactionContext() - Method in class io.sentry.SamplingContext
 
getTransactionFinishedCallback() - Method in class io.sentry.TransactionOptions
Gets the transactionFinishedCallback callback
getTransactionId() - Method in class io.sentry.ProfilingTraceData
 
getTransactionName() - Method in interface io.sentry.IScope
Returns the Scope's transaction name.
getTransactionName() - Method in class io.sentry.NoOpScope
 
getTransactionName() - Method in class io.sentry.ProfilingTraceData
 
getTransactionName() - Method in class io.sentry.Scope
Returns the Scope's transaction name.
getTransactionNameSource() - Method in interface io.sentry.ITransaction
Returns the source of the transaction name.
getTransactionNameSource() - Method in class io.sentry.NoOpTransaction
 
getTransactionNameSource() - Method in class io.sentry.opentelemetry.OtelSpanInfo
 
getTransactionNameSource() - Method in class io.sentry.SentryTracer
 
getTransactionNameSource() - Method in class io.sentry.TransactionContext
 
getTransactionPerformanceCollector() - Method in class io.sentry.SentryOptions
Gets the performance collector used to collect performance stats while transactions run.
getTransactionProfiler() - Method in class io.sentry.SentryOptions
Returns the listener interface to perform operations when a transaction is started or ended.
getTransactions() - Method in class io.sentry.ProfilingTraceData
 
getTransportFactory() - Method in class io.sentry.SentryOptions
Returns the TransportFactory interface
getTransportGate() - Method in class io.sentry.SentryOptions
Returns the TransportGate interface
getTruncationReason() - Method in class io.sentry.ProfilingTraceData
 
getType() - Method in class io.sentry.Breadcrumb
Returns the type
getType() - Method in class io.sentry.metrics.Metric
 
getType() - Method in class io.sentry.MonitorSchedule
 
getType() - Method in class io.sentry.protocol.DebugImage
 
getType() - Method in class io.sentry.protocol.Mechanism
 
getType() - Method in class io.sentry.protocol.SentryException
The Exception Type.
getType() - Method in class io.sentry.protocol.SentryTransaction
 
getType() - Method in class io.sentry.protocol.ViewHierarchyNode
 
getType() - Method in class io.sentry.rrweb.RRWebEvent
 
getType() - Method in class io.sentry.SentryEnvelopeItemHeader
 
getType() - Method in class io.sentry.SentryLockReason
 
getType() - Method in class io.sentry.SentryOptions.Proxy
 
getType() - Method in class io.sentry.SentryReplayEvent
 
getUnhandledException() - Method in class io.sentry.SentryEvent
 
getUnit() - Method in class io.sentry.metrics.Metric
 
getUnit() - Method in class io.sentry.MonitorSchedule
 
getUnit() - Method in class io.sentry.profilemeasurements.ProfileMeasurement
 
getUnit() - Method in class io.sentry.protocol.MeasurementValue
 
getUnknown() - Method in class io.sentry.Baggage
 
getUnknown() - Method in class io.sentry.Breadcrumb
 
getUnknown() - Method in class io.sentry.CheckIn
 
getUnknown() - Method in class io.sentry.clientreport.ClientReport
 
getUnknown() - Method in class io.sentry.clientreport.DiscardedEvent
 
getUnknown() - Method in interface io.sentry.JsonUnknown
 
getUnknown() - Method in class io.sentry.MonitorConfig
 
getUnknown() - Method in class io.sentry.MonitorSchedule
 
getUnknown() - Method in class io.sentry.profilemeasurements.ProfileMeasurement
 
getUnknown() - Method in class io.sentry.profilemeasurements.ProfileMeasurementValue
 
getUnknown() - Method in class io.sentry.ProfilingTraceData
 
getUnknown() - Method in class io.sentry.ProfilingTransactionData
 
getUnknown() - Method in class io.sentry.protocol.App
 
getUnknown() - Method in class io.sentry.protocol.Browser
 
getUnknown() - Method in class io.sentry.protocol.DebugImage
 
getUnknown() - Method in class io.sentry.protocol.DebugMeta
 
getUnknown() - Method in class io.sentry.protocol.Device
 
getUnknown() - Method in class io.sentry.protocol.Geo
 
getUnknown() - Method in class io.sentry.protocol.Gpu
 
getUnknown() - Method in class io.sentry.protocol.MeasurementValue
 
getUnknown() - Method in class io.sentry.protocol.Mechanism
 
getUnknown() - Method in class io.sentry.protocol.Message
 
getUnknown() - Method in class io.sentry.protocol.MetricSummary
 
getUnknown() - Method in class io.sentry.protocol.OperatingSystem
 
getUnknown() - Method in class io.sentry.protocol.Request
 
getUnknown() - Method in class io.sentry.protocol.Response
 
getUnknown() - Method in class io.sentry.protocol.SdkInfo
 
getUnknown() - Method in class io.sentry.protocol.SdkVersion
 
getUnknown() - Method in class io.sentry.protocol.SentryException
 
getUnknown() - Method in class io.sentry.protocol.SentryPackage
 
getUnknown() - Method in class io.sentry.protocol.SentryRuntime
 
getUnknown() - Method in class io.sentry.protocol.SentrySpan
 
getUnknown() - Method in class io.sentry.protocol.SentryStackFrame
 
getUnknown() - Method in class io.sentry.protocol.SentryStackTrace
 
getUnknown() - Method in class io.sentry.protocol.SentryThread
 
getUnknown() - Method in class io.sentry.protocol.SentryTransaction
 
getUnknown() - Method in class io.sentry.protocol.TransactionInfo
 
getUnknown() - Method in class io.sentry.protocol.User
 
getUnknown() - Method in class io.sentry.protocol.ViewHierarchy
 
getUnknown() - Method in class io.sentry.protocol.ViewHierarchyNode
 
getUnknown() - Method in class io.sentry.ReplayRecording
 
getUnknown() - Method in class io.sentry.rrweb.RRWebBreadcrumbEvent
 
getUnknown() - Method in class io.sentry.rrweb.RRWebInteractionEvent
 
getUnknown() - Method in class io.sentry.rrweb.RRWebInteractionMoveEvent
 
getUnknown() - Method in class io.sentry.rrweb.RRWebInteractionMoveEvent.Position
 
getUnknown() - Method in class io.sentry.rrweb.RRWebMetaEvent
 
getUnknown() - Method in class io.sentry.rrweb.RRWebSpanEvent
 
getUnknown() - Method in class io.sentry.rrweb.RRWebVideoEvent
 
getUnknown() - Method in class io.sentry.SentryAppStartProfilingOptions
 
getUnknown() - Method in class io.sentry.SentryEnvelopeHeader
 
getUnknown() - Method in class io.sentry.SentryEnvelopeItemHeader
 
getUnknown() - Method in class io.sentry.SentryEvent
 
getUnknown() - Method in class io.sentry.SentryLockReason
 
getUnknown() - Method in class io.sentry.SentryReplayEvent
 
getUnknown() - Method in class io.sentry.Session
 
getUnknown() - Method in class io.sentry.SpanContext
 
getUnknown() - Method in class io.sentry.TraceContext
 
getUnknown() - Method in class io.sentry.UserFeedback
 
getUnmaskViewClasses() - Method in class io.sentry.SentryReplayOptions
 
getUnmaskViewContainerClass() - Method in class io.sentry.SentryReplayOptions
 
getUrl() - Method in class io.sentry.protocol.Request
 
getUrl() - Method in class io.sentry.RequestDetails
 
getUrl() - Method in class io.sentry.util.UrlUtils.UrlDetails
 
getUrlOrFallback() - Method in class io.sentry.util.UrlUtils.UrlDetails
 
getUrls() - Method in class io.sentry.SentryReplayEvent
 
getUsableMemory() - Method in class io.sentry.protocol.Device
 
getUsedHeapMemory() - Method in class io.sentry.MemoryCollectionData
 
getUsedNativeMemory() - Method in class io.sentry.MemoryCollectionData
 
getUser() - Method in interface io.sentry.IScope
Returns the Scope's user
getUser() - Method in class io.sentry.NoOpScope
 
getUser() - Method in class io.sentry.Scope
Returns the Scope's user
getUser() - Method in class io.sentry.SentryBaseEvent
 
getUser() - Method in class io.sentry.SentryOptions.Proxy
 
getUserAgent() - Method in class io.sentry.Session
 
getUserFilterOrder() - Method in class io.sentry.spring.boot.jakarta.SentryProperties
 
getUserFilterOrder() - Method in class io.sentry.spring.boot.SentryProperties
 
getUserId() - Method in class io.sentry.Baggage
 
getUserId() - Method in class io.sentry.TraceContext
 
getUsername() - Method in class io.sentry.protocol.User
Gets the username of the user.
getUserSegment() - Method in class io.sentry.Baggage
Deprecated.
has no effect and will be removed in the next major update.
getUserSegment() - Method in class io.sentry.TraceContext
Deprecated.
has no effect and will be removed in the next major update.
getUuid() - Method in class io.sentry.protocol.DebugImage
 
getValue() - Method in class io.sentry.BaggageHeader
 
getValue() - Method in class io.sentry.metrics.CounterMetric
 
getValue() - Method in class io.sentry.MonitorSchedule
 
getValue() - Method in class io.sentry.profilemeasurements.ProfileMeasurementValue
 
getValue() - Method in class io.sentry.protocol.MeasurementValue
 
getValue() - Method in class io.sentry.protocol.SentryException
The exception value.
getValue() - Method in class io.sentry.SentryTraceHeader
 
getValue() - Method in class io.sentry.spring.jakarta.webflux.SentryReactorThreadLocalAccessor
 
getValue() - Method in class io.sentry.util.LazyEvaluator
Executes the evaluator function and caches its result, so that it's called only once, unless resetValue is called.
getValues() - Method in class io.sentry.profilemeasurements.ProfileMeasurement
 
getVariables() - Method in class io.sentry.graphql.ExceptionReporter.ExceptionDetails
 
getVars() - Method in class io.sentry.protocol.SentryStackFrame
 
getVendorId() - Method in class io.sentry.protocol.Gpu
 
getVendorName() - Method in class io.sentry.protocol.Gpu
 
getVersion() - Method in class io.sentry.protocol.Browser
 
getVersion() - Method in class io.sentry.protocol.Gpu
 
getVersion() - Method in class io.sentry.protocol.OperatingSystem
 
getVersion() - Method in class io.sentry.protocol.SdkVersion
 
getVersion() - Method in class io.sentry.protocol.SentryPackage
 
getVersion() - Method in class io.sentry.protocol.SentryRuntime
 
getVersionMajor() - Method in class io.sentry.protocol.SdkInfo
 
getVersionMinor() - Method in class io.sentry.protocol.SdkInfo
 
getVersionPatchlevel() - Method in class io.sentry.protocol.SdkInfo
 
getVideoFile() - Method in class io.sentry.SentryReplayEvent
 
getViewHierarchy() - Method in class io.sentry.Hint
 
getViewHierarchyExporters() - Method in class io.sentry.SentryOptions
Returns a list of all ViewHierarchyExporter instances used to export view hierarchy information.
getViewNames() - Method in class io.sentry.protocol.App
 
getVisibility() - Method in class io.sentry.protocol.ViewHierarchyNode
 
getWeight() - Method in class io.sentry.metrics.CounterMetric
 
getWeight() - Method in class io.sentry.metrics.DistributionMetric
 
getWeight() - Method in class io.sentry.metrics.GaugeMetric
 
getWeight() - Method in class io.sentry.metrics.Metric
 
getWeight() - Method in class io.sentry.metrics.SetMetric
 
getWidth() - Method in class io.sentry.protocol.ViewHierarchyNode
 
getWidth() - Method in class io.sentry.rrweb.RRWebMetaEvent
 
getWidth() - Method in class io.sentry.rrweb.RRWebVideoEvent
 
getWindows() - Method in class io.sentry.protocol.ViewHierarchy
 
getX() - Method in class io.sentry.protocol.ViewHierarchyNode
 
getX() - Method in class io.sentry.rrweb.RRWebInteractionEvent
 
getX() - Method in class io.sentry.rrweb.RRWebInteractionMoveEvent.Position
 
getY() - Method in class io.sentry.protocol.ViewHierarchyNode
 
getY() - Method in class io.sentry.rrweb.RRWebInteractionEvent
 
getY() - Method in class io.sentry.rrweb.RRWebInteractionMoveEvent.Position
 
GIBIBYTE - Enum constant in enum class io.sentry.MeasurementUnit.Information
Gibibyte (`"gibibyte"`), 2^30 bytes.
GIGABYTE - Enum constant in enum class io.sentry.MeasurementUnit.Information
Gigabyte (`"gigabyte"`), 10^9 bytes.
Gpu - Class in io.sentry.protocol
 
Gpu() - Constructor for class io.sentry.protocol.Gpu
 
Gpu.Deserializer - Class in io.sentry.protocol
 
Gpu.JsonKeys - Class in io.sentry.protocol
 
Graphql() - Constructor for class io.sentry.spring.boot.jakarta.SentryProperties.Graphql
 
Graphql() - Constructor for class io.sentry.spring.boot.SentryProperties.Graphql
 
GRAPHQL_HANDLER_PARAMETERS - Static variable in class io.sentry.TypeCheckHint
Used for GraphQl handler exceptions.
graphqlBeanPostProcessor() - Static method in class io.sentry.spring.boot.graphql.SentryGraphqlAutoConfiguration
 
graphqlBeanPostProcessor() - Static method in class io.sentry.spring.boot.jakarta.graphql.SentryGraphqlAutoConfiguration
 
graphqlBeanPostProcessor() - Method in class io.sentry.spring.graphql.SentryGraphqlConfiguration
 
graphqlBeanPostProcessor() - Method in class io.sentry.spring.jakarta.graphql.SentryGraphqlConfiguration
 
graphqlDataFetcher(String, String, String, String) - Static method in class io.sentry.Breadcrumb
Creates a breadcrumb for a GraphQL data fetcher.
graphqlDataLoader(Iterable<?>, Class<?>, Class<?>, String) - Static method in class io.sentry.Breadcrumb
Creates a breadcrumb for a GraphQL data loader.
graphqlOperation(String, String, String) - Static method in class io.sentry.Breadcrumb
Creates a breadcrumb for a GraphQL operation.
GraphqlStringUtils - Class in io.sentry.graphql
 
GraphqlStringUtils() - Constructor for class io.sentry.graphql.GraphqlStringUtils
 

H

handle(ServerWebExchange, Throwable) - Method in class io.sentry.spring.jakarta.webflux.SentryWebExceptionHandler
 
handle(ServerWebExchange, Throwable) - Method in class io.sentry.spring.webflux.SentryWebExceptionHandler
 
HANDLED - Static variable in class io.sentry.protocol.Mechanism.JsonKeys
 
handleException(Throwable, DataFetchingEnvironment, DataFetcherExceptionHandlerParameters) - Method in class io.sentry.graphql.SentryGraphqlExceptionHandler
 
handleException(DataFetcherExceptionHandlerParameters) - Method in class io.sentry.graphql.SentryDataFetcherExceptionHandler
Deprecated.
 
handleException(DataFetcherExceptionHandlerParameters) - Method in class io.sentry.graphql.SentryGenericDataFetcherExceptionHandler
 
hash(Object...) - Static method in class io.sentry.util.Objects
 
hashCode() - Method in class io.sentry.Breadcrumb
 
hashCode() - Method in class io.sentry.profilemeasurements.ProfileMeasurement
 
hashCode() - Method in class io.sentry.profilemeasurements.ProfileMeasurementValue
 
hashCode() - Method in class io.sentry.ProfilingTransactionData
 
hashCode() - Method in class io.sentry.protocol.App
 
hashCode() - Method in class io.sentry.protocol.Browser
 
hashCode() - Method in class io.sentry.protocol.Device
 
hashCode() - Method in class io.sentry.protocol.Gpu
 
hashCode() - Method in class io.sentry.protocol.OperatingSystem
 
hashCode() - Method in class io.sentry.protocol.Request
 
hashCode() - Method in class io.sentry.protocol.SdkVersion
 
hashCode() - Method in class io.sentry.protocol.SentryId
 
hashCode() - Method in class io.sentry.protocol.SentryPackage
 
hashCode() - Method in class io.sentry.protocol.User
 
hashCode() - Method in class io.sentry.ReplayRecording
 
hashCode() - Method in class io.sentry.rrweb.RRWebEvent
 
hashCode() - Method in class io.sentry.rrweb.RRWebMetaEvent
 
hashCode() - Method in class io.sentry.rrweb.RRWebVideoEvent
 
hashCode() - Method in class io.sentry.SentryLockReason
 
hashCode() - Method in class io.sentry.SentryReplayEvent
 
hashCode() - Method in class io.sentry.SpanContext
 
hashCode() - Method in class io.sentry.SpanId
 
hasNext() - Method in class io.sentry.JsonObjectReader
 
hasNext() - Method in interface io.sentry.ObjectReader
 
hasNext() - Method in class io.sentry.util.MapObjectReader
 
hasNext() - Method in class io.sentry.vendor.gson.stream.JsonReader
Returns true if the current array or object has another element.
hasType(Hint, Class<?>) - Static method in class io.sentry.util.HintUtils
 
hasValidPath(String, ILogger) - Method in interface io.sentry.SendCachedEnvelopeFireAndForgetIntegration.SendFireAndForgetFactory
 
HEADERS - Static variable in class io.sentry.protocol.Request.JsonKeys
 
HEADERS - Static variable in class io.sentry.protocol.Response.JsonKeys
 
heartbeat() - Element in annotation interface io.sentry.spring.checkin.SentryCheckIn
Whether to send only send heartbeat events.
heartbeat() - Element in annotation interface io.sentry.spring.jakarta.checkin.SentryCheckIn
Whether to send only send heartbeat events.
HEIGHT - Static variable in class io.sentry.protocol.ViewHierarchyNode.JsonKeys
 
HEIGHT - Static variable in class io.sentry.rrweb.RRWebMetaEvent.JsonKeys
 
HEIGHT - Static variable in class io.sentry.rrweb.RRWebVideoEvent.JsonKeys
 
HELD_LOCKS - Static variable in class io.sentry.protocol.SentryThread.JsonKeys
 
HELP_LINK - Static variable in class io.sentry.protocol.Mechanism.JsonKeys
 
HIGH - Enum constant in enum class io.sentry.SentryReplayOptions.SentryReplayQuality
Video Scale: 100% Bit Rate: 100.000
Hint - Class in io.sentry
 
Hint() - Constructor for class io.sentry.Hint
 
HintUtils - Class in io.sentry.util
Util class dealing with Hint as not to pollute the Hint API with internal functionality
HintUtils.SentryConsumer<T> - Interface in io.sentry.util
 
HintUtils.SentryHintFallback - Interface in io.sentry.util
 
HintUtils.SentryNullableConsumer<T> - Interface in io.sentry.util
 
HOUR - Enum constant in enum class io.sentry.MeasurementUnit.Duration
Hour (`"hour"`), 3600 seconds.
HOUR - Enum constant in enum class io.sentry.MonitorScheduleUnit
 
HREF - Static variable in class io.sentry.rrweb.RRWebMetaEvent.JsonKeys
 
http(String, String) - Static method in class io.sentry.Breadcrumb
Creates HTTP breadcrumb.
http(String, String, Integer) - Static method in class io.sentry.Breadcrumb
Creates HTTP breadcrumb.
HTTP_END_TIMESTAMP - Static variable in interface io.sentry.SpanDataConvention
 
HTTP_FRAGMENT_KEY - Static variable in interface io.sentry.SpanDataConvention
 
HTTP_METHOD_KEY - Static variable in interface io.sentry.SpanDataConvention
 
HTTP_QUERY_KEY - Static variable in interface io.sentry.SpanDataConvention
 
HTTP_RESPONSE_CONTENT_LENGTH_KEY - Static variable in interface io.sentry.SpanDataConvention
 
HTTP_START_TIMESTAMP - Static variable in interface io.sentry.SpanDataConvention
 
HTTP_STATUS_CODE_KEY - Static variable in interface io.sentry.SpanDataConvention
 
httpServletRequestSentryUserProvider(SentryOptions) - Method in class io.sentry.spring.jakarta.SentryWebConfiguration
 
httpServletRequestSentryUserProvider(SentryOptions) - Method in class io.sentry.spring.SentryWebConfiguration
 
HttpServletRequestSentryUserProvider - Class in io.sentry.spring
Resolves user information from HttpServletRequest obtained via RequestContextHolder.
HttpServletRequestSentryUserProvider - Class in io.sentry.spring.jakarta
Resolves user information from HttpServletRequest obtained via RequestContextHolder.
HttpServletRequestSentryUserProvider(SentryOptions) - Constructor for class io.sentry.spring.HttpServletRequestSentryUserProvider
 
HttpServletRequestSentryUserProvider(SentryOptions) - Constructor for class io.sentry.spring.jakarta.HttpServletRequestSentryUserProvider
 
HttpStatusCodeRange - Class in io.sentry
The Http status code range.
HttpStatusCodeRange(int) - Constructor for class io.sentry.HttpStatusCodeRange
 
HttpStatusCodeRange(int, int) - Constructor for class io.sentry.HttpStatusCodeRange
 
HttpUtils - Class in io.sentry.util
 
HttpUtils() - Constructor for class io.sentry.util.HttpUtils
 
Hub - Class in io.sentry
 
Hub(SentryOptions) - Constructor for class io.sentry.Hub
 
HubAdapter - Class in io.sentry
 

I

IBackpressureMonitor - Interface in io.sentry.backpressure
 
IClientReportRecorder - Interface in io.sentry.clientreport
 
IClientReportStorage - Interface in io.sentry.clientreport
 
IConnectionStatusProvider - Interface in io.sentry
 
IConnectionStatusProvider.ConnectionStatus - Enum Class in io.sentry
 
IConnectionStatusProvider.IConnectionStatusObserver - Interface in io.sentry
 
ICurrentDateProvider - Interface in io.sentry.transport
Date Provider to make the Transport unit testable
ID - Static variable in class io.sentry.ProfilingTransactionData.JsonKeys
 
ID - Static variable in class io.sentry.protocol.Device.JsonKeys
 
ID - Static variable in class io.sentry.protocol.Gpu.JsonKeys
 
ID - Static variable in class io.sentry.protocol.SentryThread.JsonKeys
 
ID - Static variable in class io.sentry.protocol.User.JsonKeys
 
ID - Static variable in class io.sentry.rrweb.RRWebInteractionEvent.JsonKeys
 
ID - Static variable in class io.sentry.rrweb.RRWebInteractionMoveEvent.Position.JsonKeys
 
ID_CPU_USAGE - Static variable in class io.sentry.profilemeasurements.ProfileMeasurement
 
ID_FROZEN_FRAME_RENDERS - Static variable in class io.sentry.profilemeasurements.ProfileMeasurement
 
ID_MEMORY_FOOTPRINT - Static variable in class io.sentry.profilemeasurements.ProfileMeasurement
 
ID_MEMORY_NATIVE_FOOTPRINT - Static variable in class io.sentry.profilemeasurements.ProfileMeasurement
 
ID_SCREEN_FRAME_RATES - Static variable in class io.sentry.profilemeasurements.ProfileMeasurement
 
ID_SLOW_FRAME_RENDERS - Static variable in class io.sentry.profilemeasurements.ProfileMeasurement
 
ID_UNKNOWN - Static variable in class io.sentry.profilemeasurements.ProfileMeasurement
 
IDENTIFIER - Static variable in class io.sentry.protocol.ViewHierarchyNode.JsonKeys
 
IEnvelopeCache - Interface in io.sentry.cache
 
IEnvelopeReader - Interface in io.sentry
 
IEnvelopeSender - Interface in io.sentry
 
ignoreCurrentThread() - Method in interface io.sentry.hints.AbnormalExit
Whether the current thread should be ignored from being marked as crashed, e.g.
IHub - Interface in io.sentry
SDK API contract which combines a client and scope management
ILogger - Interface in io.sentry
Sentry SDK internal logging interface.
IMAGE_ADDR - Static variable in class io.sentry.protocol.DebugImage.JsonKeys
 
IMAGE_ADDR - Static variable in class io.sentry.protocol.SentryStackFrame.JsonKeys
 
IMAGE_SIZE - Static variable in class io.sentry.protocol.DebugImage.JsonKeys
 
IMAGE_VIEW_CLASS_NAME - Static variable in class io.sentry.SentryReplayOptions
 
IMAGES - Static variable in class io.sentry.protocol.DebugMeta.JsonKeys
 
IMainThreadChecker - Interface in io.sentry.util.thread
 
IMemoryCollector - Interface in io.sentry
Used for collecting data about memory load when a transaction is active.
IMetricsAggregator - Interface in io.sentry
 
IMetricsClient - Interface in io.sentry.metrics
 
IN_APP - Static variable in class io.sentry.protocol.SentryStackFrame.JsonKeys
 
IN_FOREGROUND - Static variable in class io.sentry.protocol.App.JsonKeys
 
IN_PROGRESS - Enum constant in enum class io.sentry.CheckInStatus
 
InAppIncludesResolver - Class in io.sentry.spring.boot
Resolves SentryProperties inAppIncludes by getting a package name from a class annotated with SpringBootConfiguration or another annotation meta-annotated with SpringBootConfiguration like SpringBootApplication.
InAppIncludesResolver - Class in io.sentry.spring.boot.jakarta
Resolves SentryProperties inAppIncludes by getting a package name from a class annotated with SpringBootConfiguration or another annotation meta-annotated with SpringBootConfiguration like SpringBootApplication.
InAppIncludesResolver() - Constructor for class io.sentry.spring.boot.InAppIncludesResolver
 
InAppIncludesResolver() - Constructor for class io.sentry.spring.boot.jakarta.InAppIncludesResolver
 
increment() - Method in class io.sentry.transport.ReusableCountLatch
Increments the count of the latch, which will make it possible to block all threads waiting till count reaches zero.
increment(String) - Method in class io.sentry.metrics.MetricsApi
Emits an increment of 1.0 for a counter
increment(String, double) - Method in class io.sentry.metrics.MetricsApi
Emits a Counter metric
increment(String, double, MeasurementUnit) - Method in class io.sentry.metrics.MetricsApi
Emits a Counter metric
increment(String, double, MeasurementUnit, Map<String, String>) - Method in class io.sentry.metrics.MetricsApi
Emits a Counter metric
increment(String, double, MeasurementUnit, Map<String, String>, long, LocalMetricsAggregator) - Method in interface io.sentry.IMetricsAggregator
Emits a Counter metric
increment(String, double, MeasurementUnit, Map<String, String>, long, LocalMetricsAggregator) - Method in class io.sentry.metrics.NoopMetricsAggregator
 
increment(String, double, MeasurementUnit, Map<String, String>, long, LocalMetricsAggregator) - Method in class io.sentry.MetricsAggregator
 
increment(String, double, MeasurementUnit, Map<String, String>, Long) - Method in class io.sentry.metrics.MetricsApi
Emits a Counter metric
IncrementalSnapshot - Enum constant in enum class io.sentry.rrweb.RRWebEventType
 
info(String) - Static method in class io.sentry.Breadcrumb
Creates info breadcrumb - information that helps identify the root cause of the issue or for whom the error occurred.
INFO - Enum constant in enum class io.sentry.SentryLevel
 
init() - Static method in class io.sentry.Sentry
Initializes the SDK
init(OptionsContainer<T>, Sentry.OptionsConfiguration<T>) - Static method in class io.sentry.Sentry
Initializes the SDK
init(OptionsContainer<T>, Sentry.OptionsConfiguration<T>, boolean) - Static method in class io.sentry.Sentry
Initializes the SDK
init(Sentry.OptionsConfiguration<SentryOptions>) - Static method in class io.sentry.Sentry
Initializes the SDK with an optional configuration options callback.
init(Sentry.OptionsConfiguration<SentryOptions>, boolean) - Static method in class io.sentry.Sentry
Initializes the SDK with an optional configuration options callback.
init(SentryOptions) - Static method in class io.sentry.Sentry
Initializes the SDK with a SentryOptions.
init(String) - Static method in class io.sentry.Sentry
Initializes the SDK
INIT - Static variable in class io.sentry.Session.JsonKeys
 
inject(Context, C, TextMapSetter<C>) - Method in class io.sentry.opentelemetry.SentryPropagator
 
Input - Enum constant in enum class io.sentry.rrweb.RRWebIncrementalSnapshotEvent.IncrementalSource
 
INSTRUCTION_ADDR - Static variable in class io.sentry.protocol.SentryStackFrame.JsonKeys
 
instrumentDataFetcher(DataFetcher<?>, InstrumentationFieldFetchParameters) - Method in class io.sentry.graphql.SentryInstrumentation
 
Instrumenter - Enum Class in io.sentry
Which framework is responsible for instrumenting.
instrumentExecutionResult(ExecutionResult, InstrumentationExecutionParameters) - Method in class io.sentry.graphql.SentryInstrumentation
 
Integration - Interface in io.sentry
Code that provides middlewares, bindings or hooks into certain frameworks or environments, along with code that inserts those bindings and activates them.
INTEGRATIONS - Static variable in class io.sentry.protocol.SdkVersion.JsonKeys
 
IntegrationUtils - Class in io.sentry.util
 
IntegrationUtils() - Constructor for class io.sentry.util.IntegrationUtils
 
intercept(HttpRequest, byte[], ClientHttpRequestExecution) - Method in class io.sentry.spring.jakarta.tracing.SentrySpanClientHttpRequestInterceptor
 
intercept(HttpRequest, byte[], ClientHttpRequestExecution) - Method in class io.sentry.spring.tracing.SentrySpanClientHttpRequestInterceptor
 
INTERNAL_ERROR - Enum constant in enum class io.sentry.SpanStatus
Some invariants expected by the underlying system have been broken.
interval(Integer, MonitorScheduleUnit) - Static method in class io.sentry.MonitorSchedule
 
INTERVAL - Enum constant in enum class io.sentry.MonitorScheduleType
 
INVALID_ARGUMENT - Enum constant in enum class io.sentry.SpanStatus
The client specified an invalid argument.
InvalidSentryTraceHeaderException - Exception in io.sentry.exception
Thrown when SentryTraceHeader fails to create because of the invalid value of the "sentry-trace" header field.
InvalidSentryTraceHeaderException(String) - Constructor for exception io.sentry.exception.InvalidSentryTraceHeaderException
 
InvalidSentryTraceHeaderException(String, Throwable) - Constructor for exception io.sentry.exception.InvalidSentryTraceHeaderException
 
invoke(MethodInvocation) - Method in class io.sentry.spring.checkin.SentryCheckInAdvice
 
invoke(MethodInvocation) - Method in class io.sentry.spring.exception.SentryCaptureExceptionParameterAdvice
 
invoke(MethodInvocation) - Method in class io.sentry.spring.jakarta.checkin.SentryCheckInAdvice
 
invoke(MethodInvocation) - Method in class io.sentry.spring.jakarta.exception.SentryCaptureExceptionParameterAdvice
 
invoke(MethodInvocation) - Method in class io.sentry.spring.jakarta.tracing.SentrySpanAdvice
 
invoke(MethodInvocation) - Method in class io.sentry.spring.jakarta.tracing.SentryTransactionAdvice
 
invoke(MethodInvocation) - Method in class io.sentry.spring.tracing.SentrySpanAdvice
 
invoke(MethodInvocation) - Method in class io.sentry.spring.tracing.SentryTransactionAdvice
 
io.sentry - package io.sentry
 
io.sentry.apollo - package io.sentry.apollo
 
io.sentry.apollo3 - package io.sentry.apollo3
 
io.sentry.backpressure - package io.sentry.backpressure
 
io.sentry.cache - package io.sentry.cache
 
io.sentry.clientreport - package io.sentry.clientreport
 
io.sentry.compose - package io.sentry.compose
 
io.sentry.compose.gestures - package io.sentry.compose.gestures
 
io.sentry.compose.viewhierarchy - package io.sentry.compose.viewhierarchy
 
io.sentry.config - package io.sentry.config
 
io.sentry.exception - package io.sentry.exception
 
io.sentry.graphql - package io.sentry.graphql
 
io.sentry.hints - package io.sentry.hints
 
io.sentry.instrumentation.file - package io.sentry.instrumentation.file
 
io.sentry.jdbc - package io.sentry.jdbc
 
io.sentry.jul - package io.sentry.jul
 
io.sentry.log4j2 - package io.sentry.log4j2
 
io.sentry.logback - package io.sentry.logback
 
io.sentry.metrics - package io.sentry.metrics
 
io.sentry.okhttp - package io.sentry.okhttp
 
io.sentry.openfeign - package io.sentry.openfeign
 
io.sentry.opentelemetry - package io.sentry.opentelemetry
 
io.sentry.profilemeasurements - package io.sentry.profilemeasurements
 
io.sentry.protocol - package io.sentry.protocol
 
io.sentry.quartz - package io.sentry.quartz
 
io.sentry.rrweb - package io.sentry.rrweb
 
io.sentry.servlet - package io.sentry.servlet
 
io.sentry.servlet.jakarta - package io.sentry.servlet.jakarta
 
io.sentry.spring - package io.sentry.spring
 
io.sentry.spring.boot - package io.sentry.spring.boot
 
io.sentry.spring.boot.graphql - package io.sentry.spring.boot.graphql
 
io.sentry.spring.boot.jakarta - package io.sentry.spring.boot.jakarta
 
io.sentry.spring.boot.jakarta.graphql - package io.sentry.spring.boot.jakarta.graphql
 
io.sentry.spring.checkin - package io.sentry.spring.checkin
 
io.sentry.spring.exception - package io.sentry.spring.exception
 
io.sentry.spring.graphql - package io.sentry.spring.graphql
 
io.sentry.spring.jakarta - package io.sentry.spring.jakarta
 
io.sentry.spring.jakarta.checkin - package io.sentry.spring.jakarta.checkin
 
io.sentry.spring.jakarta.exception - package io.sentry.spring.jakarta.exception
 
io.sentry.spring.jakarta.graphql - package io.sentry.spring.jakarta.graphql
 
io.sentry.spring.jakarta.tracing - package io.sentry.spring.jakarta.tracing
 
io.sentry.spring.jakarta.webflux - package io.sentry.spring.jakarta.webflux
 
io.sentry.spring.tracing - package io.sentry.spring.tracing
 
io.sentry.spring.webflux - package io.sentry.spring.webflux
 
io.sentry.transport - package io.sentry.transport
 
io.sentry.transport.apache - package io.sentry.transport.apache
 
io.sentry.util - package io.sentry.util
 
io.sentry.util.thread - package io.sentry.util.thread
 
io.sentry.vendor - package io.sentry.vendor
 
io.sentry.vendor.gson.stream - package io.sentry.vendor.gson.stream
 
IOptionsObserver - Interface in io.sentry
A SentryOptions observer that tracks changes of SentryOptions.
IP_ADDRESS - Static variable in class io.sentry.protocol.User.JsonKeys
 
IP_ADDRESS - Static variable in class io.sentry.Session.JsonKeys
 
IpAddressUtils - Class in io.sentry
 
IPerformanceCollector - Interface in io.sentry
Used for collecting performance data while a transaction / span is running
IPerformanceContinuousCollector - Interface in io.sentry
Used for collecting continuous data about vitals (slow, frozen frames, etc.) when a transaction/span is running.
IPerformanceSnapshotCollector - Interface in io.sentry
Used for collecting data about vitals (memory, cpu, etc.) when a transaction is active.
IS_PROFILING_ENABLED - Static variable in class io.sentry.SentryAppStartProfilingOptions.JsonKeys
 
isActiveForCategory(DataCategory) - Method in class io.sentry.transport.RateLimiter
 
isAfter(SentryDate) - Method in class io.sentry.SentryDate
 
isAndroid() - Static method in class io.sentry.util.Platform
 
isAnyRateLimitActive() - Method in class io.sentry.transport.RateLimiter
 
isAppStartTransaction() - Method in class io.sentry.TransactionOptions
 
isAttachServerName() - Method in class io.sentry.SentryOptions
Returns if SDK automatically resolves and attaches server name to events.
isAttachStacktrace() - Method in class io.sentry.SentryOptions
Checks if the AttachStacktrace is enabled or not
isAttachThreads() - Method in class io.sentry.SentryOptions
Checks if the AttachThreads is enabled or not
isBefore(SentryDate) - Method in class io.sentry.SentryDate
 
isBindToScope() - Method in class io.sentry.TransactionOptions
Checks if bindToScope is enabled
isCharging() - Method in class io.sentry.protocol.Device
 
isClosed() - Method in interface io.sentry.ISentryExecutorService
Check if there was a previous call to the close() method.
isClosed() - Method in class io.sentry.SentryExecutorService
 
isConnected() - Method in interface io.sentry.transport.ITransportGate
Checks if the device is connected or not
isConnected() - Method in class io.sentry.transport.NoOpTransportGate
 
IScope - Interface in io.sentry
 
IScopeObserver - Interface in io.sentry
A Scope observer that tracks changes on Scope.
isCrashed() - Method in class io.sentry.protocol.SentryThread
Gets whether the crash happened on this thread.
isCrashed() - Method in class io.sentry.SentryEvent
Returns true if any exception was unhandled by the user.
isCrashedLastRun() - Method in class io.sentry.Hub
 
isCrashedLastRun() - Method in class io.sentry.HubAdapter
 
isCrashedLastRun() - Method in interface io.sentry.IHub
Returns if the App has crashed (Process has terminated) during the last run.
isCrashedLastRun() - Method in class io.sentry.NoOpHub
 
isCrashedLastRun() - Static method in class io.sentry.Sentry
Returns if the App has crashed (Process has terminated) during the last run.
isCrashedLastRun(String, boolean) - Method in class io.sentry.SentryCrashLastRunState
 
isCurrent() - Method in class io.sentry.protocol.SentryThread
Get an optional flag to indicate that the thread was in the foreground.
isDaemon() - Method in class io.sentry.protocol.SentryThread
Gets if this thread is a daemon thread.
isDebug() - Method in class io.sentry.SentryOptions
Check if debug mode is ON Default is OFF
isDefault(String) - Static method in class io.sentry.IpAddressUtils
 
isDeviceIsEmulator() - Method in class io.sentry.ProfilingTraceData
 
isDirectoryValid() - Method in class io.sentry.cache.EnvelopeCache
Check if a dir.
isEnableAotCompatibility() - Method in class io.sentry.spring.boot.jakarta.SentryProperties
 
isEnableAppStartProfiling() - Method in class io.sentry.SentryOptions
Whether to profile app launches, depending on profilesSampler or profilesSampleRate.
isEnableAutoSessionTracking() - Method in class io.sentry.SentryOptions
Returns if the automatic session tracking is enabled or not
isEnableBackpressureHandling() - Method in class io.sentry.ExternalOptions
 
isEnableBackpressureHandling() - Method in class io.sentry.SentryOptions
 
isEnabled() - Method in class io.sentry.ExternalOptions
 
isEnabled() - Method in class io.sentry.Hub
 
isEnabled() - Method in class io.sentry.HubAdapter
 
isEnabled() - Method in interface io.sentry.IHub
Check if the Hub is enabled/active.
isEnabled() - Method in interface io.sentry.ISentryClient
Whether the client is enabled or not
isEnabled() - Method in class io.sentry.NoOpHub
 
isEnabled() - Static method in class io.sentry.Sentry
Check if the current Hub is enabled/active.
isEnabled() - Method in class io.sentry.SentryClient
 
isEnabled() - Method in class io.sentry.SentryOptions
Whether Sentry is enabled.
isEnabled() - Method in class io.sentry.spring.boot.jakarta.SentryProperties.Logging
 
isEnabled() - Method in class io.sentry.spring.boot.SentryProperties.Logging
 
isEnabled(SentryLevel) - Method in class io.sentry.DiagnosticLogger
Whether this logger is enabled for the specified SentryLevel.
isEnabled(SentryLevel) - Method in interface io.sentry.ILogger
Whether this logger is enabled for the specified SentryLevel.
isEnabled(SentryLevel) - Method in class io.sentry.NoOpLogger
 
isEnabled(SentryLevel) - Method in class io.sentry.SystemOutLogger
 
isEnableDeduplication() - Method in class io.sentry.SentryOptions
Returns if event deduplication is turned on.
isEnableDefaultTagsForMetrics() - Method in class io.sentry.SentryOptions
 
isEnableExternalConfiguration() - Method in class io.sentry.SentryOptions
Returns if loading properties from external sources is enabled.
isEnableMetrics() - Method in class io.sentry.SentryOptions
 
isEnablePrettySerializationOutput() - Method in class io.sentry.ExternalOptions
 
isEnablePrettySerializationOutput() - Method in class io.sentry.SentryOptions
Whether to format serialized data, e.g.
isEnableScopePersistence() - Method in class io.sentry.SentryOptions
 
isEnableScreenTracking() - Method in class io.sentry.SentryOptions
 
isEnableShutdownHook() - Method in class io.sentry.SentryOptions
True if ShutdownHookIntegration is enabled, false otherwise.
isEnableSpanLocalMetricAggregation() - Method in class io.sentry.SentryOptions
 
isEnableSpotlight() - Method in class io.sentry.SentryOptions
 
isEnableTimeToFullDisplayTracing() - Method in class io.sentry.SentryOptions
Gets if the time-to-full-display spans is tracked in navigation transactions.
isEnableUncaughtExceptionHandler() - Method in class io.sentry.SentryOptions
Checks if the default UncaughtExceptionHandlerIntegration is enabled or not.
isEnableUserInteractionBreadcrumbs() - Method in class io.sentry.SentryOptions
 
isEnableUserInteractionTracing() - Method in class io.sentry.SentryOptions
 
isEndRequired() - Method in class io.sentry.opentelemetry.SentrySpanProcessor
 
ISentryClient - Interface in io.sentry
Sentry Client interface
ISentryExecutorService - Interface in io.sentry
Sentry Executor Service that sends cached events and envelopes on App.
ISerializer - Interface in io.sentry
 
isErrored() - Method in class io.sentry.SentryEvent
Returns true if this event has any sort of exception
isFinished() - Method in interface io.sentry.ISpan
Returns if span has finished.
isFinished() - Method in class io.sentry.NoOpSpan
 
isFinished() - Method in class io.sentry.NoOpTransaction
 
isFinished() - Method in class io.sentry.protocol.SentrySpan
 
isFinished() - Method in class io.sentry.protocol.SentryTransaction
 
isFinished() - Method in class io.sentry.SentryTracer
 
isFinished() - Method in class io.sentry.Span
 
isFlushable(SentryId) - Method in interface io.sentry.hints.DiskFlushNotification
 
isFlushable(SentryId) - Method in class io.sentry.UncaughtExceptionHandlerIntegration.UncaughtExceptionHint
 
isForNextAppStart() - Method in class io.sentry.TransactionContext
Whether this TransactionContext evaluates for the next app start.
isFromHybridSdk(Hint) - Static method in class io.sentry.util.HintUtils
 
isHandled() - Method in class io.sentry.protocol.Mechanism
 
isHealthy() - Method in class io.sentry.Hub
 
isHealthy() - Method in class io.sentry.HubAdapter
 
isHealthy() - Method in interface io.sentry.IHub
Whether the transport is healthy.
isHealthy() - Method in interface io.sentry.ISentryClient
 
isHealthy() - Method in class io.sentry.NoOpHub
 
isHealthy() - Static method in class io.sentry.Sentry
 
isHealthy() - Method in class io.sentry.SentryClient
 
isHealthy() - Method in class io.sentry.transport.AsyncHttpTransport
 
isHealthy() - Method in interface io.sentry.transport.ITransport
 
isHtmlSafe() - Method in class io.sentry.vendor.gson.stream.JsonWriter
Returns true if this writer writes JSON that's safe for inclusion in HTML and XML documents.
isIdle() - Method in class io.sentry.SpanOptions
 
isIgnored(List<String>, String) - Static method in class io.sentry.util.CheckInUtils
Checks if a check-in for a monitor (CRON) has been ignored.
isInApp() - Method in class io.sentry.protocol.SentryStackFrame
 
isInApp(String) - Method in class io.sentry.SentryStackTraceFactory
Returns if the className is InApp or not.
isInRange(int) - Method in class io.sentry.HttpStatusCodeRange
 
isJavaNinePlus() - Static method in class io.sentry.util.Platform
 
isJvm() - Static method in class io.sentry.util.Platform
 
isLenient() - Method in class io.sentry.vendor.gson.stream.JsonReader
Returns true if this parser is liberal in what it accepts.
isLenient() - Method in class io.sentry.vendor.gson.stream.JsonWriter
Returns true if this writer has relaxed syntax rules.
isLowMemory() - Method in class io.sentry.protocol.Device
 
isMain() - Method in class io.sentry.protocol.SentryThread
If applicable, a flag indicating whether the thread was responsible for rendering the user interface.
isMainThread() - Method in interface io.sentry.util.thread.IMainThreadChecker
Checks if the calling/current thread is the Main/UI thread
isMainThread() - Method in class io.sentry.util.thread.MainThreadChecker
 
isMainThread() - Method in class io.sentry.util.thread.NoOpMainThreadChecker
 
isMainThread(long) - Method in interface io.sentry.util.thread.IMainThreadChecker
 
isMainThread(long) - Method in class io.sentry.util.thread.MainThreadChecker
 
isMainThread(long) - Method in class io.sentry.util.thread.NoOpMainThreadChecker
 
isMainThread(SentryThread) - Method in interface io.sentry.util.thread.IMainThreadChecker
Checks if a given thread is the Main/UI thread
isMainThread(SentryThread) - Method in class io.sentry.util.thread.MainThreadChecker
 
isMainThread(SentryThread) - Method in class io.sentry.util.thread.NoOpMainThreadChecker
 
isMainThread(Thread) - Method in interface io.sentry.util.thread.IMainThreadChecker
Checks if a given thread is the Main/UI thread
isMainThread(Thread) - Method in class io.sentry.util.thread.MainThreadChecker
 
isMainThread(Thread) - Method in class io.sentry.util.thread.NoOpMainThreadChecker
 
isMultiThreadedRendering() - Method in class io.sentry.protocol.Gpu
 
isMutable() - Method in class io.sentry.Baggage
 
isNative() - Method in class io.sentry.protocol.SentryStackFrame
 
isNoOp() - Method in interface io.sentry.ISpan
Whether this span instance is a NOOP that doesn't collect information
isNoOp() - Method in class io.sentry.NoOpSpan
 
isNoOp() - Method in class io.sentry.NoOpTransaction
 
isNoOp() - Method in class io.sentry.SentryTracer
 
isNoOp() - Method in class io.sentry.Span
 
isOnline() - Method in class io.sentry.protocol.Device
 
ISpan - Interface in io.sentry
Represents performance monitoring Span.
isPrintfStyle() - Method in class io.sentry.jul.SentryHandler
 
isPrintUncaughtStackTrace() - Method in class io.sentry.SentryOptions
Checks if printing exceptions by UncaughtExceptionHandler is enabled or disabled.
isProfileSampled() - Method in interface io.sentry.ITransaction
Returns if the profile of a transaction is sampled.
isProfileSampled() - Method in class io.sentry.NoOpTransaction
 
isProfileSampled() - Method in class io.sentry.SentryAppStartProfilingOptions
 
isProfileSampled() - Method in class io.sentry.SentryTracer
 
isProfileSampled() - Method in class io.sentry.Span
 
isProfilingEnabled() - Method in class io.sentry.SentryAppStartProfilingOptions
 
isProfilingEnabled() - Method in class io.sentry.SentryOptions
Returns if profiling is enabled for transactions.
isRecording() - Method in class io.sentry.NoOpReplayController
 
isRecording() - Method in interface io.sentry.ReplayController
 
isRelevantFileName(String) - Method in class io.sentry.EnvelopeSender
 
isRelevantFileName(String) - Method in class io.sentry.OutboxSender
 
isRetry() - Method in interface io.sentry.hints.Retryable
 
isRooted() - Method in class io.sentry.protocol.OperatingSystem
 
isRunning() - Method in interface io.sentry.ITransactionProfiler
 
isRunning() - Method in class io.sentry.NoOpTransactionProfiler
 
isSampled() - Method in interface io.sentry.ITransaction
Returns if transaction is sampled.
isSampled() - Method in class io.sentry.NoOpTransaction
 
isSampled() - Method in class io.sentry.PropagationContext
 
isSampled() - Method in class io.sentry.protocol.SentryTransaction
 
isSampled() - Method in class io.sentry.SentryTraceHeader
 
isSampled() - Method in class io.sentry.SentryTracer
 
isSampled() - Method in class io.sentry.Span
 
isSecurityCookie(String, List<String>) - Static method in class io.sentry.util.HttpUtils
 
isSendClientReports() - Method in class io.sentry.SentryOptions
Returns whether sending of client reports has been enabled.
isSendDefaultPii() - Method in class io.sentry.SentryOptions
 
isSendModules() - Method in class io.sentry.ExternalOptions
 
isSendModules() - Method in class io.sentry.SentryOptions
Whether to send modules containing information about versions.
isSessionReplayEnabled() - Method in class io.sentry.SentryReplayOptions
 
isSessionReplayForErrorsEnabled() - Method in class io.sentry.SentryReplayOptions
 
isSimulator() - Method in class io.sentry.protocol.Device
 
isSnapshot() - Method in exception io.sentry.exception.ExceptionMechanismException
Returns true if its a snapshot or false otherwise
isStartRequired() - Method in class io.sentry.opentelemetry.SentrySpanProcessor
 
isSubscription() - Method in class io.sentry.graphql.ExceptionReporter.ExceptionDetails
 
isSuccess() - Method in interface io.sentry.hints.SubmissionResult
 
isSuccess() - Method in class io.sentry.transport.TransportResult
 
isTerminated() - Method in class io.sentry.Session
 
isThreadLocalAccessorEnabled() - Method in class io.sentry.spring.boot.jakarta.SentryProperties.Reactive
 
isThreadLocalContextAware() - Method in class io.sentry.spring.graphql.SentryDataFetcherExceptionResolverAdapter
 
isThreadLocalContextAware() - Method in class io.sentry.spring.jakarta.graphql.SentryDataFetcherExceptionResolverAdapter
 
isTraceOptionsRequests() - Method in class io.sentry.SentryOptions
Whether OPTIONS requests should be traced.
isTraceSampled() - Method in class io.sentry.SentryAppStartProfilingOptions
 
isTraceSampling() - Method in class io.sentry.SentryOptions
Returns whether the `baggage` header is attached to HTTP client integrations and the `trace` header is attached to envelopes.
isTracingEnabled() - Method in class io.sentry.SentryOptions
Returns if tracing should be enabled.
isTrimEnd() - Method in class io.sentry.SpanOptions
 
isTrimStart() - Method in class io.sentry.SpanOptions
 
isUseGitCommitIdAsRelease() - Method in class io.sentry.spring.boot.jakarta.SentryProperties
 
isUseGitCommitIdAsRelease() - Method in class io.sentry.spring.boot.SentryProperties
 
isValidProfilesSampleRate(Double) - Static method in class io.sentry.util.SampleRateUtils
 
isValidSampleRate(Double) - Static method in class io.sentry.util.SampleRateUtils
 
isValidTracesSampleRate(Double) - Static method in class io.sentry.util.SampleRateUtils
 
isValidTracesSampleRate(Double, boolean) - Static method in class io.sentry.util.SampleRateUtils
 
isWaitForChildren() - Method in class io.sentry.TransactionOptions
Checks if waitForChildren is enabled
iterator() - Method in class io.sentry.cache.EnvelopeCache
 
iterator() - Method in class io.sentry.transport.NoOpEnvelopeCache
 
ITransaction - Interface in io.sentry
 
ITransactionProfiler - Interface in io.sentry
Used for performing operations when a transaction is started or ended.
ITransport - Interface in io.sentry.transport
A transport is in charge of sending the event to the Sentry server.
ITransportFactory - Interface in io.sentry
Creates instances of ITransport.
ITransportGate - Interface in io.sentry.transport
Implementations of this interface serve as gatekeepers that allow or disallow sending of the events through the ITransport.

J

JavaMemoryCollector - Class in io.sentry
 
JavaMemoryCollector() - Constructor for class io.sentry.JavaMemoryCollector
 
jobExecutionVetoed(JobExecutionContext) - Method in class io.sentry.quartz.SentryJobListener
 
jobToBeExecuted(JobExecutionContext) - Method in class io.sentry.quartz.SentryJobListener
 
jobWasExecuted(JobExecutionContext, JobExecutionException) - Method in class io.sentry.quartz.SentryJobListener
 
join(CharSequence, Iterable<? extends CharSequence>) - Static method in class io.sentry.util.StringUtils
Returns a new String joining together given strings using the given delimiter.
JsonDeserializer<T> - Interface in io.sentry
 
JsonKeys() - Constructor for class io.sentry.Breadcrumb.JsonKeys
 
JsonKeys() - Constructor for class io.sentry.CheckIn.JsonKeys
 
JsonKeys() - Constructor for class io.sentry.clientreport.ClientReport.JsonKeys
 
JsonKeys() - Constructor for class io.sentry.clientreport.DiscardedEvent.JsonKeys
 
JsonKeys() - Constructor for class io.sentry.MonitorConfig.JsonKeys
 
JsonKeys() - Constructor for class io.sentry.MonitorSchedule.JsonKeys
 
JsonKeys() - Constructor for class io.sentry.profilemeasurements.ProfileMeasurement.JsonKeys
 
JsonKeys() - Constructor for class io.sentry.profilemeasurements.ProfileMeasurementValue.JsonKeys
 
JsonKeys() - Constructor for class io.sentry.ProfilingTraceData.JsonKeys
 
JsonKeys() - Constructor for class io.sentry.ProfilingTransactionData.JsonKeys
 
JsonKeys() - Constructor for class io.sentry.protocol.App.JsonKeys
 
JsonKeys() - Constructor for class io.sentry.protocol.Browser.JsonKeys
 
JsonKeys() - Constructor for class io.sentry.protocol.DebugImage.JsonKeys
 
JsonKeys() - Constructor for class io.sentry.protocol.DebugMeta.JsonKeys
 
JsonKeys() - Constructor for class io.sentry.protocol.Device.JsonKeys
 
JsonKeys() - Constructor for class io.sentry.protocol.Geo.JsonKeys
 
JsonKeys() - Constructor for class io.sentry.protocol.Gpu.JsonKeys
 
JsonKeys() - Constructor for class io.sentry.protocol.MeasurementValue.JsonKeys
 
JsonKeys() - Constructor for class io.sentry.protocol.Mechanism.JsonKeys
 
JsonKeys() - Constructor for class io.sentry.protocol.Message.JsonKeys
 
JsonKeys() - Constructor for class io.sentry.protocol.MetricSummary.JsonKeys
 
JsonKeys() - Constructor for class io.sentry.protocol.OperatingSystem.JsonKeys
 
JsonKeys() - Constructor for class io.sentry.protocol.Request.JsonKeys
 
JsonKeys() - Constructor for class io.sentry.protocol.Response.JsonKeys
 
JsonKeys() - Constructor for class io.sentry.protocol.SdkInfo.JsonKeys
 
JsonKeys() - Constructor for class io.sentry.protocol.SdkVersion.JsonKeys
 
JsonKeys() - Constructor for class io.sentry.protocol.SentryException.JsonKeys
 
JsonKeys() - Constructor for class io.sentry.protocol.SentryPackage.JsonKeys
 
JsonKeys() - Constructor for class io.sentry.protocol.SentryRuntime.JsonKeys
 
JsonKeys() - Constructor for class io.sentry.protocol.SentrySpan.JsonKeys
 
JsonKeys() - Constructor for class io.sentry.protocol.SentryStackFrame.JsonKeys
 
JsonKeys() - Constructor for class io.sentry.protocol.SentryStackTrace.JsonKeys
 
JsonKeys() - Constructor for class io.sentry.protocol.SentryThread.JsonKeys
 
JsonKeys() - Constructor for class io.sentry.protocol.SentryTransaction.JsonKeys
 
JsonKeys() - Constructor for class io.sentry.protocol.TransactionInfo.JsonKeys
 
JsonKeys() - Constructor for class io.sentry.protocol.User.JsonKeys
 
JsonKeys() - Constructor for class io.sentry.protocol.ViewHierarchy.JsonKeys
 
JsonKeys() - Constructor for class io.sentry.protocol.ViewHierarchyNode.JsonKeys
 
JsonKeys() - Constructor for class io.sentry.ReplayRecording.JsonKeys
 
JsonKeys() - Constructor for class io.sentry.rrweb.RRWebBreadcrumbEvent.JsonKeys
 
JsonKeys() - Constructor for class io.sentry.rrweb.RRWebEvent.JsonKeys
 
JsonKeys() - Constructor for class io.sentry.rrweb.RRWebIncrementalSnapshotEvent.JsonKeys
 
JsonKeys() - Constructor for class io.sentry.rrweb.RRWebInteractionEvent.JsonKeys
 
JsonKeys() - Constructor for class io.sentry.rrweb.RRWebInteractionMoveEvent.JsonKeys
 
JsonKeys() - Constructor for class io.sentry.rrweb.RRWebInteractionMoveEvent.Position.JsonKeys
 
JsonKeys() - Constructor for class io.sentry.rrweb.RRWebMetaEvent.JsonKeys
 
JsonKeys() - Constructor for class io.sentry.rrweb.RRWebSpanEvent.JsonKeys
 
JsonKeys() - Constructor for class io.sentry.rrweb.RRWebVideoEvent.JsonKeys
 
JsonKeys() - Constructor for class io.sentry.SentryAppStartProfilingOptions.JsonKeys
 
JsonKeys() - Constructor for class io.sentry.SentryBaseEvent.JsonKeys
 
JsonKeys() - Constructor for class io.sentry.SentryEnvelopeHeader.JsonKeys
 
JsonKeys() - Constructor for class io.sentry.SentryEnvelopeItemHeader.JsonKeys
 
JsonKeys() - Constructor for class io.sentry.SentryEvent.JsonKeys
 
JsonKeys() - Constructor for class io.sentry.SentryLockReason.JsonKeys
 
JsonKeys() - Constructor for class io.sentry.SentryReplayEvent.JsonKeys
 
JsonKeys() - Constructor for class io.sentry.Session.JsonKeys
 
JsonKeys() - Constructor for class io.sentry.SpanContext.JsonKeys
 
JsonKeys() - Constructor for class io.sentry.TraceContext.JsonKeys
 
JsonKeys() - Constructor for class io.sentry.UserFeedback.JsonKeys
 
JsonObjectDeserializer - Class in io.sentry
 
JsonObjectDeserializer() - Constructor for class io.sentry.JsonObjectDeserializer
 
JsonObjectReader - Class in io.sentry
 
JsonObjectReader(Reader) - Constructor for class io.sentry.JsonObjectReader
 
JsonObjectSerializer - Class in io.sentry
 
JsonObjectSerializer(int) - Constructor for class io.sentry.JsonObjectSerializer
 
JsonObjectWriter - Class in io.sentry
 
JsonObjectWriter(Writer, int) - Constructor for class io.sentry.JsonObjectWriter
 
JsonReader - Class in io.sentry.vendor.gson.stream
Reads a JSON (RFC 7159) encoded value as a stream of tokens.
JsonReader(Reader) - Constructor for class io.sentry.vendor.gson.stream.JsonReader
Creates a new instance that reads a JSON-encoded stream from in.
jsonReflectionObjectSerializer - Variable in class io.sentry.JsonObjectSerializer
 
JsonReflectionObjectSerializer - Class in io.sentry
 
JsonSerializable - Interface in io.sentry
 
JsonSerializationUtils - Class in io.sentry.util
 
JsonSerializationUtils() - Constructor for class io.sentry.util.JsonSerializationUtils
 
JsonSerializer - Class in io.sentry
The serializer class that uses manual JSON parsing with the help of vendored GSON reader/writer classes.
JsonSerializer(SentryOptions) - Constructor for class io.sentry.JsonSerializer
All our custom deserializers need to be registered to be used with the deserializer instance.
JsonToken - Enum Class in io.sentry.vendor.gson.stream
A structure, name or value type in a JSON-encoded string.
JsonUnknown - Interface in io.sentry
 
jsonValue(String) - Method in class io.sentry.JsonObjectWriter
 
jsonValue(String) - Method in interface io.sentry.ObjectWriter
 
jsonValue(String) - Method in class io.sentry.util.MapObjectWriter
 
jsonValue(String) - Method in class io.sentry.vendor.gson.stream.JsonWriter
Writes value directly to the writer without quoting or escaping.
JsonWriter - Class in io.sentry.vendor.gson.stream
Writes a JSON (RFC 7159) encoded value to a stream, one token at a time.
JsonWriter(Writer) - Constructor for class io.sentry.vendor.gson.stream.JsonWriter
Creates a new instance that writes a JSON-encoded stream to out.
JUL_LOG_RECORD - Static variable in class io.sentry.TypeCheckHint
Used for JUL breadcrumbs.
JVM - Static variable in class io.sentry.protocol.DebugImage
 

K

KERNEL_VERSION - Static variable in class io.sentry.protocol.OperatingSystem.JsonKeys
 
key() - Method in class io.sentry.spring.jakarta.webflux.SentryReactorThreadLocalAccessor
 
KEY - Static variable in class io.sentry.spring.jakarta.webflux.SentryReactorThreadLocalAccessor
 
KEY_APP_START_COLD - Static variable in class io.sentry.protocol.MeasurementValue
 
KEY_APP_START_WARM - Static variable in class io.sentry.protocol.MeasurementValue
 
KEY_FRAMES_DELAY - Static variable in class io.sentry.protocol.MeasurementValue
 
KEY_FRAMES_FROZEN - Static variable in class io.sentry.protocol.MeasurementValue
 
KEY_FRAMES_SLOW - Static variable in class io.sentry.protocol.MeasurementValue
 
KEY_FRAMES_TOTAL - Static variable in class io.sentry.protocol.MeasurementValue
 
KEY_TIME_TO_FULL_DISPLAY - Static variable in class io.sentry.protocol.MeasurementValue
 
KEY_TIME_TO_INITIAL_DISPLAY - Static variable in class io.sentry.protocol.MeasurementValue
 
KIBIBYTE - Enum constant in enum class io.sentry.MeasurementUnit.Information
Kibibyte (`"kibibyte"`), 2^10 bytes.
KILOBYTE - Enum constant in enum class io.sentry.MeasurementUnit.Information
Kilobyte (`"kilobyte"`), 10^3 bytes.

L

LANDSCAPE - Enum constant in enum class io.sentry.protocol.Device.DeviceOrientation
 
LANGUAGE - Static variable in class io.sentry.protocol.Device.JsonKeys
 
laterDateNanosTimestampByDiff(SentryDate) - Method in class io.sentry.SentryDate
Calculates a date by using another date.
laterDateNanosTimestampByDiff(SentryDate) - Method in class io.sentry.SentryNanotimeDate
 
LazyEvaluator<T> - Class in io.sentry.util
Class that evaluates a function lazily.
LazyEvaluator(LazyEvaluator.Evaluator<T>) - Constructor for class io.sentry.util.LazyEvaluator
Class that evaluates a function lazily.
LazyEvaluator.Evaluator<T> - Interface in io.sentry.util
 
LEFT - Static variable in class io.sentry.rrweb.RRWebVideoEvent.JsonKeys
 
LENGTH - Static variable in class io.sentry.SentryEnvelopeItemHeader.JsonKeys
 
LEVEL - Static variable in class io.sentry.Breadcrumb.JsonKeys
 
LEVEL - Static variable in class io.sentry.rrweb.RRWebBreadcrumbEvent.JsonKeys
 
LEVEL - Static variable in class io.sentry.SentryEvent.JsonKeys
 
LEVEL_FILENAME - Static variable in class io.sentry.cache.PersistingScopeObserver
 
LINENO - Static variable in class io.sentry.protocol.SentryStackFrame.JsonKeys
 
Load - Enum constant in enum class io.sentry.rrweb.RRWebEventType
 
LOCALE - Static variable in class io.sentry.protocol.Device.JsonKeys
 
LocalMetricsAggregator - Class in io.sentry.metrics
Correlates metrics to spans.
LocalMetricsAggregator() - Constructor for class io.sentry.metrics.LocalMetricsAggregator
 
locate(Object, float, float, UiElement.Type) - Method in class io.sentry.compose.gestures.ComposeGestureTargetLocator
 
LOCK - Static variable in class io.sentry.protocol.SentryStackFrame.JsonKeys
 
LOCKED - Static variable in class io.sentry.SentryLockReason
 
log(SentryLevel, String, Object...) - Method in class io.sentry.DiagnosticLogger
Logs a message with the specified level, message and optional arguments.
log(SentryLevel, String, Object...) - Method in interface io.sentry.ILogger
Logs a message with the specified level, message and optional arguments.
log(SentryLevel, String, Object...) - Method in class io.sentry.NoOpLogger
 
log(SentryLevel, String, Object...) - Method in class io.sentry.SystemOutLogger
Logs to console a message with the specified level, message and optional arguments.
log(SentryLevel, String, Throwable) - Method in class io.sentry.DiagnosticLogger
Logs a message with the specified level, message and throwable.
log(SentryLevel, String, Throwable) - Method in interface io.sentry.ILogger
Logs a message with the specified level, message and optional arguments.
log(SentryLevel, String, Throwable) - Method in class io.sentry.NoOpLogger
 
log(SentryLevel, String, Throwable) - Method in class io.sentry.SystemOutLogger
Logs to console a message with the specified level, message and throwable.
log(SentryLevel, Throwable, String, Object...) - Method in class io.sentry.DiagnosticLogger
Logs a message with the specified level, throwable, message and optional arguments.
log(SentryLevel, Throwable, String, Object...) - Method in interface io.sentry.ILogger
Logs a message with the specified level, throwable, message and optional arguments.
log(SentryLevel, Throwable, String, Object...) - Method in class io.sentry.NoOpLogger
 
log(SentryLevel, Throwable, String, Object...) - Method in class io.sentry.SystemOutLogger
Logs to console a message with the specified level, throwable, message and optional arguments.
Log - Enum constant in enum class io.sentry.rrweb.RRWebIncrementalSnapshotEvent.IncrementalSource
 
LOG4J_LOG_EVENT - Static variable in class io.sentry.TypeCheckHint
Used for Log4j breadcrumbs.
LOGBACK_LOGGING_EVENT - Static variable in class io.sentry.TypeCheckHint
Used for Logback breadcrumbs.
LOGGER - Static variable in class io.sentry.SentryEvent.JsonKeys
 
Logging() - Constructor for class io.sentry.spring.boot.jakarta.SentryProperties.Logging
 
Logging() - Constructor for class io.sentry.spring.boot.SentryProperties.Logging
 
logNotInstanceOf(Class<?>, Object, ILogger) - Static method in class io.sentry.util.LogUtils
 
LogUtils - Class in io.sentry.util
 
LogUtils() - Constructor for class io.sentry.util.LogUtils
 
LOW - Enum constant in enum class io.sentry.SentryReplayOptions.SentryReplayQuality
Video Scale: 80% Bit Rate: 50.000
LOW_MEMORY - Static variable in class io.sentry.protocol.Device.JsonKeys
 

M

MAIN - Static variable in class io.sentry.protocol.SentryThread.JsonKeys
 
MainEventProcessor - Class in io.sentry
 
MainEventProcessor(SentryOptions) - Constructor for class io.sentry.MainEventProcessor
 
MainThreadChecker - Class in io.sentry.util.thread
Class that checks if a given thread is the Main/UI thread.
MalformedJsonException - Exception in io.sentry.vendor.gson.stream
Thrown when a reader encounters malformed JSON.
MalformedJsonException(String) - Constructor for exception io.sentry.vendor.gson.stream.MalformedJsonException
 
MalformedJsonException(String, Throwable) - Constructor for exception io.sentry.vendor.gson.stream.MalformedJsonException
 
MalformedJsonException(Throwable) - Constructor for exception io.sentry.vendor.gson.stream.MalformedJsonException
 
MANUFACTURER - Static variable in class io.sentry.protocol.Device.JsonKeys
 
map(List<T>, CollectionUtils.Mapper<T, R>) - Static method in class io.sentry.util.CollectionUtils
Returns a new list with the results of the function applied to all elements of the original list.
map(T) - Method in interface io.sentry.util.CollectionUtils.Mapper
 
MapObjectReader - Class in io.sentry.util
 
MapObjectReader(Map<String, Object>) - Constructor for class io.sentry.util.MapObjectReader
 
MapObjectWriter - Class in io.sentry.util
 
MapObjectWriter(Map<String, Object>) - Constructor for class io.sentry.util.MapObjectWriter
 
markEnqueued() - Method in interface io.sentry.hints.Enqueable
 
markFlushed() - Method in class io.sentry.hints.BlockingFlushHint
 
markFlushed() - Method in interface io.sentry.hints.DiskFlushNotification
 
MAX - Static variable in class io.sentry.protocol.MetricSummary.JsonKeys
 
MAX_RUNTIME - Static variable in class io.sentry.MonitorConfig.JsonKeys
 
MAX_TOTAL_WEIGHT - Static variable in class io.sentry.metrics.MetricsHelper
 
maxRequestBodySize() - Element in annotation interface io.sentry.spring.EnableSentry
Controls the size of the request body to extract if any.
maxRequestBodySize() - Element in annotation interface io.sentry.spring.jakarta.EnableSentry
Controls the size of the request body to extract if any.
maybeStartTransaction(IHub, ServerHttpRequest) - Method in class io.sentry.spring.jakarta.webflux.AbstractSentryWebFilter
 
maybeUpdateBaggage(IScope, SentryOptions) - Static method in class io.sentry.util.TracingUtils
 
MEASUREMENTS - Static variable in class io.sentry.ProfilingTraceData.JsonKeys
 
MEASUREMENTS - Static variable in class io.sentry.protocol.SentrySpan.JsonKeys
 
MEASUREMENTS - Static variable in class io.sentry.protocol.SentryTransaction.JsonKeys
 
MeasurementUnit - Interface in io.sentry
The unit of measurement of a metric value.
MeasurementUnit.Custom - Class in io.sentry
Custom units without builtin conversion.
MeasurementUnit.Duration - Enum Class in io.sentry
A time duration.
MeasurementUnit.Fraction - Enum Class in io.sentry
Fractions such as percentages.
MeasurementUnit.Information - Enum Class in io.sentry
Size of information derived from bytes.
MeasurementValue - Class in io.sentry.protocol
 
MeasurementValue(Number, String) - Constructor for class io.sentry.protocol.MeasurementValue
 
MeasurementValue(Number, String, Map<String, Object>) - Constructor for class io.sentry.protocol.MeasurementValue
 
MeasurementValue.Deserializer - Class in io.sentry.protocol
 
MeasurementValue.JsonKeys - Class in io.sentry.protocol
 
MEBIBYTE - Enum constant in enum class io.sentry.MeasurementUnit.Information
Mebibyte (`"mebibyte"`), 2^20 bytes.
mechanism() - Method in interface io.sentry.hints.AbnormalExit
What was the mechanism this Session has abnormal'ed with
Mechanism - Class in io.sentry.protocol
The mechanism by which an exception was generated and handled.
Mechanism() - Constructor for class io.sentry.protocol.Mechanism
 
Mechanism(Thread) - Constructor for class io.sentry.protocol.Mechanism
 
MECHANISM - Static variable in class io.sentry.protocol.SentryException.JsonKeys
 
MECHANISM_TYPE - Static variable in class io.sentry.jul.SentryHandler
 
MECHANISM_TYPE - Static variable in class io.sentry.log4j2.SentryAppender
 
MECHANISM_TYPE - Static variable in class io.sentry.logback.SentryAppender
 
MECHANISM_TYPE - Static variable in class io.sentry.spring.jakarta.SentryExceptionResolver
 
MECHANISM_TYPE - Static variable in class io.sentry.spring.jakarta.webflux.SentryWebExceptionHandler
 
MECHANISM_TYPE - Static variable in class io.sentry.spring.SentryExceptionResolver
 
MECHANISM_TYPE - Static variable in class io.sentry.spring.webflux.SentryWebExceptionHandler
 
Mechanism.Deserializer - Class in io.sentry.protocol
 
Mechanism.JsonKeys - Class in io.sentry.protocol
 
MediaInteraction - Enum constant in enum class io.sentry.rrweb.RRWebIncrementalSnapshotEvent.IncrementalSource
 
MEDIUM - Enum constant in enum class io.sentry.SentryOptions.RequestSize
 
MEDIUM - Enum constant in enum class io.sentry.SentryReplayOptions.SentryReplayQuality
Video Scale: 100% Bit Rate: 75.000
MEGABYTE - Enum constant in enum class io.sentry.MeasurementUnit.Information
Megabyte (`"megabyte"`), 10^6 bytes.
MEMORY_SIZE - Static variable in class io.sentry.protocol.Device.JsonKeys
 
MEMORY_SIZE - Static variable in class io.sentry.protocol.Gpu.JsonKeys
 
MemoryCollectionData - Class in io.sentry
 
MemoryCollectionData(long, long) - Constructor for class io.sentry.MemoryCollectionData
 
MemoryCollectionData(long, long, long) - Constructor for class io.sentry.MemoryCollectionData
 
merge(ExternalOptions) - Method in class io.sentry.SentryOptions
Merges with another SentryOptions object.
mergeTags(Map<String, String>, Map<String, String>) - Static method in class io.sentry.metrics.MetricsHelper
 
Message - Class in io.sentry.protocol
A log entry message.
Message() - Constructor for class io.sentry.protocol.Message
 
MESSAGE - Static variable in class io.sentry.Breadcrumb.JsonKeys
 
MESSAGE - Static variable in class io.sentry.protocol.Message.JsonKeys
 
MESSAGE - Static variable in class io.sentry.rrweb.RRWebBreadcrumbEvent.JsonKeys
 
MESSAGE - Static variable in class io.sentry.SentryEvent.JsonKeys
 
Message.Deserializer - Class in io.sentry.protocol
 
Message.JsonKeys - Class in io.sentry.protocol
 
Meta - Enum constant in enum class io.sentry.rrweb.RRWebEventType
 
META - Static variable in class io.sentry.protocol.Mechanism.JsonKeys
 
METHOD - Static variable in class io.sentry.protocol.Request.JsonKeys
 
Metric - Class in io.sentry.metrics
Base class for metric instruments
Metric(MetricType, String, MeasurementUnit, Map<String, String>) - Constructor for class io.sentry.metrics.Metric
Creates a new instance of Metric.
MetricBucket - Enum constant in enum class io.sentry.DataCategory
 
metrics() - Method in class io.sentry.Hub
 
metrics() - Method in class io.sentry.HubAdapter
 
metrics() - Method in interface io.sentry.IHub
 
metrics() - Method in class io.sentry.NoOpHub
 
metrics() - Static method in class io.sentry.Sentry
the metrics API for the current hub
METRICS_SUMMARY - Static variable in class io.sentry.protocol.SentrySpan.JsonKeys
 
METRICS_SUMMARY - Static variable in class io.sentry.protocol.SentryTransaction.JsonKeys
 
MetricsAggregator - Class in io.sentry
 
MetricsAggregator(IMetricsClient, ILogger, SentryDateProvider, int, SentryOptions.BeforeEmitMetricCallback, ISentryExecutorService) - Constructor for class io.sentry.MetricsAggregator
 
MetricsAggregator(SentryOptions, IMetricsClient) - Constructor for class io.sentry.MetricsAggregator
 
MetricsApi - Class in io.sentry.metrics
 
MetricsApi(MetricsApi.IMetricsInterface) - Constructor for class io.sentry.metrics.MetricsApi
 
MetricsApi.IMetricsInterface - Interface in io.sentry.metrics
 
MetricsHelper - Class in io.sentry.metrics
 
MetricsHelper() - Constructor for class io.sentry.metrics.MetricsHelper
 
MetricSummary - Class in io.sentry.protocol
A summary for a metric, usually attached to spans.
MetricSummary() - Constructor for class io.sentry.protocol.MetricSummary
 
MetricSummary(double, double, double, int, Map<String, String>) - Constructor for class io.sentry.protocol.MetricSummary
 
MetricSummary.Deserializer - Class in io.sentry.protocol
 
MetricSummary.JsonKeys - Class in io.sentry.protocol
 
MetricType - Enum Class in io.sentry.metrics
The metric instrument type
MICROSECOND - Enum constant in enum class io.sentry.MeasurementUnit.Duration
Microsecond (`"microsecond"`), 10^-6 seconds.
MILLISECOND - Enum constant in enum class io.sentry.MeasurementUnit.Duration
Millisecond (`"millisecond"`), 10^-3 seconds.
millisToNanos(long) - Static method in class io.sentry.DateUtils
 
millisToSeconds(double) - Static method in class io.sentry.DateUtils
Converts milliseconds to seconds.
MIN - Static variable in class io.sentry.protocol.MetricSummary.JsonKeys
 
MINUTE - Enum constant in enum class io.sentry.MeasurementUnit.Duration
Minute (`"minute"`), 60 seconds.
MINUTE - Enum constant in enum class io.sentry.MonitorScheduleUnit
 
MODEL - Static variable in class io.sentry.protocol.Device.JsonKeys
 
MODEL_ID - Static variable in class io.sentry.protocol.Device.JsonKeys
 
MODULE - Static variable in class io.sentry.protocol.SentryException.JsonKeys
 
MODULE - Static variable in class io.sentry.protocol.SentryStackFrame.JsonKeys
 
MODULES - Static variable in class io.sentry.SentryEvent.JsonKeys
 
Monitor - Enum constant in enum class io.sentry.DataCategory
 
MONITOR_CONFIG - Static variable in class io.sentry.CheckIn.JsonKeys
 
MONITOR_SLUG - Static variable in class io.sentry.CheckIn.JsonKeys
 
MonitorConfig - Class in io.sentry
 
MonitorConfig(MonitorSchedule) - Constructor for class io.sentry.MonitorConfig
 
MonitorConfig.Deserializer - Class in io.sentry
 
MonitorConfig.JsonKeys - Class in io.sentry
 
MonitorContexts - Class in io.sentry
 
MonitorContexts() - Constructor for class io.sentry.MonitorContexts
 
MonitorContexts(MonitorContexts) - Constructor for class io.sentry.MonitorContexts
 
MonitorContexts.Deserializer - Class in io.sentry
 
MonitorSchedule - Class in io.sentry
 
MonitorSchedule(String, String, String) - Constructor for class io.sentry.MonitorSchedule
 
MonitorSchedule.Deserializer - Class in io.sentry
 
MonitorSchedule.JsonKeys - Class in io.sentry
 
MonitorScheduleType - Enum Class in io.sentry
Type of a monitor schedule
MonitorScheduleUnit - Enum Class in io.sentry
Time unit of a monitor schedule.
monitorSlug() - Element in annotation interface io.sentry.spring.checkin.SentryCheckIn
Monitor slug.
monitorSlug() - Element in annotation interface io.sentry.spring.jakarta.checkin.SentryCheckIn
Monitor slug.
MONTH - Enum constant in enum class io.sentry.MonitorScheduleUnit
 
MouseDown - Enum constant in enum class io.sentry.rrweb.RRWebInteractionEvent.InteractionType
 
MouseInteraction - Enum constant in enum class io.sentry.rrweb.RRWebIncrementalSnapshotEvent.IncrementalSource
 
MouseMove - Enum constant in enum class io.sentry.rrweb.RRWebIncrementalSnapshotEvent.IncrementalSource
 
MouseUp - Enum constant in enum class io.sentry.rrweb.RRWebInteractionEvent.InteractionType
 
MULTI_THREADED_RENDERING - Static variable in class io.sentry.protocol.Gpu.JsonKeys
 
MULTITHREADED_DEDUPLICATION - Enum constant in enum class io.sentry.hints.EventDropReason
 
Mutation - Enum constant in enum class io.sentry.rrweb.RRWebIncrementalSnapshotEvent.IncrementalSource
 

N

name() - Method in class io.sentry.MeasurementUnit.Custom
 
name() - Method in interface io.sentry.MeasurementUnit
 
name() - Element in annotation interface io.sentry.spring.jakarta.tracing.SentryTransaction
Transaction name.
name() - Element in annotation interface io.sentry.spring.tracing.SentryTransaction
Transaction name.
name(String) - Method in class io.sentry.JsonObjectWriter
 
name(String) - Method in interface io.sentry.ObjectWriter
 
name(String) - Method in class io.sentry.util.MapObjectWriter
 
name(String) - Method in class io.sentry.vendor.gson.stream.JsonWriter
Encodes the property name.
NAME - Enum constant in enum class io.sentry.vendor.gson.stream.JsonToken
A JSON property name.
NAME - Static variable in class io.sentry.ProfilingTransactionData.JsonKeys
 
NAME - Static variable in class io.sentry.protocol.Browser.JsonKeys
 
NAME - Static variable in class io.sentry.protocol.Device.JsonKeys
 
NAME - Static variable in class io.sentry.protocol.Gpu.JsonKeys
 
NAME - Static variable in class io.sentry.protocol.OperatingSystem.JsonKeys
 
NAME - Static variable in class io.sentry.protocol.SdkVersion.JsonKeys
 
NAME - Static variable in class io.sentry.protocol.SentryPackage.JsonKeys
 
NAME - Static variable in class io.sentry.protocol.SentryRuntime.JsonKeys
 
NAME - Static variable in class io.sentry.protocol.SentryThread.JsonKeys
 
NAME - Static variable in class io.sentry.protocol.User.JsonKeys
 
NAME - Static variable in class io.sentry.UserFeedback.JsonKeys
 
NANOSECOND - Enum constant in enum class io.sentry.MeasurementUnit.Duration
Nanosecond (`"nanosecond"`), 10^-9 seconds.
nanosToDate(long) - Static method in class io.sentry.DateUtils
Converts nanoseconds to Date rounded down to milliseconds
nanosToMillis(double) - Static method in class io.sentry.DateUtils
Converts nanoseconds to milliseconds
nanosToSeconds(long) - Static method in class io.sentry.DateUtils
Converts nanoseconds to seconds
nanoTimestamp() - Method in class io.sentry.SentryDate
Returns the date in nanoseconds as long.
nanoTimestamp() - Method in class io.sentry.SentryInstantDate
 
nanoTimestamp() - Method in class io.sentry.SentryLongDate
 
nanoTimestamp() - Method in class io.sentry.SentryNanotimeDate
 
NATIVE - Static variable in class io.sentry.protocol.SentryStackFrame.JsonKeys
 
NATIVE_CRASH_MARKER_FILE - Static variable in class io.sentry.cache.EnvelopeCache
 
navigation(String, String) - Static method in class io.sentry.Breadcrumb
Creates navigation breadcrumb - a navigation event can be a URL change in a web application, or a UI transition in a mobile or desktop application, etc.
NETWORK_ERROR - Enum constant in enum class io.sentry.clientreport.DiscardReason
 
newArrayList(List<T>) - Static method in class io.sentry.util.CollectionUtils
Creates a new ArrayList as a shallow copy of list given by parameter.
newConcurrentHashMap(Map<K, V>) - Static method in class io.sentry.util.CollectionUtils
Creates a new ConcurrentHashMap as a shallow copy of map given by parameter.
newHashMap(Map<K, V>) - Static method in class io.sentry.util.CollectionUtils
Creates a new HashMap as a shallow copy of map given by parameter.
nextBoolean() - Method in class io.sentry.JsonObjectReader
 
nextBoolean() - Method in interface io.sentry.ObjectReader
 
nextBoolean() - Method in class io.sentry.util.MapObjectReader
 
nextBoolean() - Method in class io.sentry.util.Random
Returns the next pseudorandom, uniformly distributed boolean value from this random number generator's sequence.
nextBoolean() - Method in class io.sentry.vendor.gson.stream.JsonReader
Returns the boolean value of the next token, consuming it.
nextBooleanOrNull() - Method in class io.sentry.JsonObjectReader
 
nextBooleanOrNull() - Method in interface io.sentry.ObjectReader
 
nextBooleanOrNull() - Method in class io.sentry.util.MapObjectReader
 
nextBytes(byte[]) - Method in class io.sentry.util.Random
Generates random bytes and places them into a user-supplied byte array.
nextDateOrNull(ILogger) - Method in class io.sentry.util.MapObjectReader
 
nextDateOrNull(ILogger) - Method in class io.sentry.JsonObjectReader
 
nextDateOrNull(ILogger) - Method in interface io.sentry.ObjectReader
 
nextDouble() - Method in class io.sentry.JsonObjectReader
 
nextDouble() - Method in interface io.sentry.ObjectReader
 
nextDouble() - Method in class io.sentry.util.MapObjectReader
 
nextDouble() - Method in class io.sentry.util.Random
Returns the next pseudorandom, uniformly distributed double value between 0.0 and 1.0 from this random number generator's sequence.
nextDouble() - Method in class io.sentry.vendor.gson.stream.JsonReader
Returns the double value of the next token, consuming it.
nextDoubleOrNull() - Method in class io.sentry.JsonObjectReader
 
nextDoubleOrNull() - Method in interface io.sentry.ObjectReader
 
nextDoubleOrNull() - Method in class io.sentry.util.MapObjectReader
 
nextFloat() - Method in class io.sentry.JsonObjectReader
 
nextFloat() - Method in interface io.sentry.ObjectReader
 
nextFloat() - Method in class io.sentry.util.MapObjectReader
 
nextFloat() - Method in class io.sentry.util.Random
Returns the next pseudorandom, uniformly distributed float value between 0.0 and 1.0 from this random number generator's sequence.
nextFloatOrNull() - Method in class io.sentry.JsonObjectReader
 
nextFloatOrNull() - Method in interface io.sentry.ObjectReader
 
nextFloatOrNull() - Method in class io.sentry.util.MapObjectReader
 
nextInt() - Method in class io.sentry.JsonObjectReader
 
nextInt() - Method in interface io.sentry.ObjectReader
 
nextInt() - Method in class io.sentry.util.MapObjectReader
 
nextInt() - Method in class io.sentry.util.Random
Returns the next pseudorandom, uniformly distributed int value from this random number generator's sequence.
nextInt() - Method in class io.sentry.vendor.gson.stream.JsonReader
Returns the int value of the next token, consuming it.
nextInt(int) - Method in class io.sentry.util.Random
Returns a pseudorandom, uniformly distributed int value between 0 (inclusive) and the specified value (exclusive), drawn from this random number generator's sequence.
nextIntegerOrNull() - Method in class io.sentry.JsonObjectReader
 
nextIntegerOrNull() - Method in interface io.sentry.ObjectReader
 
nextIntegerOrNull() - Method in class io.sentry.util.MapObjectReader
 
nextListOrNull(ILogger, JsonDeserializer<T>) - Method in class io.sentry.JsonObjectReader
 
nextListOrNull(ILogger, JsonDeserializer<T>) - Method in interface io.sentry.ObjectReader
 
nextListOrNull(ILogger, JsonDeserializer<T>) - Method in class io.sentry.util.MapObjectReader
 
nextLong() - Method in class io.sentry.JsonObjectReader
 
nextLong() - Method in interface io.sentry.ObjectReader
 
nextLong() - Method in class io.sentry.util.MapObjectReader
 
nextLong() - Method in class io.sentry.util.Random
Returns the next pseudorandom, uniformly distributed long value from this random number generator's sequence.
nextLong() - Method in class io.sentry.vendor.gson.stream.JsonReader
Returns the long value of the next token, consuming it.
nextLongOrNull() - Method in class io.sentry.JsonObjectReader
 
nextLongOrNull() - Method in interface io.sentry.ObjectReader
 
nextLongOrNull() - Method in class io.sentry.util.MapObjectReader
 
nextMapOfListOrNull(ILogger, JsonDeserializer<T>) - Method in class io.sentry.JsonObjectReader
 
nextMapOfListOrNull(ILogger, JsonDeserializer<T>) - Method in interface io.sentry.ObjectReader
 
nextMapOfListOrNull(ILogger, JsonDeserializer<T>) - Method in class io.sentry.util.MapObjectReader
 
nextMapOrNull(ILogger, JsonDeserializer<T>) - Method in class io.sentry.JsonObjectReader
 
nextMapOrNull(ILogger, JsonDeserializer<T>) - Method in interface io.sentry.ObjectReader
 
nextMapOrNull(ILogger, JsonDeserializer<T>) - Method in class io.sentry.util.MapObjectReader
 
nextName() - Method in class io.sentry.JsonObjectReader
 
nextName() - Method in interface io.sentry.ObjectReader
 
nextName() - Method in class io.sentry.util.MapObjectReader
 
nextName() - Method in class io.sentry.vendor.gson.stream.JsonReader
Returns the next token, a property name, and consumes it.
nextNull() - Method in class io.sentry.JsonObjectReader
 
nextNull() - Method in interface io.sentry.ObjectReader
 
nextNull() - Method in class io.sentry.util.MapObjectReader
 
nextNull() - Method in class io.sentry.vendor.gson.stream.JsonReader
Consumes the next token from the JSON stream and asserts that it is a literal null.
nextObjectOrNull() - Method in class io.sentry.JsonObjectReader
Decodes JSON into Java primitives/objects (null, boolean, int, long, double, String, Map, List) with full nesting support.
nextObjectOrNull() - Method in interface io.sentry.ObjectReader
 
nextObjectOrNull() - Method in class io.sentry.util.MapObjectReader
 
nextOrNull(ILogger, JsonDeserializer<T>) - Method in class io.sentry.JsonObjectReader
 
nextOrNull(ILogger, JsonDeserializer<T>) - Method in interface io.sentry.ObjectReader
 
nextOrNull(ILogger, JsonDeserializer<T>) - Method in class io.sentry.util.MapObjectReader
 
nextString() - Method in class io.sentry.JsonObjectReader
 
nextString() - Method in interface io.sentry.ObjectReader
 
nextString() - Method in class io.sentry.util.MapObjectReader
 
nextString() - Method in class io.sentry.vendor.gson.stream.JsonReader
Returns the string value of the next token, consuming it.
nextStringOrNull() - Method in class io.sentry.JsonObjectReader
 
nextStringOrNull() - Method in interface io.sentry.ObjectReader
 
nextStringOrNull() - Method in class io.sentry.util.MapObjectReader
 
nextTimeZoneOrNull(ILogger) - Method in class io.sentry.util.MapObjectReader
 
nextTimeZoneOrNull(ILogger) - Method in class io.sentry.JsonObjectReader
 
nextTimeZoneOrNull(ILogger) - Method in interface io.sentry.ObjectReader
 
nextUnknown(ILogger, Map<String, Object>, String) - Method in class io.sentry.util.MapObjectReader
 
nextUnknown(ILogger, Map<String, Object>, String) - Method in class io.sentry.JsonObjectReader
 
nextUnknown(ILogger, Map<String, Object>, String) - Method in interface io.sentry.ObjectReader
 
NO_CLOSE - Static variable in class io.sentry.vendor.Base64
Flag to pass to Base64OutputStream to indicate that it should not close the output stream it is wrapping when it itself is closed.
NO_PADDING - Static variable in class io.sentry.vendor.Base64
Encoder flag bit to omit the padding '=' characters at the end of the output (if any).
NO_PERMISSION - Enum constant in enum class io.sentry.IConnectionStatusProvider.ConnectionStatus
 
NO_WRAP - Static variable in class io.sentry.vendor.Base64
Encoder flag bit to omit all line terminators (i.e., the output will be on one long line).
NONE - Enum constant in enum class io.sentry.SentryOptions.RequestSize
 
NONE - Static variable in interface io.sentry.MeasurementUnit
Untyped value.
NoOpBackpressureMonitor - Class in io.sentry.backpressure
 
NoOpClientReportRecorder - Class in io.sentry.clientreport
 
NoOpClientReportRecorder() - Constructor for class io.sentry.clientreport.NoOpClientReportRecorder
 
NoOpConnectionStatusProvider - Class in io.sentry
 
NoOpConnectionStatusProvider() - Constructor for class io.sentry.NoOpConnectionStatusProvider
 
NoOpEnvelopeCache - Class in io.sentry.transport
 
NoOpEnvelopeCache() - Constructor for class io.sentry.transport.NoOpEnvelopeCache
 
NoOpEnvelopeReader - Class in io.sentry
 
NoOpHub - Class in io.sentry
 
NoOpLogger - Class in io.sentry
No-op implementation of ILogger
NoOpMainThreadChecker - Class in io.sentry.util.thread
 
NoOpMainThreadChecker() - Constructor for class io.sentry.util.thread.NoOpMainThreadChecker
 
NoopMetricsAggregator - Class in io.sentry.metrics
 
NoopMetricsAggregator() - Constructor for class io.sentry.metrics.NoopMetricsAggregator
 
NoOpReplayBreadcrumbConverter - Class in io.sentry
 
NoOpReplayController - Class in io.sentry
 
NoOpScope - Class in io.sentry
 
NoOpSpan - Class in io.sentry
 
NoOpSubscriptionHandler - Class in io.sentry.graphql
 
NoOpTransaction - Class in io.sentry
 
NoOpTransactionPerformanceCollector - Class in io.sentry
 
NoOpTransactionProfiler - Class in io.sentry
 
NoOpTransport - Class in io.sentry.transport
 
NoOpTransportFactory - Class in io.sentry
 
NoOpTransportGate - Class in io.sentry.transport
 
normalizeUUID(String) - Static method in class io.sentry.util.StringUtils
Normalizes UUID string representation to adhere to the actual UUID standard
NOT_FOUND - Enum constant in enum class io.sentry.SpanStatus
Content was not found or request was denied for an entire class of users.
notifyFinish(Long, Long, Long, Long) - Method in class io.sentry.ProfilingTransactionData
Notifies this transaction data that the transaction (or the profile) finished, to update its internal values.
now() - Method in class io.sentry.SentryAutoDateProvider
 
now() - Method in interface io.sentry.SentryDateProvider
 
now() - Method in class io.sentry.SentryInstantDateProvider
 
now() - Method in class io.sentry.SentryNanotimeDateProvider
 
NPOT_SUPPORT - Static variable in class io.sentry.protocol.Gpu.JsonKeys
 
NULL - Enum constant in enum class io.sentry.vendor.gson.stream.JsonToken
A JSON null.
nullValue() - Method in class io.sentry.JsonObjectWriter
 
nullValue() - Method in interface io.sentry.ObjectWriter
 
nullValue() - Method in class io.sentry.util.MapObjectWriter
 
nullValue() - Method in class io.sentry.vendor.gson.stream.JsonWriter
Encodes null.
NUMBER - Enum constant in enum class io.sentry.vendor.gson.stream.JsonToken
A JSON number represented in this API by a Java double, long, or int.

O

OBJECT_PLACEHOLDER - Static variable in class io.sentry.JsonObjectSerializer
 
ObjectReader - Interface in io.sentry
 
Objects - Class in io.sentry.util
 
objectTypeToString(GraphQLObjectType) - Static method in class io.sentry.graphql.GraphqlStringUtils
 
ObjectWriter - Interface in io.sentry
 
Ok - Enum constant in enum class io.sentry.Session.State
 
OK - Enum constant in enum class io.sentry.CheckInStatus
 
OK - Enum constant in enum class io.sentry.SpanStatus
Not an error, returned on success.
OKHTTP_REQUEST - Static variable in class io.sentry.TypeCheckHint
Used for OkHttp Request breadcrumbs.
OKHTTP_RESPONSE - Static variable in class io.sentry.TypeCheckHint
Used for OkHttp response breadcrumbs.
onAfterAnyExecute(StatementInformation, long, SQLException) - Method in class io.sentry.jdbc.SentryJdbcEventListener
 
onBeforeAnyExecute(StatementInformation) - Method in class io.sentry.jdbc.SentryJdbcEventListener
 
onConnectionStatusChanged(IConnectionStatusProvider.ConnectionStatus) - Method in interface io.sentry.IConnectionStatusProvider.IConnectionStatusObserver
Invoked whenever the connection status changed.
onConnectionStatusChanged(IConnectionStatusProvider.ConnectionStatus) - Method in class io.sentry.SendCachedEnvelopeFireAndForgetIntegration
 
onEnd(ReadableSpan) - Method in class io.sentry.opentelemetry.SentrySpanProcessor
 
onException(DataFetcherExceptionHandlerParameters) - Method in class io.sentry.graphql.SentryDataFetcherExceptionHandler
Deprecated.
 
onException(DataFetcherExceptionHandlerParameters) - Method in class io.sentry.graphql.SentryGenericDataFetcherExceptionHandler
 
onFullyDrawn() - Method in interface io.sentry.FullyDisplayedReporter.FullyDisplayedReporterListener
 
ONLINE - Static variable in class io.sentry.protocol.Device.JsonKeys
 
onRateLimitChanged(RateLimiter) - Method in interface io.sentry.transport.RateLimiter.IRateLimitObserver
Invoked whenever the rate limit changed.
onSpanFinished(ISpan) - Method in class io.sentry.DefaultTransactionPerformanceCollector
 
onSpanFinished(ISpan) - Method in interface io.sentry.IPerformanceContinuousCollector
Called when a span itself is finished or a timeout is reached.
onSpanFinished(ISpan) - Method in class io.sentry.NoOpTransactionPerformanceCollector
 
onSpanFinished(ISpan) - Method in interface io.sentry.TransactionPerformanceCollector
Called whenever a span (including the top level transaction) is finished.
onSpanStarted(ISpan) - Method in class io.sentry.DefaultTransactionPerformanceCollector
 
onSpanStarted(ISpan) - Method in interface io.sentry.IPerformanceContinuousCollector
Called when a span is started.
onSpanStarted(ISpan) - Method in class io.sentry.NoOpTransactionPerformanceCollector
 
onSpanStarted(ISpan) - Method in interface io.sentry.TransactionPerformanceCollector
Called whenever a new span (including the top level transaction) is started.
onStart(Context, ReadWriteSpan) - Method in class io.sentry.opentelemetry.SentrySpanProcessor
 
onStartup(Set<Class<?>>, ServletContext) - Method in class io.sentry.servlet.jakarta.SentryServletContainerInitializer
 
onStartup(Set<Class<?>>, ServletContext) - Method in class io.sentry.spring.jakarta.SentrySpringServletContainerInitializer
 
onStartup(Set<Class<?>>, ServletContext) - Method in class io.sentry.servlet.SentryServletContainerInitializer
 
onStartup(Set<Class<?>>, ServletContext) - Method in class io.sentry.spring.SentrySpringServletContainerInitializer
 
onSubscriptionResult(Object, IHub, ExceptionReporter, InstrumentationFieldFetchParameters) - Method in class io.sentry.graphql.NoOpSubscriptionHandler
 
onSubscriptionResult(Object, IHub, ExceptionReporter, InstrumentationFieldFetchParameters) - Method in interface io.sentry.graphql.SentrySubscriptionHandler
 
onSubscriptionResult(Object, IHub, ExceptionReporter, InstrumentationFieldFetchParameters) - Method in class io.sentry.spring.graphql.SentryDgsSubscriptionHandler
 
onSubscriptionResult(Object, IHub, ExceptionReporter, InstrumentationFieldFetchParameters) - Method in class io.sentry.spring.graphql.SentrySpringSubscriptionHandler
 
onSubscriptionResult(Object, IHub, ExceptionReporter, InstrumentationFieldFetchParameters) - Method in class io.sentry.spring.jakarta.graphql.SentryDgsSubscriptionHandler
 
onSubscriptionResult(Object, IHub, ExceptionReporter, InstrumentationFieldFetchParameters) - Method in class io.sentry.spring.jakarta.graphql.SentrySpringSubscriptionHandler
 
onTransactionFinish(ITransaction, List<PerformanceCollectionData>, SentryOptions) - Method in interface io.sentry.ITransactionProfiler
 
onTransactionFinish(ITransaction, List<PerformanceCollectionData>, SentryOptions) - Method in class io.sentry.NoOpTransactionProfiler
 
op - Variable in class io.sentry.SpanContext
Short code identifying the type of operation the span is measuring.
OP - Static variable in class io.sentry.protocol.SentrySpan.JsonKeys
 
OP - Static variable in class io.sentry.rrweb.RRWebSpanEvent.JsonKeys
 
OP - Static variable in class io.sentry.SpanContext.JsonKeys
 
OPEN_FEIGN_REQUEST - Static variable in class io.sentry.TypeCheckHint
Used for OpenFeign Request breadcrumbs.
OPEN_FEIGN_RESPONSE - Static variable in class io.sentry.TypeCheckHint
Used for OpenFeign response breadcrumbs.
OpenTelemetryLinkErrorEventProcessor - Class in io.sentry.opentelemetry
 
OpenTelemetryLinkErrorEventProcessor() - Constructor for class io.sentry.opentelemetry.OpenTelemetryLinkErrorEventProcessor
 
OperatingSystem - Class in io.sentry.protocol
 
OperatingSystem() - Constructor for class io.sentry.protocol.OperatingSystem
 
OperatingSystem.Deserializer - Class in io.sentry.protocol
 
OperatingSystem.JsonKeys - Class in io.sentry.protocol
 
operation() - Element in annotation interface io.sentry.spring.jakarta.tracing.SentrySpan
Span operation.
operation() - Element in annotation interface io.sentry.spring.jakarta.tracing.SentryTransaction
A transaction operation, for example "http".
operation() - Element in annotation interface io.sentry.spring.tracing.SentrySpan
Span operation.
operation() - Element in annotation interface io.sentry.spring.tracing.SentryTransaction
A transaction operation, for example "http".
options - Variable in class io.sentry.cache.EnvelopeCache
 
OPTIONS_CACHE - Static variable in class io.sentry.cache.PersistingOptionsObserver
 
OptionsContainer<T> - Class in io.sentry
 
ORIENTATION - Static variable in class io.sentry.protocol.Device.JsonKeys
 
origin - Variable in class io.sentry.SpanContext
Describes the status of the Transaction.
ORIGIN - Static variable in class io.sentry.Breadcrumb.JsonKeys
 
ORIGIN - Static variable in class io.sentry.protocol.SentrySpan.JsonKeys
 
ORIGIN - Static variable in class io.sentry.SpanContext.JsonKeys
 
OTEL - Enum constant in enum class io.sentry.Instrumenter
OpenTelemetry
OtelSpanInfo - Class in io.sentry.opentelemetry
 
OtelSpanInfo(String, String, TransactionNameSource) - Constructor for class io.sentry.opentelemetry.OtelSpanInfo
 
OTHER - Static variable in class io.sentry.protocol.Request.JsonKeys
 
OTHER - Static variable in class io.sentry.protocol.User.JsonKeys
 
OUT_OF_RANGE - Enum constant in enum class io.sentry.SpanStatus
The operation was attempted past the valid range e.g.
OutboxSender - Class in io.sentry
 
OutboxSender(IHub, IEnvelopeReader, ISerializer, ILogger, long, int) - Constructor for class io.sentry.OutboxSender
 

P

PACKAGE - Static variable in class io.sentry.protocol.SentryStackFrame.JsonKeys
 
PACKAGE_NAME - Static variable in class io.sentry.SentryLockReason.JsonKeys
 
PACKAGES - Static variable in class io.sentry.protocol.SdkVersion.JsonKeys
 
Pair<A,B> - Class in io.sentry.util
 
Pair(A, B) - Constructor for class io.sentry.util.Pair
 
PARAMS - Static variable in class io.sentry.protocol.Message.JsonKeys
 
PARENT_SPAN_ID - Static variable in class io.sentry.protocol.SentrySpan.JsonKeys
 
PARENT_SPAN_ID - Static variable in class io.sentry.SpanContext.JsonKeys
 
parse(String) - Static method in class io.sentry.util.UrlUtils
 
parse(String) - Static method in class io.sentry.jdbc.DatabaseUtils
 
parseNullable(String) - Static method in class io.sentry.util.UrlUtils
 
pause() - Method in class io.sentry.NoOpReplayController
 
pause() - Method in interface io.sentry.ReplayController
 
PAYLOAD - Static variable in class io.sentry.rrweb.RRWebBreadcrumbEvent.JsonKeys
 
PAYLOAD - Static variable in class io.sentry.rrweb.RRWebSpanEvent.JsonKeys
 
PAYLOAD - Static variable in class io.sentry.rrweb.RRWebVideoEvent.JsonKeys
 
PEBIBYTE - Enum constant in enum class io.sentry.MeasurementUnit.Information
Pebibyte (`"pebibyte"`), 2^50 bytes.
peek() - Method in class io.sentry.JsonObjectReader
 
peek() - Method in interface io.sentry.ObjectReader
 
peek() - Method in class io.sentry.util.MapObjectReader
 
peek() - Method in class io.sentry.vendor.gson.stream.JsonReader
Returns the type of the next token without consuming it.
PERCENT - Enum constant in enum class io.sentry.MeasurementUnit.Fraction
Ratio expressed as a fraction of `100`.
PerformanceCollectionData - Class in io.sentry
 
PerformanceCollectionData() - Constructor for class io.sentry.PerformanceCollectionData
 
PERMISSION_DENIED - Enum constant in enum class io.sentry.SpanStatus
The caller doesn't have permission to execute the specified operation.
PersistingOptionsObserver - Class in io.sentry.cache
 
PersistingOptionsObserver(SentryOptions) - Constructor for class io.sentry.cache.PersistingOptionsObserver
 
PersistingScopeObserver - Class in io.sentry.cache
 
PersistingScopeObserver(SentryOptions) - Constructor for class io.sentry.cache.PersistingScopeObserver
 
PETABYTE - Enum constant in enum class io.sentry.MeasurementUnit.Information
Petabyte (`"petabyte"`), 10^15 bytes.
Platform - Class in io.sentry.util
 
Platform() - Constructor for class io.sentry.util.Platform
 
PLATFORM - Static variable in class io.sentry.ProfilingTraceData.JsonKeys
 
PLATFORM - Static variable in class io.sentry.protocol.SentryStackFrame.JsonKeys
 
PLATFORM - Static variable in class io.sentry.SentryBaseEvent.JsonKeys
 
Plugin - Enum constant in enum class io.sentry.rrweb.RRWebEventType
 
POINTER_ID - Static variable in class io.sentry.rrweb.RRWebInteractionEvent.JsonKeys
 
POINTER_ID - Static variable in class io.sentry.rrweb.RRWebInteractionMoveEvent.JsonKeys
 
POINTER_TYPE - Static variable in class io.sentry.rrweb.RRWebInteractionEvent.JsonKeys
 
popScope() - Method in class io.sentry.Hub
 
popScope() - Method in class io.sentry.HubAdapter
 
popScope() - Method in interface io.sentry.IHub
Removes the first scope
popScope() - Method in class io.sentry.NoOpHub
 
popScope() - Static method in class io.sentry.Sentry
Removes the first scope
PORTRAIT - Enum constant in enum class io.sentry.protocol.Device.DeviceOrientation
 
Position() - Constructor for class io.sentry.rrweb.RRWebInteractionMoveEvent.Position
 
POSITIONS - Static variable in class io.sentry.rrweb.RRWebInteractionMoveEvent.JsonKeys
 
postProcessAfterInitialization(Object, String) - Method in class io.sentry.spring.jakarta.SentryInitBeanPostProcessor
 
postProcessAfterInitialization(Object, String) - Method in class io.sentry.spring.SentryInitBeanPostProcessor
 
postProcessAfterInitialization(Object, String) - Method in class io.sentry.spring.graphql.SentryGraphqlBeanPostProcessor
 
postProcessAfterInitialization(Object, String) - Method in class io.sentry.spring.jakarta.graphql.SentryGraphqlBeanPostProcessor
 
PREFIX_CURRENT_SESSION_FILE - Static variable in class io.sentry.cache.EnvelopeCache
 
PREFIX_PREVIOUS_SESSION_FILE - Static variable in class io.sentry.cache.EnvelopeCache
 
PRIORITY - Static variable in class io.sentry.protocol.SentryThread.JsonKeys
 
process(SentryTransaction, Hint) - Method in interface io.sentry.EventProcessor
May mutate or drop a SentryTransaction
process(SentryTransaction, Hint) - Method in class io.sentry.MainEventProcessor
 
process(SentryEvent, Hint) - Method in class io.sentry.DeduplicateMultithreadedEventProcessor
 
process(SentryEvent, Hint) - Method in class io.sentry.DuplicateEventDetectionEventProcessor
 
process(SentryEvent, Hint) - Method in interface io.sentry.EventProcessor
May mutate or drop a SentryEvent
process(SentryEvent, Hint) - Method in class io.sentry.MainEventProcessor
 
process(SentryEvent, Hint) - Method in class io.sentry.opentelemetry.OpenTelemetryLinkErrorEventProcessor
 
process(SentryEvent, Hint) - Method in class io.sentry.spring.jakarta.SentryRequestHttpServletRequestProcessor
 
process(SentryEvent, Hint) - Method in class io.sentry.spring.SentryRequestHttpServletRequestProcessor
 
process(SentryEvent, Hint) - Method in class io.sentry.spring.ContextTagsEventProcessor
 
process(SentryEvent, Hint) - Method in class io.sentry.spring.jakarta.ContextTagsEventProcessor
 
process(SentryReplayEvent, Hint) - Method in interface io.sentry.EventProcessor
May mutate or drop a SentryEvent
process(SentryReplayEvent, Hint) - Method in class io.sentry.MainEventProcessor
 
processDir(DirectoryProcessor, String, ILogger) - Method in interface io.sentry.SendCachedEnvelopeFireAndForgetIntegration.SendFireAndForgetFactory
 
processDirectory(File) - Method in class io.sentry.EnvelopeSender
 
processEnvelopeFile(String, Hint) - Method in class io.sentry.EnvelopeSender
 
processEnvelopeFile(String, Hint) - Method in interface io.sentry.IEnvelopeSender
 
processEnvelopeFile(String, Hint) - Method in class io.sentry.OutboxSender
 
processFile(File, Hint) - Method in class io.sentry.EnvelopeSender
 
processFile(File, Hint) - Method in class io.sentry.OutboxSender
 
PROCESSOR_COUNT - Static variable in class io.sentry.protocol.Device.JsonKeys
 
PROCESSOR_FREQUENCY - Static variable in class io.sentry.protocol.Device.JsonKeys
 
Profile - Enum constant in enum class io.sentry.DataCategory
 
Profile - Enum constant in enum class io.sentry.SentryItemType
 
PROFILE_ID - Static variable in class io.sentry.ProfilingTraceData.JsonKeys
 
PROFILE_SAMPLE_RATE - Static variable in class io.sentry.SentryAppStartProfilingOptions.JsonKeys
 
PROFILE_SAMPLED - Static variable in class io.sentry.SentryAppStartProfilingOptions.JsonKeys
 
ProfileMeasurement - Class in io.sentry.profilemeasurements
 
ProfileMeasurement() - Constructor for class io.sentry.profilemeasurements.ProfileMeasurement
 
ProfileMeasurement(String, Collection<ProfileMeasurementValue>) - Constructor for class io.sentry.profilemeasurements.ProfileMeasurement
 
ProfileMeasurement.Deserializer - Class in io.sentry.profilemeasurements
 
ProfileMeasurement.JsonKeys - Class in io.sentry.profilemeasurements
 
ProfileMeasurementValue - Class in io.sentry.profilemeasurements
 
ProfileMeasurementValue() - Constructor for class io.sentry.profilemeasurements.ProfileMeasurementValue
 
ProfileMeasurementValue(Long, Number) - Constructor for class io.sentry.profilemeasurements.ProfileMeasurementValue
 
ProfileMeasurementValue.Deserializer - Class in io.sentry.profilemeasurements
 
ProfileMeasurementValue.JsonKeys - Class in io.sentry.profilemeasurements
 
PROFILING_TRACES_DIR_PATH - Static variable in class io.sentry.SentryAppStartProfilingOptions.JsonKeys
 
PROFILING_TRACES_HZ - Static variable in class io.sentry.SentryAppStartProfilingOptions.JsonKeys
 
ProfilingTraceData - Class in io.sentry
 
ProfilingTraceData(File, ITransaction) - Constructor for class io.sentry.ProfilingTraceData
 
ProfilingTraceData(File, Date, List<ProfilingTransactionData>, String, String, String, String, int, String, Callable<List<Integer>>, String, String, String, Boolean, String, String, String, String, String, Map<String, ProfileMeasurement>) - Constructor for class io.sentry.ProfilingTraceData
 
ProfilingTraceData.Deserializer - Class in io.sentry
 
ProfilingTraceData.JsonKeys - Class in io.sentry
 
ProfilingTransactionData - Class in io.sentry
 
ProfilingTransactionData() - Constructor for class io.sentry.ProfilingTransactionData
 
ProfilingTransactionData(ITransaction, Long, Long) - Constructor for class io.sentry.ProfilingTransactionData
 
ProfilingTransactionData.Deserializer - Class in io.sentry
 
ProfilingTransactionData.JsonKeys - Class in io.sentry
 
PROGUARD - Static variable in class io.sentry.protocol.DebugImage
 
PROGUARD_UUID_FILENAME - Static variable in class io.sentry.cache.PersistingOptionsObserver
 
PropagationContext - Class in io.sentry
 
PropagationContext() - Constructor for class io.sentry.PropagationContext
 
PropagationContext(PropagationContext) - Constructor for class io.sentry.PropagationContext
 
PropagationContext(SentryId, SpanId, SpanId, Baggage, Boolean) - Constructor for class io.sentry.PropagationContext
 
PropagationTargetsUtils - Class in io.sentry.util
Checks if an URL matches the list of origins.
PropagationTargetsUtils() - Constructor for class io.sentry.util.PropagationTargetsUtils
 
PropertiesProvider - Interface in io.sentry.config
 
PropertiesProviderFactory - Class in io.sentry.config
 
PropertiesProviderFactory() - Constructor for class io.sentry.config.PropertiesProviderFactory
 
provideTransactionName(HttpServletRequest) - Method in class io.sentry.spring.jakarta.tracing.SpringMvcTransactionNameProvider
 
provideTransactionName(HttpServletRequest) - Method in class io.sentry.spring.jakarta.tracing.SpringServletTransactionNameProvider
 
provideTransactionName(HttpServletRequest) - Method in interface io.sentry.spring.jakarta.tracing.TransactionNameProvider
Resolves transaction name from HttpServletRequest.
provideTransactionName(HttpServletRequest) - Method in class io.sentry.spring.tracing.SpringMvcTransactionNameProvider
 
provideTransactionName(HttpServletRequest) - Method in class io.sentry.spring.tracing.SpringServletTransactionNameProvider
 
provideTransactionName(HttpServletRequest) - Method in interface io.sentry.spring.tracing.TransactionNameProvider
Resolves transaction name from HttpServletRequest.
provideTransactionSource() - Method in class io.sentry.spring.jakarta.tracing.SpringMvcTransactionNameProvider
 
provideTransactionSource() - Method in class io.sentry.spring.jakarta.tracing.SpringServletTransactionNameProvider
 
provideTransactionSource() - Method in interface io.sentry.spring.jakarta.tracing.TransactionNameProvider
Returns the source of the transaction name.
provideTransactionSource() - Method in class io.sentry.spring.tracing.SpringMvcTransactionNameProvider
 
provideTransactionSource() - Method in class io.sentry.spring.tracing.SpringServletTransactionNameProvider
 
provideTransactionSource() - Method in interface io.sentry.spring.tracing.TransactionNameProvider
Returns the source of the transaction name.
provideUser() - Method in class io.sentry.spring.HttpServletRequestSentryUserProvider
 
provideUser() - Method in class io.sentry.spring.jakarta.HttpServletRequestSentryUserProvider
 
provideUser() - Method in interface io.sentry.spring.jakarta.SentryUserProvider
 
provideUser() - Method in class io.sentry.spring.jakarta.SpringSecuritySentryUserProvider
 
provideUser() - Method in interface io.sentry.spring.SentryUserProvider
 
provideUser() - Method in class io.sentry.spring.SpringSecuritySentryUserProvider
 
Proxy() - Constructor for class io.sentry.SentryOptions.Proxy
 
Proxy(String, String) - Constructor for class io.sentry.SentryOptions.Proxy
 
Proxy(String, String, String, String) - Constructor for class io.sentry.SentryOptions.Proxy
 
Proxy(String, String, Proxy.Type) - Constructor for class io.sentry.SentryOptions.Proxy
 
Proxy(String, String, Proxy.Type, String, String) - Constructor for class io.sentry.SentryOptions.Proxy
 
PUBLIC_KEY - Static variable in class io.sentry.Baggage.DSCKeys
 
PUBLIC_KEY - Static variable in class io.sentry.TraceContext.JsonKeys
 
publish(LogRecord) - Method in class io.sentry.jul.SentryHandler
 
pushScope() - Method in class io.sentry.Hub
 
pushScope() - Method in class io.sentry.HubAdapter
 
pushScope() - Method in interface io.sentry.IHub
Pushes a new scope while inheriting the current scope's data.
pushScope() - Method in class io.sentry.NoOpHub
 
pushScope() - Static method in class io.sentry.Sentry
Pushes a new scope while inheriting the current scope's data.

Q

QUANTITY - Static variable in class io.sentry.clientreport.DiscardedEvent.JsonKeys
 
query(String) - Static method in class io.sentry.Breadcrumb
Creates query breadcrumb - representing a query that was made in your application.
QUERY_STRING - Static variable in class io.sentry.protocol.Request.JsonKeys
 
QUEUE_OVERFLOW - Enum constant in enum class io.sentry.clientreport.DiscardReason
 

R

Random - Class in io.sentry.util
A simplified version of Random that we use for sampling, which is much faster than SecureRandom.
Random() - Constructor for class io.sentry.util.Random
Creates a new random number generator.
Random(long) - Constructor for class io.sentry.util.Random
Creates a new random number generator using a single long seed.
RATELIMIT_BACKOFF - Enum constant in enum class io.sentry.clientreport.DiscardReason
 
RateLimiter - Class in io.sentry.transport
Controls retry limits on different category types sent to Sentry.
RateLimiter(SentryOptions) - Constructor for class io.sentry.transport.RateLimiter
 
RateLimiter(ICurrentDateProvider, SentryOptions) - Constructor for class io.sentry.transport.RateLimiter
 
RateLimiter.IRateLimitObserver - Interface in io.sentry.transport
 
RATIO - Enum constant in enum class io.sentry.MeasurementUnit.Fraction
Floating point fraction of `1`.
RAW_DESCRIPTION - Static variable in class io.sentry.protocol.OperatingSystem.JsonKeys
 
RAW_DESCRIPTION - Static variable in class io.sentry.protocol.SentryRuntime.JsonKeys
 
RAW_FUNCTION - Static variable in class io.sentry.protocol.SentryStackFrame.JsonKeys
 
Reactive() - Constructor for class io.sentry.spring.boot.jakarta.SentryProperties.Reactive
 
ReactorUtils - Class in io.sentry.spring.jakarta.webflux
 
ReactorUtils() - Constructor for class io.sentry.spring.jakarta.webflux.ReactorUtils
 
read() - Method in class io.sentry.instrumentation.file.SentryFileInputStream
 
read(byte[]) - Method in class io.sentry.instrumentation.file.SentryFileInputStream
 
read(byte[], int, int) - Method in class io.sentry.instrumentation.file.SentryFileInputStream
 
read(SentryOptions, String, Class<T>) - Static method in class io.sentry.cache.PersistingOptionsObserver
 
read(SentryOptions, String, Class<T>) - Static method in class io.sentry.cache.PersistingScopeObserver
 
read(SentryOptions, String, Class<T>, JsonDeserializer<R>) - Static method in class io.sentry.cache.PersistingOptionsObserver
 
read(SentryOptions, String, Class<T>, JsonDeserializer<R>) - Static method in class io.sentry.cache.PersistingScopeObserver
 
read(InputStream) - Method in class io.sentry.EnvelopeReader
 
read(InputStream) - Method in interface io.sentry.IEnvelopeReader
 
read(InputStream) - Method in class io.sentry.NoOpEnvelopeReader
 
readBytesFromFile(String, long) - Static method in class io.sentry.util.FileUtils
Reads the content of a path into a byte array.
readDeviceCpuFrequencies() - Method in class io.sentry.ProfilingTraceData
 
readFrom(StatementInformation) - Static method in class io.sentry.jdbc.DatabaseUtils
 
readText(File) - Static method in class io.sentry.util.FileUtils
Reads the content of a File into a String.
REASON - Static variable in class io.sentry.clientreport.DiscardedEvent.JsonKeys
 
recordLostEnvelope(DiscardReason, SentryEnvelope) - Method in class io.sentry.clientreport.ClientReportRecorder
 
recordLostEnvelope(DiscardReason, SentryEnvelope) - Method in interface io.sentry.clientreport.IClientReportRecorder
 
recordLostEnvelope(DiscardReason, SentryEnvelope) - Method in class io.sentry.clientreport.NoOpClientReportRecorder
 
recordLostEnvelopeItem(DiscardReason, SentryEnvelopeItem) - Method in class io.sentry.clientreport.ClientReportRecorder
 
recordLostEnvelopeItem(DiscardReason, SentryEnvelopeItem) - Method in interface io.sentry.clientreport.IClientReportRecorder
 
recordLostEnvelopeItem(DiscardReason, SentryEnvelopeItem) - Method in class io.sentry.clientreport.NoOpClientReportRecorder
 
recordLostEvent(DiscardReason, DataCategory) - Method in class io.sentry.clientreport.ClientReportRecorder
 
recordLostEvent(DiscardReason, DataCategory) - Method in interface io.sentry.clientreport.IClientReportRecorder
 
recordLostEvent(DiscardReason, DataCategory) - Method in class io.sentry.clientreport.NoOpClientReportRecorder
 
recordLostEvent(DiscardReason, DataCategory, long) - Method in class io.sentry.clientreport.ClientReportRecorder
 
recordLostEvent(DiscardReason, DataCategory, long) - Method in interface io.sentry.clientreport.IClientReportRecorder
 
recordLostEvent(DiscardReason, DataCategory, long) - Method in class io.sentry.clientreport.NoOpClientReportRecorder
 
RECOVERY_THRESHOLD - Static variable in class io.sentry.MonitorConfig.JsonKeys
 
REGION - Static variable in class io.sentry.protocol.Geo.JsonKeys
 
register(IHub, SentryOptions) - Method in interface io.sentry.Integration
Registers an integration
register(IHub, SentryOptions) - Method in class io.sentry.SendCachedEnvelopeFireAndForgetIntegration
 
register(IHub, SentryOptions) - Method in class io.sentry.ShutdownHookIntegration
 
register(IHub, SentryOptions) - Method in class io.sentry.SpotlightIntegration
 
register(IHub, SentryOptions) - Method in class io.sentry.UncaughtExceptionHandlerIntegration
 
registerBatchLoader(BiFunction<List<K>, BatchLoaderEnvironment, Flux<V>>) - Method in class io.sentry.spring.graphql.SentryBatchLoaderRegistry.SentryRegistrationSpec
 
registerBatchLoader(BiFunction<List<K>, BatchLoaderEnvironment, Flux<V>>) - Method in class io.sentry.spring.jakarta.graphql.SentryBatchLoaderRegistry.SentryRegistrationSpec
 
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class io.sentry.spring.jakarta.SentryHubRegistrar
 
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class io.sentry.spring.SentryHubRegistrar
 
registerDataLoaders(DataLoaderRegistry, GraphQLContext) - Method in class io.sentry.spring.graphql.SentryBatchLoaderRegistry
 
registerDataLoaders(DataLoaderRegistry, GraphQLContext) - Method in class io.sentry.spring.jakarta.graphql.SentryBatchLoaderRegistry
 
registerFullyDrawnListener(FullyDisplayedReporter.FullyDisplayedReporterListener) - Method in class io.sentry.FullyDisplayedReporter
 
registerMappedBatchLoader(BiFunction<Set<K>, BatchLoaderEnvironment, Mono<Map<K, V>>>) - Method in class io.sentry.spring.graphql.SentryBatchLoaderRegistry.SentryRegistrationSpec
 
registerMappedBatchLoader(BiFunction<Set<K>, BatchLoaderEnvironment, Mono<Map<K, V>>>) - Method in class io.sentry.spring.jakarta.graphql.SentryBatchLoaderRegistry.SentryRegistrationSpec
 
REGISTERS - Static variable in class io.sentry.protocol.SentryStackTrace.JsonKeys
 
RELEASE - Static variable in class io.sentry.Baggage.DSCKeys
 
RELEASE - Static variable in class io.sentry.CheckIn.JsonKeys
 
RELEASE - Static variable in class io.sentry.ProfilingTraceData.JsonKeys
 
RELEASE - Static variable in class io.sentry.SentryBaseEvent.JsonKeys
 
RELEASE - Static variable in class io.sentry.Session.JsonKeys
 
RELEASE - Static variable in class io.sentry.TraceContext.JsonKeys
 
RELEASE_FILENAME - Static variable in class io.sentry.cache.PersistingOptionsObserver
 
remove(String) - Method in class io.sentry.Hint
 
removeAndGet(String) - Method in class io.sentry.SentrySpanStorage
 
removeConnectionStatusObserver(IConnectionStatusProvider.IConnectionStatusObserver) - Method in interface io.sentry.IConnectionStatusProvider
Removes an observer.
removeConnectionStatusObserver(IConnectionStatusProvider.IConnectionStatusObserver) - Method in class io.sentry.NoOpConnectionStatusProvider
 
removeContexts(String) - Method in interface io.sentry.IScope
Removes a value from the Scope's contexts
removeContexts(String) - Method in class io.sentry.NoOpScope
 
removeContexts(String) - Method in class io.sentry.Scope
Removes a value from the Scope's contexts
removeData(String) - Method in class io.sentry.Breadcrumb
Removes an entry from the data's map
removeExtra(String) - Method in class io.sentry.Hub
 
removeExtra(String) - Method in class io.sentry.HubAdapter
 
removeExtra(String) - Method in interface io.sentry.IHub
Removes the extra key to an arbitrary value to the current Scope
removeExtra(String) - Method in interface io.sentry.IScope
Removes an extra from the Scope's extras
removeExtra(String) - Method in interface io.sentry.IScopeObserver
 
removeExtra(String) - Method in class io.sentry.NoOpHub
 
removeExtra(String) - Method in class io.sentry.NoOpScope
 
removeExtra(String) - Method in class io.sentry.Scope
Removes an extra from the Scope's extras
removeExtra(String) - Method in class io.sentry.ScopeObserverAdapter
 
removeExtra(String) - Static method in class io.sentry.Sentry
Removes the extra key to an arbitrary value to the current Scope
removeExtra(String) - Method in class io.sentry.SentryBaseEvent
 
removeModule(String) - Method in class io.sentry.SentryEvent
 
removePrefix(String, String) - Static method in class io.sentry.util.StringUtils
 
removeRateLimitObserver(RateLimiter.IRateLimitObserver) - Method in class io.sentry.transport.RateLimiter
 
removeSurrounding(String, String) - Static method in class io.sentry.util.StringUtils
Removes character specified by the delimiter parameter from the beginning and the end of the string.
removeTag(String) - Method in class io.sentry.Hub
 
removeTag(String) - Method in class io.sentry.HubAdapter
 
removeTag(String) - Method in interface io.sentry.IHub
Removes the tag to a string value to the current Scope
removeTag(String) - Method in interface io.sentry.IScope
Removes a tag from the Scope's tags
removeTag(String) - Method in interface io.sentry.IScopeObserver
 
removeTag(String) - Method in class io.sentry.NoOpHub
 
removeTag(String) - Method in class io.sentry.NoOpScope
 
removeTag(String) - Method in class io.sentry.Scope
Removes a tag from the Scope's tags
removeTag(String) - Method in class io.sentry.ScopeObserverAdapter
 
removeTag(String) - Static method in class io.sentry.Sentry
Removes the tag to a string value to the current Scope
removeTag(String) - Method in class io.sentry.SentryBaseEvent
 
RENDERING_SYSTEM - Static variable in class io.sentry.protocol.ViewHierarchy.JsonKeys
 
RENDERING_SYSTEM - Static variable in class io.sentry.protocol.ViewHierarchyNode.JsonKeys
 
replaceAttachments(List<Attachment>) - Method in class io.sentry.Hint
 
Replay - Enum constant in enum class io.sentry.DataCategory
 
REPLAY_CONTAINER - Static variable in class io.sentry.rrweb.RRWebVideoEvent
 
REPLAY_ENCODING - Static variable in class io.sentry.rrweb.RRWebVideoEvent
 
REPLAY_ERROR_SAMPLE_RATE_FILENAME - Static variable in class io.sentry.cache.PersistingOptionsObserver
 
REPLAY_EVENT_TYPE - Static variable in class io.sentry.SentryReplayEvent
 
REPLAY_FILENAME - Static variable in class io.sentry.cache.PersistingScopeObserver
 
REPLAY_FRAME_RATE_TYPE_CONSTANT - Static variable in class io.sentry.rrweb.RRWebVideoEvent
 
REPLAY_FRAME_RATE_TYPE_VARIABLE - Static variable in class io.sentry.rrweb.RRWebVideoEvent
 
REPLAY_ID - Static variable in class io.sentry.Baggage.DSCKeys
 
REPLAY_ID - Static variable in class io.sentry.protocol.Contexts
 
REPLAY_ID - Static variable in class io.sentry.SentryReplayEvent.JsonKeys
 
REPLAY_ID - Static variable in class io.sentry.TraceContext.JsonKeys
 
REPLAY_START_TIMESTAMP - Static variable in class io.sentry.SentryReplayEvent.JsonKeys
 
REPLAY_TYPE - Static variable in class io.sentry.SentryReplayEvent.JsonKeys
 
REPLAY_VIDEO_MAX_SIZE - Static variable in class io.sentry.SentryReplayEvent
 
ReplayBreadcrumbConverter - Interface in io.sentry
 
ReplayController - Interface in io.sentry
 
ReplayEvent - Enum constant in enum class io.sentry.SentryItemType
 
ReplayRecording - Class in io.sentry
 
ReplayRecording - Enum constant in enum class io.sentry.SentryItemType
 
ReplayRecording() - Constructor for class io.sentry.ReplayRecording
 
ReplayRecording.Deserializer - Class in io.sentry
 
ReplayRecording.JsonKeys - Class in io.sentry
 
ReplayVideo - Enum constant in enum class io.sentry.SentryItemType
 
reportFullDisplayed() - Method in interface io.sentry.IHub
Deprecated.
reportFullDisplayed() - Static method in class io.sentry.Sentry
reportFullyDisplayed() - Method in class io.sentry.Hub
 
reportFullyDisplayed() - Method in class io.sentry.HubAdapter
 
reportFullyDisplayed() - Method in interface io.sentry.IHub
Report a screen has been fully loaded.
reportFullyDisplayed() - Method in class io.sentry.NoOpHub
 
reportFullyDisplayed() - Static method in class io.sentry.Sentry
Report a screen has been fully loaded.
reportFullyDrawn() - Method in class io.sentry.FullyDisplayedReporter
 
Request - Class in io.sentry.protocol
Http request information.
Request() - Constructor for class io.sentry.protocol.Request
 
Request(Request) - Constructor for class io.sentry.protocol.Request
 
REQUEST - Static variable in class io.sentry.SentryBaseEvent.JsonKeys
 
REQUEST_FILENAME - Static variable in class io.sentry.cache.PersistingScopeObserver
 
Request.Deserializer - Class in io.sentry.protocol
 
Request.JsonKeys - Class in io.sentry.protocol
 
requestDestroyed(ServletRequestEvent) - Method in class io.sentry.servlet.jakarta.SentryServletRequestListener
 
requestDestroyed(ServletRequestEvent) - Method in class io.sentry.servlet.SentryServletRequestListener
 
RequestDetails - Class in io.sentry
Represents common HTTP request properties that must be set on the requests sending SentryEnvelope.
RequestDetails(String, Map<String, String>) - Constructor for class io.sentry.RequestDetails
 
requestInitialized(ServletRequestEvent) - Method in class io.sentry.servlet.jakarta.SentryServletRequestListener
 
requestInitialized(ServletRequestEvent) - Method in class io.sentry.servlet.SentryServletRequestListener
 
requireNonNull(T, String) - Static method in class io.sentry.util.Objects
 
reset() - Method in interface io.sentry.hints.Resettable
Reset the Hint to its initial state
reset() - Method in class io.sentry.SentryCrashLastRunState
 
reset() - Method in class io.sentry.spring.jakarta.webflux.SentryReactorThreadLocalAccessor
 
resetCountsAndGet() - Method in interface io.sentry.clientreport.IClientReportStorage
 
Resettable - Interface in io.sentry.hints
Marker interface for a reusable Hint
resetValue() - Method in class io.sentry.util.LazyEvaluator
Resets the internal value and forces the evaluator function to be called the next time getValue() is called.
resolve(Object) - Static method in enum class io.sentry.SentryItemType
 
resolveException(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class io.sentry.spring.jakarta.SentryExceptionResolver
 
resolveException(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class io.sentry.spring.SentryExceptionResolver
 
resolveInAppIncludes() - Method in class io.sentry.spring.boot.InAppIncludesResolver
 
resolveInAppIncludes() - Method in class io.sentry.spring.boot.jakarta.InAppIncludesResolver
 
resolveSentryRequest(HttpServletRequest) - Method in class io.sentry.spring.jakarta.SentryRequestResolver
 
resolveSentryRequest(HttpServletRequest) - Method in class io.sentry.spring.SentryRequestResolver
 
resolveSentryRequest(ServerHttpRequest) - Method in class io.sentry.spring.jakarta.webflux.SentryRequestResolver
 
resolveSentryRequest(ServerHttpRequest) - Method in class io.sentry.spring.webflux.SentryRequestResolver
 
resolveToMultipleErrors(Throwable, DataFetchingEnvironment) - Method in class io.sentry.spring.graphql.SentryDataFetcherExceptionResolverAdapter
 
resolveToMultipleErrors(Throwable, DataFetchingEnvironment) - Method in class io.sentry.spring.jakarta.graphql.SentryDataFetcherExceptionResolverAdapter
 
resolveToSingleError(Throwable, DataFetchingEnvironment) - Method in class io.sentry.spring.graphql.SentryDataFetcherExceptionResolverAdapter
 
resolveToSingleError(Throwable, DataFetchingEnvironment) - Method in class io.sentry.spring.jakarta.graphql.SentryDataFetcherExceptionResolverAdapter
 
RESOURCE_EXHAUSTED - Enum constant in enum class io.sentry.SpanStatus
The resource has been exhausted e.g.
Response - Class in io.sentry.protocol
 
Response() - Constructor for class io.sentry.protocol.Response
 
Response(Response) - Constructor for class io.sentry.protocol.Response
 
Response.Deserializer - Class in io.sentry.protocol
 
Response.JsonKeys - Class in io.sentry.protocol
 
resume() - Method in class io.sentry.NoOpReplayController
 
resume() - Method in interface io.sentry.ReplayController
 
Retryable - Interface in io.sentry.hints
 
ReusableCountLatch - Class in io.sentry.transport
A synchronization aid that allows one or more threads to wait until a set of operations being performed in other threads completes.
ReusableCountLatch() - Constructor for class io.sentry.transport.ReusableCountLatch
Constructs a ReusableCountLatch with initial count set to 0.
ReusableCountLatch(int) - Constructor for class io.sentry.transport.ReusableCountLatch
Constructs a ReusableCountLatch initialized with the given count.
ROOTED - Static variable in class io.sentry.protocol.OperatingSystem.JsonKeys
 
rotateCacheIfNeeded(File[]) - Method in class io.sentry.cache.EnvelopeCache
Rotates the caching folder if full, deleting the oldest files first
ROUTE - Enum constant in enum class io.sentry.protocol.TransactionNameSource
Parametrized URL / route
RRWebBreadcrumbEvent - Class in io.sentry.rrweb
 
RRWebBreadcrumbEvent() - Constructor for class io.sentry.rrweb.RRWebBreadcrumbEvent
 
RRWebBreadcrumbEvent.Deserializer - Class in io.sentry.rrweb
 
RRWebBreadcrumbEvent.JsonKeys - Class in io.sentry.rrweb
 
RRWebEvent - Class in io.sentry.rrweb
 
RRWebEvent() - Constructor for class io.sentry.rrweb.RRWebEvent
 
RRWebEvent(RRWebEventType) - Constructor for class io.sentry.rrweb.RRWebEvent
 
RRWebEvent.Deserializer - Class in io.sentry.rrweb
 
RRWebEvent.JsonKeys - Class in io.sentry.rrweb
 
RRWebEvent.Serializer - Class in io.sentry.rrweb
 
RRWebEventType - Enum Class in io.sentry.rrweb
 
RRWebEventType.Deserializer - Class in io.sentry.rrweb
 
RRWebIncrementalSnapshotEvent - Class in io.sentry.rrweb
 
RRWebIncrementalSnapshotEvent(RRWebIncrementalSnapshotEvent.IncrementalSource) - Constructor for class io.sentry.rrweb.RRWebIncrementalSnapshotEvent
 
RRWebIncrementalSnapshotEvent.Deserializer - Class in io.sentry.rrweb
 
RRWebIncrementalSnapshotEvent.IncrementalSource - Enum Class in io.sentry.rrweb
 
RRWebIncrementalSnapshotEvent.IncrementalSource.Deserializer - Class in io.sentry.rrweb
 
RRWebIncrementalSnapshotEvent.JsonKeys - Class in io.sentry.rrweb
 
RRWebIncrementalSnapshotEvent.Serializer - Class in io.sentry.rrweb
 
RRWebInteractionEvent - Class in io.sentry.rrweb
 
RRWebInteractionEvent() - Constructor for class io.sentry.rrweb.RRWebInteractionEvent
 
RRWebInteractionEvent.Deserializer - Class in io.sentry.rrweb
 
RRWebInteractionEvent.InteractionType - Enum Class in io.sentry.rrweb
 
RRWebInteractionEvent.InteractionType.Deserializer - Class in io.sentry.rrweb
 
RRWebInteractionEvent.JsonKeys - Class in io.sentry.rrweb
 
RRWebInteractionMoveEvent - Class in io.sentry.rrweb
 
RRWebInteractionMoveEvent() - Constructor for class io.sentry.rrweb.RRWebInteractionMoveEvent
 
RRWebInteractionMoveEvent.Deserializer - Class in io.sentry.rrweb
 
RRWebInteractionMoveEvent.JsonKeys - Class in io.sentry.rrweb
 
RRWebInteractionMoveEvent.Position - Class in io.sentry.rrweb
 
RRWebInteractionMoveEvent.Position.Deserializer - Class in io.sentry.rrweb
 
RRWebInteractionMoveEvent.Position.JsonKeys - Class in io.sentry.rrweb
 
RRWebMetaEvent - Class in io.sentry.rrweb
 
RRWebMetaEvent() - Constructor for class io.sentry.rrweb.RRWebMetaEvent
 
RRWebMetaEvent.Deserializer - Class in io.sentry.rrweb
 
RRWebMetaEvent.JsonKeys - Class in io.sentry.rrweb
 
RRWebSpanEvent - Class in io.sentry.rrweb
 
RRWebSpanEvent() - Constructor for class io.sentry.rrweb.RRWebSpanEvent
 
RRWebSpanEvent.Deserializer - Class in io.sentry.rrweb
 
RRWebSpanEvent.JsonKeys -