Class: Sentry::SendEventJob

Inherits:
Object
  • Object
show all
Defined in:
app/jobs/sentry/send_event_job.rb,
app/jobs/sentry/send_event_job.rb

Instance Method Summary collapse

Instance Method Details

#perform(event, hint = {}) ⇒ Object



26
27
28
# File 'app/jobs/sentry/send_event_job.rb', line 26

def perform(event, hint = {})
  Sentry.send_event(event, hint)
end