class Raven::Transports::UDP
Public Instance Methods
send_event(auth_header, data, _options = {})
click to toggle source
# File lib/raven/transports/udp.rb, line 9 def send_event(auth_header, data, _options = {}) conn.send "#{auth_header}\n\n#{data}", 0 end