class Sentry::Transport

def send_event(event)

def send_event(event)
  envelope = envelope_from_event(event)
  send_envelope(envelope)
  event
end