Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct {
// Repanic configures whether Sentry should repanic after recovery
Repanic bool
// WaitForDelivery configures whether you want to block the request before moving forward with the response
WaitForDelivery bool
// Timeout for the event delivery requests
Timeout time.Duration
}
Options struct holds sentry middleware settings
Click to show internal directories.
Click to hide internal directories.