- accept(ITransaction) - Method in interface io.sentry.Scope.IWithTransaction
-
The accept method of the callback
- acceptUnknownProperties(Map<String, Object>) - Method in class io.sentry.Breadcrumb
-
Sets the unknown fields, internal usage only
- acceptUnknownProperties(Map<String, Object>) - Method in interface io.sentry.IUnknownPropertiesConsumer
-
- acceptUnknownProperties(Map<String, Object>) - Method in class io.sentry.protocol.App
-
- acceptUnknownProperties(Map<String, Object>) - Method in class io.sentry.protocol.Browser
-
- acceptUnknownProperties(Map<String, Object>) - Method in class io.sentry.protocol.DebugImage
-
- acceptUnknownProperties(Map<String, Object>) - Method in class io.sentry.protocol.DebugMeta
-
- acceptUnknownProperties(Map<String, Object>) - Method in class io.sentry.protocol.Device
-
- acceptUnknownProperties(Map<String, Object>) - Method in class io.sentry.protocol.Gpu
-
- acceptUnknownProperties(Map<String, Object>) - Method in class io.sentry.protocol.Mechanism
-
- acceptUnknownProperties(Map<String, Object>) - Method in class io.sentry.protocol.Message
-
- acceptUnknownProperties(Map<String, Object>) - Method in class io.sentry.protocol.OperatingSystem
-
- acceptUnknownProperties(Map<String, Object>) - Method in class io.sentry.protocol.Request
-
- acceptUnknownProperties(Map<String, Object>) - Method in class io.sentry.protocol.SdkInfo
-
- acceptUnknownProperties(Map<String, Object>) - Method in class io.sentry.protocol.SdkVersion
-
- acceptUnknownProperties(Map<String, Object>) - Method in class io.sentry.protocol.SentryException
-
- acceptUnknownProperties(Map<String, Object>) - Method in class io.sentry.protocol.SentryPackage
-
- acceptUnknownProperties(Map<String, Object>) - Method in class io.sentry.protocol.SentryRuntime
-
- acceptUnknownProperties(Map<String, Object>) - Method in class io.sentry.protocol.SentryStackFrame
-
- acceptUnknownProperties(Map<String, Object>) - Method in class io.sentry.protocol.SentryStackTrace
-
- acceptUnknownProperties(Map<String, Object>) - Method in class io.sentry.protocol.SentryThread
-
- acceptUnknownProperties(Map<String, Object>) - Method in class io.sentry.protocol.User
-
User's unknown fields, only internal usage
- acceptUnknownProperties(Map<String, Object>) - Method in class io.sentry.SentryEvent
-
- addAttachment(Attachment) - Method in class io.sentry.Scope
-
Adds an attachment to the Scope's list of attachments.
- addBreadcrumb(Breadcrumb, Object) - Method in class io.sentry.Hub
-
- addBreadcrumb(Breadcrumb, Object) - Method in class io.sentry.HubAdapter
-
- addBreadcrumb(Breadcrumb, Object) - Method in interface io.sentry.IHub
-
Adds a breadcrumb to the current Scope
- addBreadcrumb(Breadcrumb) - Method in interface io.sentry.IHub
-
Adds a breadcrumb to the current Scope
- addBreadcrumb(String) - Method in interface io.sentry.IHub
-
Adds a breadcrumb to the current Scope
- addBreadcrumb(String, String) - Method in interface io.sentry.IHub
-
Adds a breadcrumb to the current Scope
- addBreadcrumb(Breadcrumb) - Method in interface io.sentry.IScopeObserver
-
- addBreadcrumb(Breadcrumb, Object) - Method in class io.sentry.NoOpHub
-
- addBreadcrumb(Breadcrumb, Object) - 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.Scope
-
Adds a breadcrumb to the breadcrumbs queue It also executes the BeforeBreadcrumb callback if
set
- addBreadcrumb(Breadcrumb, Object) - Static method in class io.sentry.Sentry
-
Adds a breadcrumb to the current Scope
- addBreadcrumb(Breadcrumb) - Static method in class io.sentry.Sentry
-
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) - Static method in class io.sentry.Sentry
-
Adds a breadcrumb to the current Scope
- addBreadcrumb(Breadcrumb) - Method in class io.sentry.SentryBaseEvent
-
- addBreadcrumb(String) - Method in class io.sentry.SentryBaseEvent
-
- 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.SentryOptions
-
Adds exception type to the list of ignored exceptions.
- addInAppExclude(String) - Method in class io.sentry.SentryOptions
-
Adds an inApp exclude
- addInAppInclude(String) - Method in class io.sentry.SentryOptions
-
Adds an inApp include
- addIntegration(String) - Method in class io.sentry.protocol.SdkVersion
-
- addIntegration(Integration) - Method in class io.sentry.SentryOptions
-
Adds an integration
- addPackage(String, String) - Method in class io.sentry.protocol.SdkVersion
-
- addScopeObserver(IScopeObserver) - Method in class io.sentry.SentryOptions
-
Adds a Scope observer
- App - Class in io.sentry.protocol
-
- App() - Constructor for class io.sentry.protocol.App
-
- ApplyScopeData - Interface in io.sentry.hints
-
Marker interface for applying scope's data.
- ApplyScopeUtils - Class in io.sentry.util
-
Util class for Applying or not scope's data to an event
- 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
-
- Attachment - Class in io.sentry
-
You can use an attachment to store additional files alongside an event or transaction.
- 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(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.
- get(String) - Method in class io.sentry.CustomSamplingContext
-
- getAbsPath() - Method in class io.sentry.protocol.SentryStackFrame
-
- 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
-
- getAttachmentType() - Method in class io.sentry.Attachment
-
Returns the attachmentType type
- getAttachmentType() - Method in class io.sentry.SentryEnvelopeItemHeader
-
Returns the attachmentType type
- 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
- getBeforeSend() - Method in class io.sentry.SentryOptions
-
Returns the BeforeSend callback
- 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
-
- getBreadcrumbs() - Method in class io.sentry.SentryBaseEvent
-
- getBrowser() - Method in class io.sentry.protocol.Contexts
-
- getBuild() - Method in class io.sentry.protocol.OperatingSystem
-
- getBuildType() - Method in class io.sentry.protocol.App
-
- getBytes() - Method in class io.sentry.Attachment
-
Gets the bytes of the attachment.
- getCacheDirPath() - Method in class io.sentry.SentryOptions
-
Returns the cache dir.
- getCacheDirSize() - Method in class io.sentry.SentryOptions
-
- getCategory() - Method in class io.sentry.Breadcrumb
-
Returns the category
- getChildren() - Method in class io.sentry.SentryTracer
-
- 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.
- getConnectionTimeoutMillis() - Method in class io.sentry.SentryOptions
-
Returns the connection timeout in milliseconds.
- getConnectionType() - Method in class io.sentry.protocol.Device
-
- 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 interface io.sentry.ITransaction
-
- 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
-
Deprecated.
- getCookies() - Method in class io.sentry.protocol.Request
-
- getCount() - Method in class io.sentry.transport.ReusableCountLatch
-
Returns the current count.
- 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.
- 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
-
- getData() - Method in class io.sentry.Breadcrumb
-
Returns the data map
- getData(String) - Method in class io.sentry.Breadcrumb
-
Returns the value of data[key] or null
- 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.SentrySpan
-
- getData() - Method in class io.sentry.SentryEnvelopeItem
-
- getDateTime(String) - Static method in class io.sentry.DateUtils
-
Get the Date from UTC/ISO 8601 timestamp
- getDateTime(long) - Static method in class io.sentry.DateUtils
-
Get the Date from millis timestamp
- getDateTimeWithMillisPrecision(String) - Static method in class io.sentry.DateUtils
-
Get the Date from millis timestamp
- getDebugFile() - Method in class io.sentry.protocol.DebugImage
-
- getDebugId() - Method in class io.sentry.protocol.DebugImage
-
- getDebugMeta() - Method in class io.sentry.SentryEvent
-
- 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.protocol.Mechanism
-
- getDescription() - Method in class io.sentry.protocol.SentrySpan
-
- 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
-
- getDiagnosticLevel() - Method in class io.sentry.SentryOptions
-
Returns the minimum LogLevel
- getDirPath() - Method in interface io.sentry.SendCachedEnvelopeFireAndForgetIntegration.SendFireAndForgetDirPath
-
- 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.
- getDsn() - Method in class io.sentry.SentryOptions
-
Returns the DSN
- getDuration() - Method in class io.sentry.Session
-
- 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.
- getEnableUncaughtExceptionHandler() - Method in class io.sentry.SentryOptions
-
Checks if the default UncaughtExceptionHandlerIntegration is enabled or disabled or not set.
- getEnvelopeDiskCache() - Method in class io.sentry.SentryOptions
-
Returns the EnvelopeCache interface
- getEnvelopeReader() - Method in class io.sentry.SentryOptions
-
- getEnvironment() - Method in class io.sentry.SentryBaseEvent
-
- getEnvironment() - Method in class io.sentry.SentryOptions
-
Returns the environment
- getEnvironment() - Method in class io.sentry.Session
-
- getEnvs() - Method in class io.sentry.protocol.Request
-
- getEvent(ISerializer) - Method in class io.sentry.SentryEnvelopeItem
-
- 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 class io.sentry.SentryOptions
-
Returns the list of event processors
- getExceptionMechanism() - Method in exception io.sentry.exception.ExceptionMechanismException
-
Returns the encapsulated Mechanism
- getExceptions() - Method in class io.sentry.SentryEvent
-
- getExternalFreeStorage() - Method in class io.sentry.protocol.Device
-
- getExternalStorageSize() - Method in class io.sentry.protocol.Device
-
- getExtra(String) - Method in class io.sentry.SentryBaseEvent
-
- 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
-
- getFingerprints() - Method in class io.sentry.SentryEvent
-
- 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
-
- 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
-
- getFunction() - Method in class io.sentry.protocol.SentryStackFrame
-
- getGpu() - Method in class io.sentry.protocol.Contexts
-
- 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.RequestDetails
-
- getHelpLink() - Method in class io.sentry.protocol.Mechanism
-
- getHost() - Method in class io.sentry.SentryOptions.Proxy
-
- getHostnameVerifier() - Method in class io.sentry.SentryOptions
-
Returns HostnameVerifier
- 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.
- 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
-
- getInAppExcludes() - Method in class io.sentry.SentryOptions
-
the list of inApp excludes
- getInAppIncludes() - Method in class io.sentry.SentryOptions
-
Returns the inApp includes list
- getInit() - Method in class io.sentry.Session
-
- getInstance() - Static method in class io.sentry.HubAdapter
-
- 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.NoOpSpan
-
- getInstance() - Static method in class io.sentry.NoOpTransaction
-
- getInstance() - Static method in class io.sentry.NoOpTransportFactory
-
- 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
-
- getInstructionAddr() - Method in class io.sentry.protocol.SentryStackFrame
-
- getIntegrations() - Method in class io.sentry.protocol.SdkVersion
-
- getIntegrations() - Method in class io.sentry.SentryOptions
-
Returns the list of integrations
- 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 io.sentry.SentryItemType
-
- getKernelVersion() - Method in class io.sentry.protocol.OperatingSystem
-
- getLanguage() - Method in class io.sentry.protocol.Device
-
- 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
-
- getLength() - Method in class io.sentry.SentryEnvelopeItemHeader
-
- getLevel() - Method in class io.sentry.Breadcrumb
-
Returns the SentryLevel
- 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.
- 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
- 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.
- 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
- getMaxQueueSize() - Method in class io.sentry.SentryOptions
-
Returns the Max queue size
- getMaxRequestBodySize() - Method in class io.sentry.SentryOptions
-
- getMaxSpans() - Method in class io.sentry.SentryOptions
-
Returns the maximum number of spans that can be attached to single transaction.
- getMeasurements() - Method in class io.sentry.protocol.SentryTransaction
-
- getMechanism() - Method in class io.sentry.protocol.SentryException
-
Gets an optional mechanism that created this exception.
- 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.SentryEvent
-
- getMeta() - Method in class io.sentry.protocol.Mechanism
-
- getMethod() - Method in class io.sentry.protocol.Request
-
- 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
-
- getName() - Method in interface io.sentry.ITransaction
-
Returns transaction name.
- getName() - Method in class io.sentry.NoOpTransaction
-
- 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.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
-
- getOp() - Method in class io.sentry.protocol.SentrySpan
-
- 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
-
- getOptions() - Method in class io.sentry.NoOpHub
-
- getOrientation() - Method in class io.sentry.protocol.Device
-
- getOriginThrowable() - Method in class io.sentry.SentryBaseEvent
-
- getOthers() - Method in class io.sentry.protocol.Request
-
- getOthers() - Method in class io.sentry.protocol.User
-
Gets other user related data.
- getOutboxPath() - Method in class io.sentry.SentryOptions
-
Returns the outbox path if cacheDirPath is set
- getPackage() - Method in class io.sentry.protocol.SentryStackFrame
-
- getPackages() - Method in class io.sentry.protocol.SdkVersion
-
- getParams() - Method in class io.sentry.protocol.Message
-
- getParentSampled() - Method in class io.sentry.TransactionContext
-
- 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
-
- getPathname() - Method in class io.sentry.Attachment
-
Gets the pathname string of the attachment.
- getPlatform() - Method in class io.sentry.protocol.SentryStackFrame
-
- getPlatform() - Method in class io.sentry.SentryBaseEvent
-
- getPort() - Method in class io.sentry.SentryOptions.Proxy
-
- getPostContext() - Method in class io.sentry.protocol.SentryStackFrame
-
- getPreContext() - Method in class io.sentry.protocol.SentryStackFrame
-
- getPriority() - Method in class io.sentry.protocol.SentryThread
-
Gets the priority of the thread.
- 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.SentryOptions
-
Returns the proxy if set
- getQueryString() - Method in class io.sentry.protocol.Request
-
- getRawDescription() - Method in class io.sentry.protocol.OperatingSystem
-
- getRawDescription() - Method in class io.sentry.protocol.SentryRuntime
-
- getRawFunction() - Method in class io.sentry.protocol.SentryStackFrame
-
- getReadTimeoutMillis() - Method in class io.sentry.SentryOptions
-
Returns the read timeout in milliseconds
- getRegisters() - Method in class io.sentry.protocol.SentryStackTrace
-
- getRelease() - Method in class io.sentry.SentryBaseEvent
-
- getRelease() - Method in class io.sentry.SentryOptions
-
Returns the release
- getRelease() - Method in class io.sentry.Session
-
- getRequest() - Method in interface io.sentry.ITransaction
-
- getRequest() - Method in class io.sentry.NoOpTransaction
-
- getRequest() - Method in class io.sentry.Scope
-
Returns the Scope's request
- getRequest() - Method in class io.sentry.SentryBaseEvent
-
- getRequest() - Method in class io.sentry.SentryTracer
-
Deprecated.
- getResponseCode() - Method in class io.sentry.transport.TransportResult
-
- getRuntime() - Method in class io.sentry.protocol.Contexts
-
- getSampled() - Method in class io.sentry.SpanContext
-
- getSampleRate() - Method in class io.sentry.SentryOptions
-
Returns the sample rate Default is null (disabled)
- getScreenDensity() - Method in class io.sentry.protocol.Device
-
- getScreenDpi() - Method in class io.sentry.protocol.Device
-
- getScreenHeightPixels() - Method in class io.sentry.protocol.Device
-
- 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
-
- getSentryClientName() - Method in class io.sentry.SentryOptions
-
Returns the Sentry client name
- getSentryTraceHeader() - Method in exception io.sentry.exception.InvalidSentryTraceHeaderException
-
- getSequence() - Method in class io.sentry.Session
-
- getSerializer() - Method in class io.sentry.SentryOptions
-
Returns the Serializer interface
- 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.
- getSessionId() - Method in class io.sentry.Session
-
- getSessionTrackingIntervalMillis() - Method in class io.sentry.SentryOptions
-
Returns the session tracking interval in millis
- getShutdownTimeout() - Method in class io.sentry.SentryOptions
-
Returns the shutdown timeout in Millis
- getSnapshot() - Method in class io.sentry.protocol.SentryStackTrace
-
- 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 class io.sentry.NoOpHub
-
- 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.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
-
- getSslSocketFactory() - Method in class io.sentry.SentryOptions
-
Returns SSLSocketFactory
- 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.
- 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.SentryTracer
-
- getStartTimestamp() - Method in class io.sentry.Span
-
- getState() - Method in class io.sentry.protocol.SentryThread
-
Gets the state of the thread.
- 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
-
- getStorageSize() - Method in class io.sentry.protocol.Device
-
- getStringAfterDot(String) - Static method in class io.sentry.util.StringUtils
-
- getSymbolAddr() - Method in class io.sentry.protocol.SentryStackFrame
-
- getSynthetic() - Method in class io.sentry.protocol.Mechanism
-
- 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.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
-
- getThread() - Method in exception io.sentry.exception.ExceptionMechanismException
-
Returns the encapsulated Thread
- getThreadId() - Method in class io.sentry.protocol.SentryException
-
Gets an optional value which refers to a thread in the threads interface.
- 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
-
- getTimestamp() - Method in class io.sentry.Breadcrumb
-
Returns the Breadcrumb's timestamp
- getTimestamp(Date) - Static method in class io.sentry.DateUtils
-
Get the UTC/ISO 8601 timestamp from Date
- getTimestamp() - Method in class io.sentry.protocol.SentrySpan
-
- getTimestamp() - Method in class io.sentry.protocol.SentryTransaction
-
- getTimestamp() - Method in class io.sentry.SentryEvent
-
- getTimestamp() - Method in class io.sentry.SentryTracer
-
- getTimestamp() - Method in class io.sentry.Session
-
- getTimestamp() - Method in class io.sentry.Span
-
- getTimezone() - Method in class io.sentry.protocol.Device
-
- getTrace() - Method in class io.sentry.protocol.Contexts
-
- 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
-
- getTracesSampler() - Method in class io.sentry.SentryOptions
-
Returns the callback used to determine if transaction is sampled.
- getTracesSampleRate() - Method in class io.sentry.SentryOptions
-
Returns the traces sample rate Default is null (disabled)
- 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(ISerializer) - Method in class io.sentry.SentryEnvelopeItem
-
- getTransaction() - Method in class io.sentry.SentryEvent
-
- getTransactionContext() - Method in class io.sentry.SamplingContext
-
- getTransactionName() - Method in class io.sentry.Scope
-
Returns the Scope's transaction name.
- getTransportFactory() - Method in class io.sentry.SentryOptions
-
Returns the TransportFactory interface
- getTransportGate() - Method in class io.sentry.SentryOptions
-
Returns the TransportGate interface
- getType() - Method in class io.sentry.Breadcrumb
-
Returns the type
- 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.SentryEnvelopeItemHeader
-
- getUnknown() - Method in class io.sentry.SentryEvent
-
- getUrl() - Method in class io.sentry.protocol.Request
-
- getUrl() - Method in class io.sentry.RequestDetails
-
- getUsableMemory() - Method in class io.sentry.protocol.Device
-
- 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
-
- getUsername() - Method in class io.sentry.protocol.User
-
Gets the username of the user.
- getUuid() - Method in class io.sentry.protocol.DebugImage
-
- getValue() - Method in class io.sentry.protocol.SentryException
-
The exception value.
- getValue() - Method in class io.sentry.SentryTraceHeader
-
- 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
-
- Gpu - Class in io.sentry.protocol
-
- Gpu() - Constructor for class io.sentry.protocol.Gpu
-
- GsonSerializer - Class in io.sentry
-
The AndroidSerializer class that uses Gson as JSON parser
- GsonSerializer(SentryOptions) - Constructor for class io.sentry.GsonSerializer
-
AndroidSerializer ctor
- ICurrentDateProvider - Interface in io.sentry.transport
-
Date Provider to make the Transport unit testable
- IEnvelopeCache - Interface in io.sentry.cache
-
- IEnvelopeReader - Interface in io.sentry
-
- IEnvelopeSender - Interface in io.sentry
-
- 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.
- 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.
- init() - Static method in class io.sentry.Sentry
-
Initializes the SDK
- init(String) - 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.
- 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.
- 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
-
- io.sentry - package io.sentry
-
- io.sentry.adapters - package io.sentry.adapters
-
- io.sentry.cache - package io.sentry.cache
-
- io.sentry.config - package io.sentry.config
-
- io.sentry.exception - package io.sentry.exception
-
- io.sentry.hints - package io.sentry.hints
-
- io.sentry.protocol - package io.sentry.protocol
-
- io.sentry.transport - package io.sentry.transport
-
- io.sentry.util - package io.sentry.util
-
- IpAddressUtils - Class in io.sentry
-
- 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
- isCharging() - Method in class io.sentry.protocol.Device
-
- isConnected() - Method in interface io.sentry.transport.ITransportGate
-
Checks if the device is connected or not
- isConnected() - Method in class io.sentry.transport.NoOpTransportGate
-
- IScopeObserver - Interface in io.sentry
-
Observer for the sync.
- 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.
- 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
-
- isEnableAutoSessionTracking() - Method in class io.sentry.SentryOptions
-
Returns if the automatic session tracking is enabled or not
- isEnabled(SentryLevel) - Method in class io.sentry.DiagnosticLogger
-
Whether this logger is enabled for the specified SentryLevel.
- 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(SentryLevel) - Method in interface io.sentry.ILogger
-
Whether this logger is enabled for the specified SentryLevel.
- isEnabled() - Method in interface io.sentry.ISentryClient
-
Whether the client is enabled or not
- isEnabled() - Method in class io.sentry.NoOpHub
-
- isEnabled(SentryLevel) - Method in class io.sentry.NoOpLogger
-
- isEnabled() - Static method in class io.sentry.Sentry
-
Check if the current Hub is enabled/active.
- isEnabled() - Method in class io.sentry.SentryClient
-
- isEnabled(SentryLevel) - Method in class io.sentry.SystemOutLogger
-
- isEnableDeduplication() - Method in class io.sentry.SentryOptions
-
Returns if event deduplication is turned on.
- isEnableExternalConfiguration() - Method in class io.sentry.SentryOptions
-
Returns if loading properties from external sources is enabled.
- isEnableNdk() - Method in class io.sentry.SentryOptions
-
Check if NDK is ON or OFF Default is ON
- isEnableScopeSync() - Method in class io.sentry.SentryOptions
-
Returns if the Java to NDK Scope sync is enabled
- isEnableSessionTracking() - Method in class io.sentry.SentryOptions
-
- isEnableShutdownHook() - Method in class io.sentry.SentryOptions
-
True if ShutdownHookIntegration is enabled, false otherwise.
- isEnableUncaughtExceptionHandler() - Method in class io.sentry.SentryOptions
-
Checks if the default UncaughtExceptionHandlerIntegration is enabled or not.
- ISentryClient - Interface in io.sentry
-
Sentry Client interface
- 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
-
- isHandled() - Method in class io.sentry.protocol.Mechanism
-
- isInApp() - Method in class io.sentry.protocol.SentryStackFrame
-
- isLowMemory() - Method in class io.sentry.protocol.Device
-
- isMultiThreadedRendering() - Method in class io.sentry.protocol.Gpu
-
- isNative() - Method in class io.sentry.protocol.SentryStackFrame
-
- isOnline() - Method in class io.sentry.protocol.Device
-
- ISpan - Interface in io.sentry
-
Represents performance monitoring Span.
- 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
-
- 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.protocol.SentryTransaction
-
- isSampled() - Method in class io.sentry.SentryTraceHeader
-
- isSampled() - Method in class io.sentry.SentryTracer
-
- isSampled() - Method in class io.sentry.Span
-
- isSendDefaultPii() - Method in class io.sentry.SentryOptions
-
- 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
- isSuccess() - Method in interface io.sentry.hints.SubmissionResult
-
- isSuccess() - Method in class io.sentry.transport.TransportResult
-
- isTracingEnabled() - Method in class io.sentry.SentryOptions
-
Returns if tracing should be enabled.
- iterator() - Method in class io.sentry.cache.EnvelopeCache
-
- iterator() - Method in class io.sentry.transport.NoOpEnvelopeCache
-
- ITransaction - Interface in io.sentry
-
- ITransport - Interface in io.sentry.transport
-
A transport is in charge of sending the event to the Sentry server.
- ITransportFactory - Interface in io.sentry
-
- ITransportGate - Interface in io.sentry.transport
-
Implementations of this interface serve as gatekeepers that allow or disallow sending of the
events through the
ITransport
.
- IUnknownPropertiesConsumer - Interface in io.sentry
-
- sample(SamplingContext) - Method in interface io.sentry.SentryOptions.TracesSamplerCallback
-
Calculates the sampling value used to determine if transaction is going to be sent to Sentry
backend.
- SamplingContext - Class in io.sentry
-
- SamplingContext(TransactionContext, CustomSamplingContext) - Constructor for class io.sentry.SamplingContext
-
- Scope - Class in io.sentry
-
Scope data to be sent with the event
- Scope(SentryOptions) - Constructor for class io.sentry.Scope
-
Scope's ctor
- Scope.IWithTransaction - Interface in io.sentry
-
the IWithTransaction callback
- ScopeCallback - Interface in io.sentry
-
- SdkInfo - Class in io.sentry.protocol
-
Holds information about the system SDK.
- SdkInfo() - Constructor for class io.sentry.protocol.SdkInfo
-
- SdkVersion - Class in io.sentry.protocol
-
The SDK Interface describes the Sentry SDK and its configuration used to capture and transmit an
event.
- SdkVersion(String, String) - Constructor for class io.sentry.protocol.SdkVersion
-
- SdkVersion() - Constructor for class io.sentry.protocol.SdkVersion
-
- send() - Method in interface io.sentry.SendCachedEnvelopeFireAndForgetIntegration.SendFireAndForget
-
- send(SentryEnvelope, Object) - Method in class io.sentry.transport.AsyncHttpTransport
-
- send(SentryEnvelope, Object) - Method in interface io.sentry.transport.ITransport
-
- send(SentryEnvelope) - Method in interface io.sentry.transport.ITransport
-
- send(SentryEnvelope, Object) - Method in class io.sentry.transport.NoOpTransport
-
- send(SentryEnvelope, Object) - Method in class io.sentry.transport.StdoutTransport
-
- SendCachedEnvelopeFireAndForgetIntegration - Class in io.sentry
-
Sends cached events over when your App.
- SendCachedEnvelopeFireAndForgetIntegration(SendCachedEnvelopeFireAndForgetIntegration.SendFireAndForgetFactory) - Constructor for class io.sentry.SendCachedEnvelopeFireAndForgetIntegration
-
- SendCachedEnvelopeFireAndForgetIntegration.SendFireAndForget - Interface in io.sentry
-
- SendCachedEnvelopeFireAndForgetIntegration.SendFireAndForgetDirPath - Interface in io.sentry
-
- SendCachedEnvelopeFireAndForgetIntegration.SendFireAndForgetFactory - Interface in io.sentry
-
- SendFireAndForgetEnvelopeSender - Class in io.sentry
-
- SendFireAndForgetEnvelopeSender(SendCachedEnvelopeFireAndForgetIntegration.SendFireAndForgetDirPath) - Constructor for class io.sentry.SendFireAndForgetEnvelopeSender
-
- SendFireAndForgetOutboxSender - Class in io.sentry
-
- SendFireAndForgetOutboxSender(SendCachedEnvelopeFireAndForgetIntegration.SendFireAndForgetDirPath) - Constructor for class io.sentry.SendFireAndForgetOutboxSender
-
- Sentry - Class in io.sentry
-
Sentry SDK main API entry point
- Sentry.OptionsConfiguration<T extends SentryOptions> - Interface in io.sentry
-
Configuration options callback
- SENTRY_JAVA_SDK_NAME - Static variable in class io.sentry.BuildConfig
-
- SENTRY_TRACE_HEADER - Static variable in class io.sentry.SentryTraceHeader
-
- SentryBaseEvent - Class in io.sentry
-
An item sent to Sentry in the envelope.
- SentryBaseEvent(SentryId) - Constructor for class io.sentry.SentryBaseEvent
-
- SentryBaseEvent() - Constructor for class io.sentry.SentryBaseEvent
-
- SentryClient - Class in io.sentry
-
- SentryEnvelope - Class in io.sentry
-
- SentryEnvelope(SentryEnvelopeHeader, Iterable<SentryEnvelopeItem>) - Constructor for class io.sentry.SentryEnvelope
-
- SentryEnvelope(SentryId, SdkVersion, Iterable<SentryEnvelopeItem>) - Constructor for class io.sentry.SentryEnvelope
-
- SentryEnvelope(SentryId, SdkVersion, SentryEnvelopeItem) - Constructor for class io.sentry.SentryEnvelope
-
- SentryEnvelopeException - Exception in io.sentry.exception
-
- SentryEnvelopeException(String) - Constructor for exception io.sentry.exception.SentryEnvelopeException
-
- SentryEnvelopeHeader - Class in io.sentry
-
- SentryEnvelopeHeader(SentryId, SdkVersion) - Constructor for class io.sentry.SentryEnvelopeHeader
-
- SentryEnvelopeHeader(SentryId) - Constructor for class io.sentry.SentryEnvelopeHeader
-
- SentryEnvelopeHeader() - Constructor for class io.sentry.SentryEnvelopeHeader
-
- SentryEnvelopeHeaderAdapter - Class in io.sentry
-
- SentryEnvelopeHeaderAdapter() - Constructor for class io.sentry.SentryEnvelopeHeaderAdapter
-
- SentryEnvelopeItem - Class in io.sentry
-
- SentryEnvelopeItemHeader - Class in io.sentry
-
- SentryEnvelopeItemHeaderAdapter - Class in io.sentry
-
- SentryEnvelopeItemHeaderAdapter() - Constructor for class io.sentry.SentryEnvelopeItemHeaderAdapter
-
- SentryEvent - Class in io.sentry
-
- SentryEvent(Throwable) - Constructor for class io.sentry.SentryEvent
-
SentryEvent ctor with the captured Throwable
- SentryEvent() - Constructor for class io.sentry.SentryEvent
-
- SentryEvent(Date) - Constructor for class io.sentry.SentryEvent
-
- SentryException - Class in io.sentry.protocol
-
A single exception.
- SentryException() - Constructor for class io.sentry.protocol.SentryException
-
- SentryId - Class in io.sentry.protocol
-
- SentryId() - Constructor for class io.sentry.protocol.SentryId
-
- SentryId(UUID) - Constructor for class io.sentry.protocol.SentryId
-
- SentryId(String) - Constructor for class io.sentry.protocol.SentryId
-
- SentryIdDeserializerAdapter - Class in io.sentry.adapters
-
- SentryIdDeserializerAdapter(SentryOptions) - Constructor for class io.sentry.adapters.SentryIdDeserializerAdapter
-
- SentryIdSerializerAdapter - Class in io.sentry.adapters
-
- SentryIdSerializerAdapter(SentryOptions) - Constructor for class io.sentry.adapters.SentryIdSerializerAdapter
-
- SentryItemType - Enum in io.sentry
-
- SentryLevel - Enum in io.sentry
-
the SentryLevel
- SentryLevelDeserializerAdapter - Class in io.sentry.adapters
-
- SentryLevelDeserializerAdapter(SentryOptions) - Constructor for class io.sentry.adapters.SentryLevelDeserializerAdapter
-
- SentryLevelSerializerAdapter - Class in io.sentry.adapters
-
- SentryLevelSerializerAdapter(SentryOptions) - Constructor for class io.sentry.adapters.SentryLevelSerializerAdapter
-
- SentryOptions - Class in io.sentry
-
Sentry SDK options
- SentryOptions() - Constructor for class io.sentry.SentryOptions
-
SentryOptions ctor It adds and set default things
- SentryOptions.BeforeBreadcrumbCallback - Interface in io.sentry
-
The BeforeBreadcrumb callback
- SentryOptions.BeforeSendCallback - Interface in io.sentry
-
The BeforeSend callback
- SentryOptions.Proxy - Class in io.sentry
-
- SentryOptions.RequestSize - Enum in io.sentry
-
- SentryOptions.TracesSamplerCallback - Interface in io.sentry
-
The traces sampler callback.
- SentryPackage - Class in io.sentry.protocol
-
An installed and loaded package as part of the Sentry SDK.
- SentryPackage(String, String) - Constructor for class io.sentry.protocol.SentryPackage
-
- SentryPackage() - Constructor for class io.sentry.protocol.SentryPackage
-
- SentryRuntime - Class in io.sentry.protocol
-
- SentryRuntime() - Constructor for class io.sentry.protocol.SentryRuntime
-
- SentrySpan - Class in io.sentry.protocol
-
- SentrySpan(Span) - Constructor for class io.sentry.protocol.SentrySpan
-
- SentrySpan(Span, Map<String, Object>) - Constructor for class io.sentry.protocol.SentrySpan
-
- SentryStackFrame - Class in io.sentry.protocol
-
Holds information about a single stacktrace frame.
- SentryStackFrame() - Constructor for class io.sentry.protocol.SentryStackFrame
-
- SentryStackTrace - Class in io.sentry.protocol
-
A stack trace of a single thread.
- SentryStackTrace() - Constructor for class io.sentry.protocol.SentryStackTrace
-
- SentryStackTrace(List<SentryStackFrame>) - Constructor for class io.sentry.protocol.SentryStackTrace
-
- SentryThread - Class in io.sentry.protocol
-
A process thread of an event.
- SentryThread() - Constructor for class io.sentry.protocol.SentryThread
-
- SentryTraceHeader - Class in io.sentry
-
Represents HTTP header "sentry-trace".
- SentryTraceHeader(SentryId, SpanId, Boolean) - Constructor for class io.sentry.SentryTraceHeader
-
- SentryTraceHeader(String) - Constructor for class io.sentry.SentryTraceHeader
-
- SentryTracer - Class in io.sentry
-
- SentryTracer(TransactionContext, IHub) - Constructor for class io.sentry.SentryTracer
-
- SentryTracer(TransactionContext, IHub, boolean) - Constructor for class io.sentry.SentryTracer
-
- SentryTransaction - Class in io.sentry.protocol
-
- SentryTransaction(SentryTracer) - Constructor for class io.sentry.protocol.SentryTransaction
-
- serialize(Collection<?>, Type, JsonSerializationContext) - Method in class io.sentry.adapters.CollectionAdapter
-
- serialize(Contexts, Type, JsonSerializationContext) - Method in class io.sentry.adapters.ContextsSerializerAdapter
-
- serialize(Date, Type, JsonSerializationContext) - Method in class io.sentry.adapters.DateSerializerAdapter
-
- serialize(Map<String, ?>, Type, JsonSerializationContext) - Method in class io.sentry.adapters.MapAdapter
-
- serialize(Device.DeviceOrientation, Type, JsonSerializationContext) - Method in class io.sentry.adapters.OrientationSerializerAdapter
-
- serialize(SentryId, Type, JsonSerializationContext) - Method in class io.sentry.adapters.SentryIdSerializerAdapter
-
- serialize(SentryLevel, Type, JsonSerializationContext) - Method in class io.sentry.adapters.SentryLevelSerializerAdapter
-
- serialize(SpanId, Type, JsonSerializationContext) - Method in class io.sentry.adapters.SpanIdSerializerAdapter
-
- serialize(SpanStatus, Type, JsonSerializationContext) - Method in class io.sentry.adapters.SpanStatusSerializerAdapter
-
- serialize(TimeZone, Type, JsonSerializationContext) - Method in class io.sentry.adapters.TimeZoneSerializerAdapter
-
- serialize(T, Writer) - Method in class io.sentry.GsonSerializer
-
- serialize(SentryEnvelope, OutputStream) - Method in class io.sentry.GsonSerializer
-
Serialize a SentryEnvelope to a stream Writer (JSON)
- serialize(Map<String, Object>) - Method in class io.sentry.GsonSerializer
-
Serialize a Map to a String
- serialize(T, Writer) - Method in interface io.sentry.ISerializer
-
- serialize(SentryEnvelope, OutputStream) - Method in interface io.sentry.ISerializer
-
- serialize(Map<String, Object>) - Method in interface io.sentry.ISerializer
-
- Session - Class in io.sentry
-
- Session(Session.State, Date, Date, int, String, UUID, Boolean, Long, Double, String, String, String, String) - Constructor for class io.sentry.Session
-
- Session(String, User, String, String) - Constructor for class io.sentry.Session
-
- Session.State - Enum in io.sentry
-
Session state
- SessionAdapter - Class in io.sentry
-
- SessionAdapter(SentryOptions) - Constructor for class io.sentry.SessionAdapter
-
- SessionEnd - Interface in io.sentry.hints
-
Hint that shows this is a session end envelope
- SessionEndHint - Class in io.sentry.hints
-
- SessionEndHint() - Constructor for class io.sentry.hints.SessionEndHint
-
- SessionStart - Interface in io.sentry.hints
-
Hint that shows this is a session start envelope
- SessionStartHint - Class in io.sentry.hints
-
- SessionStartHint() - Constructor for class io.sentry.hints.SessionStartHint
-
- set(String, Object) - Method in class io.sentry.CustomSamplingContext
-
- setAbsPath(String) - Method in class io.sentry.protocol.SentryStackFrame
-
- setApiType(String) - Method in class io.sentry.protocol.Gpu
-
- setApp(App) - Method in class io.sentry.protocol.Contexts
-
- setAppBuild(String) - Method in class io.sentry.protocol.App
-
- setAppIdentifier(String) - Method in class io.sentry.protocol.App
-
- setAppName(String) - Method in class io.sentry.protocol.App
-
- setAppStartTime(Date) - Method in class io.sentry.protocol.App
-
- setAppVersion(String) - Method in class io.sentry.protocol.App
-
- setArch(String) - Method in class io.sentry.protocol.DebugImage
-
- setArchs(String[]) - Method in class io.sentry.protocol.Device
-
- setAttachServerName(boolean) - Method in class io.sentry.SentryOptions
-
Sets if SDK should automatically resolve and attache server name to events.
- setAttachStacktrace(boolean) - Method in class io.sentry.SentryOptions
-
Sets the attachStacktrace to enabled or disabled
- setAttachThreads(boolean) - Method in class io.sentry.SentryOptions
-
Sets the attachThreads to enabled or disabled
- setBatteryLevel(Float) - Method in class io.sentry.protocol.Device
-
- setBatteryTemperature(Float) - Method in class io.sentry.protocol.Device
-
- setBeforeBreadcrumb(SentryOptions.BeforeBreadcrumbCallback) - Method in class io.sentry.SentryOptions
-
Sets the beforeBreadcrumb callback
- setBeforeSend(SentryOptions.BeforeSendCallback) - Method in class io.sentry.SentryOptions
-
Sets the beforeSend callback
- setBootTime(Date) - Method in class io.sentry.protocol.Device
-
- setBrand(String) - Method in class io.sentry.protocol.Device
-
- setBreadcrumbs(List<Breadcrumb>) - Method in class io.sentry.SentryBaseEvent
-
- setBrowser(Browser) - Method in class io.sentry.protocol.Contexts
-
- setBuild(String) - Method in class io.sentry.protocol.OperatingSystem
-
- setBuildType(String) - Method in class io.sentry.protocol.App
-
- setCacheDirPath(String) - Method in class io.sentry.SentryOptions
-
Sets the cache dir.
- setCacheDirSize(int) - Method in class io.sentry.SentryOptions
-
- setCategory(String) - Method in class io.sentry.Breadcrumb
-
Sets the category
- setCharging(Boolean) - Method in class io.sentry.protocol.Device
-
- setCodeFile(String) - Method in class io.sentry.protocol.DebugImage
-
- setCodeId(String) - Method in class io.sentry.protocol.DebugImage
-
- setColno(Integer) - Method in class io.sentry.protocol.SentryStackFrame
-
- setComments(String) - Method in class io.sentry.UserFeedback
-
Sets comments of the user about what happened.
- setConnectionTimeoutMillis(int) - Method in class io.sentry.SentryOptions
-
Sets the connection timeout in milliseconds.
- setConnectionType(String) - Method in class io.sentry.protocol.Device
-
- setContextLine(String) - Method in class io.sentry.protocol.SentryStackFrame
-
- setContexts(String, Object) - Method in class io.sentry.Scope
-
Sets the Scope's contexts
- setContexts(String, Boolean) - Method in class io.sentry.Scope
-
Sets the Scope's contexts
- setContexts(String, String) - Method in class io.sentry.Scope
-
Sets the Scope's contexts
- setContexts(String, Number) - Method in class io.sentry.Scope
-
Sets the Scope's contexts
- setCookies(String) - Method in class io.sentry.protocol.Request
-
- setCrashed(Boolean) - Method in class io.sentry.protocol.SentryThread
-
Sets whether the crash happened on this thread.
- setCurrent(Boolean) - Method in class io.sentry.protocol.SentryThread
-
Sets an optional flag to indicate that the thread was in the foreground.
- setCurrentHub(IHub) - Static method in class io.sentry.Sentry
-
- setDaemon(Boolean) - Method in class io.sentry.protocol.SentryThread
-
Sets if this is a daemon thread.
- setData(String, Object) - Method in class io.sentry.Breadcrumb
-
Sets an entry to the data's map
- setData(Map<String, Object>) - Method in class io.sentry.protocol.Mechanism
-
- setData(Object) - Method in class io.sentry.protocol.Request
-
- setDebug(Boolean) - Method in class io.sentry.SentryOptions
-
Sets the debug mode to ON or OFF Default is OFF
- setDebugFile(String) - Method in class io.sentry.protocol.DebugImage
-
- setDebugId(String) - Method in class io.sentry.protocol.DebugImage
-
- setDebugMeta(DebugMeta) - Method in class io.sentry.SentryEvent
-
- setDescription(String) - Method in interface io.sentry.ISpan
-
Sets span description.
- setDescription(String) - Method in class io.sentry.NoOpSpan
-
- setDescription(String) - Method in class io.sentry.NoOpTransaction
-
- setDescription(String) - Method in class io.sentry.protocol.Mechanism
-
- setDescription(String) - Method in class io.sentry.SentryTracer
-
- setDescription(String) - Method in class io.sentry.Span
-
- setDescription(String) - Method in class io.sentry.SpanContext
-
- setDevice(Device) - Method in class io.sentry.protocol.Contexts
-
- setDeviceAppHash(String) - Method in class io.sentry.protocol.App
-
- setDiagnosticLevel(SentryLevel) - Method in class io.sentry.SentryOptions
-
Sets the minimum LogLevel if null, it uses the default min.
- setDist(String) - Method in class io.sentry.SentryBaseEvent
-
- setDist(String) - Method in class io.sentry.SentryOptions
-
Sets the distribution
- setDistinctId(String) - Method in class io.sentry.SentryOptions
-
Sets the distinct Id
- setDsn(String) - Method in class io.sentry.SentryOptions
-
Sets the DSN
- setEmail(String) - Method in class io.sentry.protocol.User
-
Gets the e-mail address of the user.
- setEmail(String) - Method in class io.sentry.UserFeedback
-
Sets the email of the user.
- setEnableAutoSessionTracking(boolean) - Method in class io.sentry.SentryOptions
-
Enable or disable the automatic session tracking
- setEnableDeduplication(Boolean) - Method in class io.sentry.SentryOptions
-
Enables or disables event deduplication.
- setEnableExternalConfiguration(boolean) - Method in class io.sentry.SentryOptions
-
Enables loading options from external sources like sentry.properties file or environment
variables, system properties.
- setEnableNdk(boolean) - Method in class io.sentry.SentryOptions
-
Sets NDK to ON or OFF
- setEnableScopeSync(boolean) - Method in class io.sentry.SentryOptions
-
Enables or not the Java to NDK Scope sync
- setEnableSessionTracking(boolean) - Method in class io.sentry.SentryOptions
-
- setEnableShutdownHook(boolean) - Method in class io.sentry.SentryOptions
-
Enables or disable ShutdownHookIntegration.
- setEnableUncaughtExceptionHandler(Boolean) - Method in class io.sentry.SentryOptions
-
Enable or disable the default UncaughtExceptionHandlerIntegration.
- setEnvelopeDiskCache(IEnvelopeCache) - Method in class io.sentry.SentryOptions
-
Sets the EnvelopeCache interface
- setEnvelopeReader(IEnvelopeReader) - Method in class io.sentry.SentryOptions
-
- setEnvironment(String) - Method in class io.sentry.SentryBaseEvent
-
- setEnvironment(String) - Method in class io.sentry.SentryOptions
-
Sets the environment
- setEnvs(Map<String, String>) - Method in class io.sentry.protocol.Request
-
- setEventId(SentryId) - Method in class io.sentry.SentryBaseEvent
-
- setExceptions(List<SentryException>) - Method in class io.sentry.SentryEvent
-
- setExternalFreeStorage(Long) - Method in class io.sentry.protocol.Device
-
- setExternalStorageSize(Long) - Method in class io.sentry.protocol.Device
-
- setExtra(String, String) - Method in class io.sentry.Hub
-
- setExtra(String, String) - Method in class io.sentry.HubAdapter
-
- setExtra(String, String) - Method in interface io.sentry.IHub
-
Sets the extra key to an arbitrary value to the current Scope, overwriting a potential previous
value
- setExtra(String, String) - Method in interface io.sentry.IScopeObserver
-
- setExtra(String, String) - Method in class io.sentry.NoOpHub
-
- setExtra(String, String) - Method in class io.sentry.Scope
-
Sets an extra to the Scope's extra map
- setExtra(String, String) - Static method in class io.sentry.Sentry
-
Sets the extra key to an arbitrary value to the current Scope, overwriting a potential previous
value
- setExtra(String, Object) - Method in class io.sentry.SentryBaseEvent
-
- setExtras(Map<String, Object>) - Method in class io.sentry.SentryBaseEvent
-
- setFamily(String) - Method in class io.sentry.protocol.Device
-
- setFilename(String) - Method in class io.sentry.protocol.SentryStackFrame
-
- setFingerprint(List<String>) - Method in class io.sentry.Hub
-
- setFingerprint(List<String>) - Method in class io.sentry.HubAdapter
-
- setFingerprint(List<String>) - Method in interface io.sentry.IHub
-
Sets the fingerprint to group specific events together to the current Scope.
- setFingerprint(List<String>) - Method in class io.sentry.NoOpHub
-
- setFingerprint(List<String>) - Method in class io.sentry.Scope
-
Sets the Scope's fingerprint list
- setFingerprint(List<String>) - Static method in class io.sentry.Sentry
-
Sets the fingerprint to group specific events together to the current Scope.
- setFingerprints(List<String>) - Method in class io.sentry.SentryEvent
-
- setFlushTimeoutMillis(long) - Method in class io.sentry.SentryOptions
-
Sets the flush timeout in millis
- setFormatted(String) - Method in class io.sentry.protocol.Message
-
Sets a formatted String
- setFrames(List<SentryStackFrame>) - Method in class io.sentry.protocol.SentryStackTrace
-
Sets the frames of this stacktrace.
- setFramesOmitted(List<Integer>) - Method in class io.sentry.protocol.SentryStackFrame
-
- setFreeMemory(Long) - Method in class io.sentry.protocol.Device
-
- setFreeStorage(Long) - Method in class io.sentry.protocol.Device
-
- setFunction(String) - Method in class io.sentry.protocol.SentryStackFrame
-
- setGpu(Gpu) - Method in class io.sentry.protocol.Contexts
-
- setHandled(Boolean) - Method in class io.sentry.protocol.Mechanism
-
- setHeaders(Map<String, String>) - Method in class io.sentry.protocol.Request
-
- setHelpLink(String) - Method in class io.sentry.protocol.Mechanism
-
- setHost(String) - Method in class io.sentry.SentryOptions.Proxy
-
- setHostnameVerifier(HostnameVerifier) - Method in class io.sentry.SentryOptions
-
Set custom HostnameVerifier
- setId(String) - Method in class io.sentry.protocol.Device
-
- setId(Integer) - Method in class io.sentry.protocol.Gpu
-
- setId(Long) - Method in class io.sentry.protocol.SentryThread
-
Sets the Id of the thread.
- setId(String) - Method in class io.sentry.protocol.User
-
Sets the id of the user.
- setImageAddr(String) - Method in class io.sentry.protocol.DebugImage
-
- setImageAddr(String) - Method in class io.sentry.protocol.SentryStackFrame
-
- setImages(List<DebugImage>) - Method in class io.sentry.protocol.DebugMeta
-
- setImageSize(Long) - Method in class io.sentry.protocol.DebugImage
-
- setImageSize(long) - Method in class io.sentry.protocol.DebugImage
-
Sets the image size.
- setInApp(Boolean) - Method in class io.sentry.protocol.SentryStackFrame
-
- setInitAsTrue() - Method in class io.sentry.Session
-
Used for migrating the init flag when an session is gonna be deleted.
- setInstructionAddr(String) - Method in class io.sentry.protocol.SentryStackFrame
-
- setIpAddress(String) - Method in class io.sentry.protocol.User
-
Sets the IP address of the user.
- setKernelVersion(String) - Method in class io.sentry.protocol.OperatingSystem
-
- setLanguage(String) - Method in class io.sentry.protocol.Device
-
- setLevel(SentryLevel) - Method in class io.sentry.Breadcrumb
-
Sets the level
- setLevel(SentryLevel) - Method in class io.sentry.Hub
-
- setLevel(SentryLevel) - Method in class io.sentry.HubAdapter
-
- setLevel(SentryLevel) - Method in interface io.sentry.IHub
-
Sets the level of all events sent within current Scope
- setLevel(SentryLevel) - Method in class io.sentry.NoOpHub
-
- setLevel(SentryLevel) - Method in class io.sentry.Scope
-
Sets the Scope's SentryLevel Level from scope exceptionally take precedence over the event
- setLevel(SentryLevel) - Static method in class io.sentry.Sentry
-
Sets the level of all events sent within current Scope
- setLevel(SentryLevel) - Method in class io.sentry.SentryEvent
-
- setLineno(Integer) - Method in class io.sentry.protocol.SentryStackFrame
-
- setLogger(String) - Method in class io.sentry.SentryEvent
-
- setLogger(ILogger) - Method in class io.sentry.SentryOptions
-
Sets the Logger interface if null, logger will be NoOp
- setLowMemory(Boolean) - Method in class io.sentry.protocol.Device
-
- setManufacturer(String) - Method in class io.sentry.protocol.Device
-
- setMaxAttachmentSize(long) - Method in class io.sentry.SentryOptions
-
Sets the max attachment size for each attachment in bytes.
- setMaxBreadcrumbs(int) - Method in class io.sentry.SentryOptions
-
Sets the max breadcrumbs Default is 100
- setMaxCacheItems(int) - Method in class io.sentry.SentryOptions
-
Sets the max cache items for capping the number of events
- setMaxQueueSize(int) - Method in class io.sentry.SentryOptions
-
Sets the max queue size if maxQueueSize is bigger than 0
- setMaxRequestBodySize(SentryOptions.RequestSize) - Method in class io.sentry.SentryOptions
-
- setMaxSpans(int) - Method in class io.sentry.SentryOptions
-
Sets the maximum number of spans that can be attached to single transaction.
- setMechanism(Mechanism) - Method in class io.sentry.protocol.SentryException
-
Sets an optional mechanism that created this exception.
- setMemorySize(Long) - Method in class io.sentry.protocol.Device
-
- setMemorySize(Integer) - Method in class io.sentry.protocol.Gpu
-
- setMessage(String) - Method in class io.sentry.Breadcrumb
-
Sets the message
- setMessage(String) - Method in class io.sentry.protocol.Message
-
- setMessage(Message) - Method in class io.sentry.SentryEvent
-
- setMeta(Map<String, Object>) - Method in class io.sentry.protocol.Mechanism
-
- setMethod(String) - Method in class io.sentry.protocol.Request
-
- setModel(String) - Method in class io.sentry.protocol.Device
-
- setModelId(String) - Method in class io.sentry.protocol.Device
-
- setModule(String) - Method in class io.sentry.protocol.SentryException
-
Sets the optional module, or package which the exception type lives in.
- setModule(String) - Method in class io.sentry.protocol.SentryStackFrame
-
- setModule(String, String) - Method in class io.sentry.SentryEvent
-
- setModules(Map<String, String>) - Method in class io.sentry.SentryEvent
-
- setMultiThreadedRendering(Boolean) - Method in class io.sentry.protocol.Gpu
-
- setName(String) - Method in interface io.sentry.ITransaction
-
Sets transaction name.
- setName(String) - Method in class io.sentry.NoOpTransaction
-
- setName(String) - Method in class io.sentry.protocol.Browser
-
- setName(String) - Method in class io.sentry.protocol.Device
-
- setName(String) - Method in class io.sentry.protocol.Gpu
-
- setName(String) - Method in class io.sentry.protocol.OperatingSystem
-
- setName(String) - Method in class io.sentry.protocol.SdkVersion
-
- setName(String) - Method in class io.sentry.protocol.SentryPackage
-
- setName(String) - Method in class io.sentry.protocol.SentryRuntime
-
- setName(String) - Method in class io.sentry.protocol.SentryThread
-
Sets the name of the thread.
- setName(String) - Method in class io.sentry.SentryTracer
-
- setName(String) - Method in class io.sentry.UserFeedback
-
Sets the name of the user.
- setNative(Boolean) - Method in class io.sentry.protocol.SentryStackFrame
-
- setNpotSupport(String) - Method in class io.sentry.protocol.Gpu
-
- setOnline(Boolean) - Method in class io.sentry.protocol.Device
-
- setOperatingSystem(OperatingSystem) - Method in class io.sentry.protocol.Contexts
-
- setOperation(String) - Method in interface io.sentry.ISpan
-
Sets span operation.
- setOperation(String) - Method in class io.sentry.NoOpSpan
-
- setOperation(String) - Method in class io.sentry.NoOpTransaction
-
- setOperation(String) - Method in class io.sentry.SentryTracer
-
- setOperation(String) - Method in class io.sentry.Span
-
- setOperation(String) - Method in class io.sentry.SpanContext
-
- setOrientation(Device.DeviceOrientation) - Method in class io.sentry.protocol.Device
-
- setOthers(Map<String, String>) - Method in class io.sentry.protocol.Request
-
- setOthers(Map<String, String>) - Method in class io.sentry.protocol.User
-
Sets other user related data.
- setPackage(String) - Method in class io.sentry.protocol.SentryStackFrame
-
- setParams(List<String>) - Method in class io.sentry.protocol.Message
-
- setParentSampled(Boolean) - Method in class io.sentry.TransactionContext
-
- setPass(String) - Method in class io.sentry.SentryOptions.Proxy
-
- setPlatform(String) - Method in class io.sentry.protocol.SentryStackFrame
-
- setPlatform(String) - Method in class io.sentry.SentryBaseEvent
-
- setPort(String) - Method in class io.sentry.SentryOptions.Proxy
-
- setPostContext(List<String>) - Method in class io.sentry.protocol.SentryStackFrame
-
- setPreContext(List<String>) - Method in class io.sentry.protocol.SentryStackFrame
-
- setPriority(Integer) - Method in class io.sentry.protocol.SentryThread
-
Sets the priority of the thread.
- setProxy(SentryOptions.Proxy) - Method in class io.sentry.SentryOptions
-
Sets the proxy
- setQueryString(String) - Method in class io.sentry.protocol.Request
-
- setRawDescription(String) - Method in class io.sentry.protocol.OperatingSystem
-
- setRawDescription(String) - Method in class io.sentry.protocol.SentryRuntime
-
- setRawFunction(String) - Method in class io.sentry.protocol.SentryStackFrame
-
- setReadTimeoutMillis(int) - Method in class io.sentry.SentryOptions
-
Sets the read timeout in milliseconds
- setRegisters(Map<String, String>) - Method in class io.sentry.protocol.SentryStackTrace
-
- setRelease(String) - Method in class io.sentry.SentryBaseEvent
-
- setRelease(String) - Method in class io.sentry.SentryOptions
-
Sets the release
- setRequest(Request) - Method in interface io.sentry.ITransaction
-
- setRequest(Request) - Method in class io.sentry.NoOpTransaction
-
- setRequest(Request) - Method in class io.sentry.Scope
-
Sets the Scope's request
- setRequest(Request) - Method in class io.sentry.SentryBaseEvent
-
- setRequest(Request) - Method in class io.sentry.SentryTracer
-
Deprecated.
- setResult(boolean) - Method in interface io.sentry.hints.SubmissionResult
-
- setRetry(boolean) - Method in interface io.sentry.hints.Retryable
-
- setRooted(Boolean) - Method in class io.sentry.protocol.OperatingSystem
-
- setRuntime(SentryRuntime) - Method in class io.sentry.protocol.Contexts
-
- setSampleRate(Double) - Method in class io.sentry.SentryOptions
-
Sets the sampleRate Can be anything between 0.01 and 1.0 or null (default), to disable it.
- setScreenDensity(Float) - Method in class io.sentry.protocol.Device
-
- setScreenDpi(Integer) - Method in class io.sentry.protocol.Device
-
- setScreenHeightPixels(Integer) - Method in class io.sentry.protocol.Device
-
- setScreenWidthPixels(Integer) - Method in class io.sentry.protocol.Device
-
- setSdk(SdkVersion) - Method in class io.sentry.SentryBaseEvent
-
- setSdkInfo(SdkInfo) - Method in class io.sentry.protocol.DebugMeta
-
- setSdkName(String) - Method in class io.sentry.protocol.SdkInfo
-
- setSdkVersion(SdkVersion) - Method in class io.sentry.SentryOptions
-
Sets the SdkVersion object
- setSendDefaultPii(boolean) - Method in class io.sentry.SentryOptions
-
- setSentryClientName(String) - Method in class io.sentry.SentryOptions
-
Sets the Sentry client name
- setSerializer(ISerializer) - Method in class io.sentry.SentryOptions
-
Sets the Serializer interface if null, Serializer will be NoOp
- setServerName(String) - Method in class io.sentry.SentryBaseEvent
-
- setServerName(String) - Method in class io.sentry.SentryOptions
-
Sets the default server name to be used in Sentry events.
- setSessionTrackingIntervalMillis(long) - Method in class io.sentry.SentryOptions
-
Sets the session tracking interval in millis
- setShutdownTimeout(long) - Method in class io.sentry.SentryOptions
-
Sets the shutdown timeout in Millis Default is 2000 = 2s
- setSimulator(Boolean) - Method in class io.sentry.protocol.Device
-
- setSnapshot(Boolean) - Method in class io.sentry.protocol.SentryStackTrace
-
- setSpanContext(Throwable, ISpan, String) - Method in class io.sentry.Hub
-
- setSpanContext(Throwable, ISpan, String) - Method in class io.sentry.HubAdapter
-
- setSpanContext(Throwable, ISpan, String) - Method in interface io.sentry.IHub
-
Associates
ISpan
and the transaction name with the
Throwable
.
- setSpanContext(Throwable, ISpan, String) - Method in class io.sentry.NoOpHub
-
- setSslSocketFactory(SSLSocketFactory) - Method in class io.sentry.SentryOptions
-
Set custom SSLSocketFactory that is trusted to self-signed certificates
- setStacktrace(SentryStackTrace) - Method in class io.sentry.protocol.SentryException
-
Sets the stack trace.
- setStacktrace(SentryStackTrace) - Method in class io.sentry.protocol.SentryThread
-
Sets the stacktrace of the thread.
- setState(String) - Method in class io.sentry.protocol.SentryThread
-
Sets the state of the thread.
- setStatus(SpanStatus) - Method in interface io.sentry.ISpan
-
Sets span status.
- setStatus(SpanStatus) - Method in class io.sentry.NoOpSpan
-
- setStatus(SpanStatus) - Method in class io.sentry.NoOpTransaction
-
- setStatus(SpanStatus) - Method in class io.sentry.SentryTracer
-
- setStatus(SpanStatus) - Method in class io.sentry.Span
-
- setStatus(SpanStatus) - Method in class io.sentry.SpanContext
-
- setStorageSize(Long) - Method in class io.sentry.protocol.Device
-
- setSymbolAddr(String) - Method in class io.sentry.protocol.SentryStackFrame
-
- setSynthetic(Boolean) - Method in class io.sentry.protocol.Mechanism
-
- setTag(String, String) - Method in class io.sentry.Hub
-
- setTag(String, String) - Method in class io.sentry.HubAdapter
-
- setTag(String, String) - Method in interface io.sentry.IHub
-
Sets the tag to a string value to the current Scope, overwriting a potential previous value
- setTag(String, String) - Method in interface io.sentry.IScopeObserver
-
- setTag(String, String) - Method in interface io.sentry.ISpan
-
Sets the tag on span or transaction.
- setTag(String, String) - Method in class io.sentry.NoOpHub
-
- setTag(String, String) - Method in class io.sentry.NoOpSpan
-
- setTag(String, String) - Method in class io.sentry.NoOpTransaction
-
- setTag(String, String) - Method in class io.sentry.Scope
-
Sets a tag to Scope's tags
- setTag(String, String) - Static method in class io.sentry.Sentry
-
Sets the tag to a string value to the current Scope, overwriting a potential previous value
- setTag(String, String) - Method in class io.sentry.SentryBaseEvent
-
- setTag(String, String) - Method in class io.sentry.SentryOptions
-
Sets a tag that is applied to all events and transactions.
- setTag(String, String) - Method in class io.sentry.SentryTracer
-
- setTag(String, String) - Method in class io.sentry.Span
-
- setTag(String, String) - Method in class io.sentry.SpanContext
-
- setTags(Map<String, String>) - Method in class io.sentry.SentryBaseEvent
-
- setThreadId(Long) - Method in class io.sentry.protocol.SentryException
-
Sets an optional value which refers to a thread in the threads interface.
- setThreads(List<SentryThread>) - Method in class io.sentry.SentryEvent
-
- setThrowable(Throwable) - Method in interface io.sentry.ISpan
-
Sets the throwable that was thrown during the execution of the span.
- setThrowable(Throwable) - Method in class io.sentry.NoOpSpan
-
- setThrowable(Throwable) - Method in class io.sentry.NoOpTransaction
-
- setThrowable(Throwable) - Method in class io.sentry.SentryBaseEvent
-
Sets the Throwable
- setThrowable(Throwable) - Method in class io.sentry.SentryTracer
-
- setThrowable(Throwable) - Method in class io.sentry.Span
-
- setTimezone(TimeZone) - Method in class io.sentry.protocol.Device
-
- setTrace(SpanContext) - Method in class io.sentry.protocol.Contexts
-
- setTracesSampler(SentryOptions.TracesSamplerCallback) - Method in class io.sentry.SentryOptions
-
Sets the callback used to determine if transaction is sampled.
- setTracesSampleRate(Double) - Method in class io.sentry.SentryOptions
-
Sets the tracesSampleRate Can be anything between 0.0 and 1.0 or null (default), to disable it.
- setTransaction(String) - Method in class io.sentry.Hub
-
- setTransaction(String) - Method in class io.sentry.HubAdapter
-
- setTransaction(String) - Method in interface io.sentry.IHub
-
Sets the name of the current transaction to the current Scope.
- setTransaction(String) - Method in class io.sentry.NoOpHub
-
- setTransaction(String) - Method in class io.sentry.Scope
-
Sets the Scope's transaction.
- setTransaction(ITransaction) - Method in class io.sentry.Scope
-
Sets the current active transaction
- setTransaction(String) - Static method in class io.sentry.Sentry
-
Sets the name of the current transaction to the current Scope.
- setTransaction(String) - Method in class io.sentry.SentryEvent
-
- setTransportFactory(ITransportFactory) - Method in class io.sentry.SentryOptions
-
Sets the TransportFactory interface
- setTransportGate(ITransportGate) - Method in class io.sentry.SentryOptions
-
Sets the TransportGate interface
- setType(String) - Method in class io.sentry.Breadcrumb
-
Sets the type
- setType(String) - Method in class io.sentry.protocol.DebugImage
-
- setType(String) - Method in class io.sentry.protocol.Mechanism
-
- setType(String) - Method in class io.sentry.protocol.SentryException
-
The Exception Type.
- setUrl(String) - Method in class io.sentry.protocol.Request
-
- setUsableMemory(Long) - Method in class io.sentry.protocol.Device
-
- setUser(User) - Method in class io.sentry.Hub
-
- setUser(User) - Method in class io.sentry.HubAdapter
-
- setUser(User) - Method in interface io.sentry.IHub
-
Shallow merges user configuration (email, username, etc) to the current Scope.
- setUser(User) - Method in interface io.sentry.IScopeObserver
-
- setUser(User) - Method in class io.sentry.NoOpHub
-
- setUser(User) - Method in class io.sentry.Scope
-
Sets the Scope's user
- setUser(User) - Static method in class io.sentry.Sentry
-
Shallow merges user configuration (email, username, etc) to the current Scope.
- setUser(User) - Method in class io.sentry.SentryBaseEvent
-
- setUser(String) - Method in class io.sentry.SentryOptions.Proxy
-
- setUsername(String) - Method in class io.sentry.protocol.User
-
Sets the username of the user.
- setUuid(String) - Method in class io.sentry.protocol.DebugImage
-
- setValue(String) - Method in class io.sentry.protocol.SentryException
-
The exception value
- setVars(Map<String, String>) - Method in class io.sentry.protocol.SentryStackFrame
-
- setVendorId(Integer) - Method in class io.sentry.protocol.Gpu
-
- setVendorName(String) - Method in class io.sentry.protocol.Gpu
-
- setVersion(String) - Method in class io.sentry.protocol.Browser
-
- setVersion(String) - Method in class io.sentry.protocol.Gpu
-
- setVersion(String) - Method in class io.sentry.protocol.OperatingSystem
-
- setVersion(String) - Method in class io.sentry.protocol.SdkVersion
-
- setVersion(String) - Method in class io.sentry.protocol.SentryPackage
-
- setVersion(String) - Method in class io.sentry.protocol.SentryRuntime
-
- setVersionMajor(Integer) - Method in class io.sentry.protocol.SdkInfo
-
- setVersionMinor(Integer) - Method in class io.sentry.protocol.SdkInfo
-
- setVersionPatchlevel(Integer) - Method in class io.sentry.protocol.SdkInfo
-
- shouldApplyScopeData(Object) - Static method in class io.sentry.util.ApplyScopeUtils
-
Scope's data should be applied if: Hint is of the type ApplyScopeData or Hint is not Cached
(this includes a null hint)
- ShutdownHookIntegration - Class in io.sentry
-
Registers hook that flushes
Hub
when main thread shuts down.
- ShutdownHookIntegration(Runtime) - Constructor for class io.sentry.ShutdownHookIntegration
-
- ShutdownHookIntegration() - Constructor for class io.sentry.ShutdownHookIntegration
-
- size(Iterable<?>) - Static method in class io.sentry.util.CollectionUtils
-
Returns an Iterator size
- Span - Class in io.sentry
-
- Span(TransactionContext, SentryTracer, IHub, Date) - Constructor for class io.sentry.Span
-
- SpanContext - Class in io.sentry
-
- SpanContext(String, Boolean) - Constructor for class io.sentry.SpanContext
-
- SpanContext(String) - Constructor for class io.sentry.SpanContext
-
Creates trace context with defered sampling decision.
- SpanContext(SentryId, SpanId, String, SpanId, Boolean) - Constructor for class io.sentry.SpanContext
-
- SpanContext(SpanContext) - Constructor for class io.sentry.SpanContext
-
Copy constructor.
- SpanId - Class in io.sentry
-
- SpanId(String) - Constructor for class io.sentry.SpanId
-
- SpanId() - Constructor for class io.sentry.SpanId
-
- SpanIdDeserializerAdapter - Class in io.sentry.adapters
-
- SpanIdDeserializerAdapter(SentryOptions) - Constructor for class io.sentry.adapters.SpanIdDeserializerAdapter
-
- SpanIdSerializerAdapter - Class in io.sentry.adapters
-
- SpanIdSerializerAdapter(SentryOptions) - Constructor for class io.sentry.adapters.SpanIdSerializerAdapter
-
- SpanStatus - Enum in io.sentry
-
- SpanStatusDeserializerAdapter - Class in io.sentry.adapters
-
- SpanStatusDeserializerAdapter(SentryOptions) - Constructor for class io.sentry.adapters.SpanStatusDeserializerAdapter
-
- SpanStatusSerializerAdapter - Class in io.sentry.adapters
-
- SpanStatusSerializerAdapter(SentryOptions) - Constructor for class io.sentry.adapters.SpanStatusSerializerAdapter
-
- startChild(String) - Method in interface io.sentry.ISpan
-
Starts a child Span.
- startChild(String, String, Date) - Method in interface io.sentry.ISpan
-
- startChild(String, String) - Method in interface io.sentry.ISpan
-
Starts a child Span.
- startChild(String) - Method in class io.sentry.NoOpSpan
-
- startChild(String, String, Date) - Method in class io.sentry.NoOpSpan
-
- startChild(String, String) - Method in class io.sentry.NoOpSpan
-
- startChild(String) - Method in class io.sentry.NoOpTransaction
-
- startChild(String, String, Date) - Method in class io.sentry.NoOpTransaction
-
- startChild(String, String) - Method in class io.sentry.NoOpTransaction
-
- startChild(String) - Method in class io.sentry.SentryTracer
-
- startChild(String, String, Date) - Method in class io.sentry.SentryTracer
-
- startChild(String, String) - Method in class io.sentry.SentryTracer
-
- startChild(String) - Method in class io.sentry.Span
-
- startChild(String, String, Date) - Method in class io.sentry.Span
-
- startChild(String, String) - Method in class io.sentry.Span
-
- startSession() - Method in class io.sentry.Hub
-
- startSession() - Method in class io.sentry.HubAdapter
-
- startSession() - Method in interface io.sentry.IHub
-
Starts a new session.
- startSession() - Method in class io.sentry.NoOpHub
-
- startSession() - Static method in class io.sentry.Sentry
-
Starts a new session.
- startTransaction(TransactionContext, CustomSamplingContext, boolean) - Method in class io.sentry.Hub
-
- startTransaction(TransactionContext, CustomSamplingContext, boolean, Date) - Method in class io.sentry.Hub
-
- startTransaction(TransactionContext, CustomSamplingContext, boolean, Date, boolean) - Method in class io.sentry.Hub
-
- startTransaction(TransactionContext) - Method in class io.sentry.HubAdapter
-
- startTransaction(TransactionContext, CustomSamplingContext, boolean) - Method in class io.sentry.HubAdapter
-
- startTransaction(TransactionContext, CustomSamplingContext, boolean, Date) - Method in class io.sentry.HubAdapter
-
- startTransaction(TransactionContext, CustomSamplingContext, boolean, Date, boolean) - Method in class io.sentry.HubAdapter
-
- startTransaction(TransactionContext) - Method in interface io.sentry.IHub
-
Creates a Transaction and returns the instance.
- startTransaction(TransactionContext, boolean) - Method in interface io.sentry.IHub
-
Creates a Transaction and returns the instance.
- startTransaction(String, String, CustomSamplingContext) - Method in interface io.sentry.IHub
-
Creates a Transaction and returns the instance.
- startTransaction(String, String, CustomSamplingContext, boolean) - Method in interface io.sentry.IHub
-
Creates a Transaction and returns the instance.
- startTransaction(TransactionContext, CustomSamplingContext) - Method in interface io.sentry.IHub
-
Creates a Transaction and returns the instance.
- startTransaction(TransactionContext, CustomSamplingContext, boolean) - Method in interface io.sentry.IHub
-
Creates a Transaction and returns the instance.
- startTransaction(TransactionContext, CustomSamplingContext, boolean, Date) - Method in interface io.sentry.IHub
-
- startTransaction(TransactionContext, CustomSamplingContext, boolean, Date, boolean) - Method in interface io.sentry.IHub
-
- startTransaction(String, String) - Method in interface io.sentry.IHub
-
Creates a Transaction and returns the instance.
- startTransaction(String, String, Date, boolean) - Method in interface io.sentry.IHub
-
- startTransaction(String, String, boolean) - Method in interface io.sentry.IHub
-
Creates a Transaction and returns the instance.
- startTransaction(TransactionContext) - Method in class io.sentry.NoOpHub
-
- startTransaction(TransactionContext, CustomSamplingContext, boolean) - Method in class io.sentry.NoOpHub
-
- startTransaction(TransactionContext, CustomSamplingContext, boolean, Date) - Method in class io.sentry.NoOpHub
-
- startTransaction(TransactionContext, CustomSamplingContext, boolean, Date, boolean) - Method in class io.sentry.NoOpHub
-
- startTransaction(String, String) - Static method in class io.sentry.Sentry
-
Creates a Transaction and returns the instance.
- startTransaction(String, String, boolean) - Static method in class io.sentry.Sentry
-
Creates a Transaction and returns the instance.
- startTransaction(String, String, String) - Static method in class io.sentry.Sentry
-
Creates a Transaction and returns the instance.
- startTransaction(String, String, String, boolean) - Static method in class io.sentry.Sentry
-
Creates a Transaction and returns the instance.
- startTransaction(TransactionContext) - Static method in class io.sentry.Sentry
-
Creates a Transaction and returns the instance.
- startTransaction(TransactionContext, boolean) - Static method in class io.sentry.Sentry
-
Creates a Transaction and returns the instance.
- startTransaction(String, String, CustomSamplingContext) - Static method in class io.sentry.Sentry
-
Creates a Transaction and returns the instance.
- startTransaction(String, String, CustomSamplingContext, boolean) - Static method in class io.sentry.Sentry
-
Creates a Transaction and returns the instance.
- startTransaction(TransactionContext, CustomSamplingContext) - Static method in class io.sentry.Sentry
-
Creates a Transaction and returns the instance.
- startTransaction(TransactionContext, CustomSamplingContext, boolean) - Static method in class io.sentry.Sentry
-
Creates a Transaction and returns the instance.
- startTransaction(TransactionContext, CustomSamplingContext, boolean, Date) - Static method in class io.sentry.Sentry
-
- startTransaction(TransactionContext, CustomSamplingContext, boolean, Date, boolean) - Static method in class io.sentry.Sentry
-
- status - Variable in class io.sentry.SpanContext
-
Describes the status of the Transaction.
- StdoutTransport - Class in io.sentry.transport
-
- StdoutTransport(ISerializer) - Constructor for class io.sentry.transport.StdoutTransport
-
- store(SentryEnvelope, Object) - Method in class io.sentry.cache.EnvelopeCache
-
- store(SentryEnvelope, Object) - Method in interface io.sentry.cache.IEnvelopeCache
-
- store(SentryEnvelope) - Method in interface io.sentry.cache.IEnvelopeCache
-
- store(SentryEnvelope, Object) - Method in class io.sentry.transport.NoOpEnvelopeCache
-
- StringUtils - Class in io.sentry.util
-
- SubmissionResult - Interface in io.sentry.hints
-
- success() - Static method in class io.sentry.transport.TransportResult
-
Use this method to announce success of sending the event.
- SUFFIX_ENVELOPE_FILE - Static variable in class io.sentry.cache.EnvelopeCache
-
File suffix added to all serialized envelopes files.
- SystemOutLogger - Class in io.sentry
-
ILogger implementation to System.out.
- SystemOutLogger() - Constructor for class io.sentry.SystemOutLogger
-