# Functions
NewSentryHook creates a hook to be added to an instance of logger and initializes the raven client.
NewWithClientSentryHook creates a hook using an initialized raven client.
NewWithTagsSentryHook creates a hook with tags to be added to an instance of logger and initializes the raven client.
# Structs
SentryHook delivers logs to a sentry server.