Class: Eye::Notify::Sentry
- Inherits:
-
Custom
- Object
- Eye::Notify
- Custom
- Eye::Notify::Sentry
- Defined in:
- lib/eye/notify/sentry.rb,
lib/eye/notify/sentry/version.rb
Constant Summary collapse
- VERSION =
"0.1.0"
Instance Method Summary collapse
Instance Method Details
#execute ⇒ Object
17 18 19 20 21 22 |
# File 'lib/eye/notify/sentry.rb', line 17 def execute Raven.configure { |config| config.dsn = contact } Raven.(, level: msg_level, extra: extra_context) end |