Index

A C D E H I L M P R S T U 
All Classes and Interfaces|All Packages

A

apply(SentryEvent, Hint) - Method in class io.quarkus.logging.sentry.SentryBeforeSendCallbacksHandler
 

C

contextTags() - Method in interface io.quarkus.logging.sentry.SentryConfig
Context Tags
create(SentryConfig) - Method in class io.quarkus.logging.sentry.SentryHandlerValueFactory
 

D

debug() - Method in interface io.quarkus.logging.sentry.SentryConfig
Debug
dsn() - Method in interface io.quarkus.logging.sentry.SentryConfig
Sentry DSN

E

enabled() - Method in interface io.quarkus.logging.sentry.SentryConfig
Determine whether to enable the Sentry logging extension.
enabled() - Method in interface io.quarkus.logging.sentry.SentryProxyConfig
Determine whether to enable a Proxy for all Sentry outbound requests.
environment() - Method in interface io.quarkus.logging.sentry.SentryConfig
Environment

H

host() - Method in interface io.quarkus.logging.sentry.SentryProxyConfig
Sets the host name of the proxy server.

I

ignoredErrors() - Method in interface io.quarkus.logging.sentry.SentryConfig
You can use this option to filter out errors whose message matches a certain pattern before sending to Sentry.
ignoredExceptionsForType() - Method in interface io.quarkus.logging.sentry.SentryConfig
You can use this option to set exceptions that will be filtered out before sending to Sentry by adding the names of the exception.
inAppExcludedPackages() - Method in interface io.quarkus.logging.sentry.SentryConfig
Sentry differentiates stack frames that are directly related to your application (“in application”) from stack frames that come from other packages such as the standard library, frameworks, or other dependencies.
inAppPackages() - Method in interface io.quarkus.logging.sentry.SentryConfig
Sentry differentiates stack frames that are directly related to your application (“in application”) from stack frames that come from other packages such as the standard library, frameworks, or other dependencies.
io.quarkus.logging.sentry - package io.quarkus.logging.sentry
 

L

level() - Method in interface io.quarkus.logging.sentry.SentryConfig
The sentry log level.

M

minimumBreadcrumbLevel() - Method in interface io.quarkus.logging.sentry.SentryConfig
The minimum breadcrumb level.
minimumEventLevel() - Method in interface io.quarkus.logging.sentry.SentryConfig
The minimum event level.

P

password() - Method in interface io.quarkus.logging.sentry.SentryProxyConfig
Sets the password to authenticate on the proxy server
port() - Method in interface io.quarkus.logging.sentry.SentryProxyConfig
Sets the port number of the proxy server
proxy() - Method in interface io.quarkus.logging.sentry.SentryConfig
 

R

release() - Method in interface io.quarkus.logging.sentry.SentryConfig
Release

S

SentryBeforeSendCallbacksHandler - Class in io.quarkus.logging.sentry
Executes beans marked with BeforeSend callback interface.
SentryBeforeSendCallbacksHandler(Instance<SentryOptions.BeforeSendCallback>) - Constructor for class io.quarkus.logging.sentry.SentryBeforeSendCallbacksHandler
 
SentryConfig - Interface in io.quarkus.logging.sentry
Configuration for Sentry logging.
SentryHandlerValueFactory - Class in io.quarkus.logging.sentry
 
SentryHandlerValueFactory() - Constructor for class io.quarkus.logging.sentry.SentryHandlerValueFactory
 
SentryProxyConfig - Interface in io.quarkus.logging.sentry
 
serverName() - Method in interface io.quarkus.logging.sentry.SentryConfig
Server name

T

tags() - Method in interface io.quarkus.logging.sentry.SentryConfig
Static tags
toSentryOptions(SentryConfig) - Static method in class io.quarkus.logging.sentry.SentryHandlerValueFactory
 
tracesSampleRate() - Method in interface io.quarkus.logging.sentry.SentryConfig
This should be a float/double between 0.0 and 1.0 (inclusive) and represents the percentage chance that any given transaction will be sent to Sentry.

U

username() - Method in interface io.quarkus.logging.sentry.SentryProxyConfig
Sets the username to authenticate on the proxy server
A C D E H I L M P R S T U 
All Classes and Interfaces|All Packages