class Sentry::SendEventJob

def perform(event, hint = {})

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