# Functions
New initializes a new Logrus hook which sends logs to a new Sentry client configured according to opts.
NewFromClient initializes a new Logrus hook which sends logs to the provided sentry client.
# Constants
FieldFingerprint holds a string slice ([]string), used to dictate the grouping of this event.
These fields are simply omitted, as they are duplicated by the Sentry SDK.
These default log field keys are used to pass specific metadata in a way that Sentry understands.
FieldRequest holds an *http.Request.
FieldTransaction holds a transaction ID as a string.
FieldUser holds a User or *User value.
# Type aliases
A FallbackFunc can be used to attempt to handle any errors in logging, before resorting to Logrus's standard error reporting.