# Functions
No description provided by the author
The ctx should be either a gin.Context or a context.Context; the hub is extracted from the context if it was set by middleware or interceptors.
Reports a debug level event to Sentry and logs a debug message.
Report an error to Sentry and log an error message.
Report a critical error to Sentry and log a fatal error message.
Flush the Sentry log, usually called before shutting down servers.
Reports an info level event to Sentry and logs an info message.
Initialize the Sentry SDK with the configuration; must be called before servers are started.
No description provided by the author
No description provided by the author
Gin middleware to capture errors set on the gin context.
Wrap a grpc.ServerStream handler with the sentry context.
StreamInterceptor for gRPC services that are using Sentry.
Gin middleware that tracks HTTP request performance with Sentry.
No description provided by the author
UnaryInterceptor for gRPC services that are using Sentry.
Gin middleware that adds request-level tags to the Sentry scope.
Report a warning level event to Sentry and logs a warning messages.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Sentry configuration for use in application-configuration.
Event is a top-level function for dealing with errors in a robust manner.
No description provided by the author
A standardized error type for fingerprinting inside of Sentry.