class Raven::Client
- Raven::Client
- Reference
- Object
Overview
Encodes events and sends them to the Sentry server.
Defined in:
raven/client.crConstant Summary
-
PROTOCOL_VERSION =
7
-
USER_AGENT =
"raven.cr/#{Raven::VERSION}"
Constructors
Instance Method Summary
- #configuration : Configuration
- #configuration=(configuration : Configuration)
- #send_event(event : Event | Event::HashType, hint : Event::Hint | Nil = nil)
- #send_feedback(event_id : String, data : Hash)
- #transport : Transport