A C D E G H I L M P R S T U
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- apply(SentryEvent, Hint) - Method in class io.quarkus.logging.sentry.SentryBeforeSendCallbacksHandler
C
- contextTags - Variable in class io.quarkus.logging.sentry.SentryConfig
-
Context Tags Specifics the MDC tags that are used as Sentry tags
- create(SentryConfig) - Method in class io.quarkus.logging.sentry.SentryHandlerValueFactory
D
- debug - Variable in class io.quarkus.logging.sentry.SentryConfig
-
Debug Enables Sentry debug mode.
- dsn - Variable in class io.quarkus.logging.sentry.SentryConfig
-
Sentry DSN The DSN is the first and most important thing to configure because it tells the SDK where to send events.
E
- enable - Variable in class io.quarkus.logging.sentry.SentryProxyConfig
-
Determine whether to enable a Proxy for all Sentry outbound requests.
- environment - Variable in class io.quarkus.logging.sentry.SentryConfig
-
Environment With Sentry you can easily filter issues, releases, and user feedback by environment.
G
- get_enable(Object) - Static method in class io.quarkus.logging.sentry.SentryConfig$$accessor
H
- host - Variable in class io.quarkus.logging.sentry.SentryProxyConfig
-
Sets the host name of the proxy server.
I
- inAppExcludedPackages - Variable in class 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 - Variable in class 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 - Variable in class io.quarkus.logging.sentry.SentryConfig
-
The sentry log level.
M
- minimumBreadcrumbLevel - Variable in class io.quarkus.logging.sentry.SentryConfig
-
The minimum breadcrumb level.
- minimumEventLevel - Variable in class io.quarkus.logging.sentry.SentryConfig
-
The minimum event level.
P
- password - Variable in class io.quarkus.logging.sentry.SentryProxyConfig
-
Sets the password to authenticate on the proxy server
- port - Variable in class io.quarkus.logging.sentry.SentryProxyConfig
-
Sets the port number of the proxy server
- proxy - Variable in class io.quarkus.logging.sentry.SentryConfig
R
- release - Variable in class io.quarkus.logging.sentry.SentryConfig
-
Release A release is a version of your code that is deployed to an environment.
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 - Class in io.quarkus.logging.sentry
-
Configuration for Sentry logging.
- SentryConfig() - Constructor for class io.quarkus.logging.sentry.SentryConfig
- SentryConfig$$accessor - Class in io.quarkus.logging.sentry
- SentryHandlerValueFactory - Class in io.quarkus.logging.sentry
- SentryHandlerValueFactory() - Constructor for class io.quarkus.logging.sentry.SentryHandlerValueFactory
- SentryProxyConfig - Class in io.quarkus.logging.sentry
- SentryProxyConfig() - Constructor for class io.quarkus.logging.sentry.SentryProxyConfig
- serverName - Variable in class io.quarkus.logging.sentry.SentryConfig
-
Server name Sets the server name that will be sent with each event.
- set_enable(Object, boolean) - Static method in class io.quarkus.logging.sentry.SentryConfig$$accessor
T
- toSentryOptions(SentryConfig) - Static method in class io.quarkus.logging.sentry.SentryHandlerValueFactory
- tracesSampleRate - Variable in class 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 - Variable in class io.quarkus.logging.sentry.SentryProxyConfig
-
Sets the username to authenticate on the proxy server
All Classes All Packages