module Squash::Ruby
Monkey-patch Squash::Ruby
so that instead of immediately sending Squash
notifications, capture the HTTP data in the local beanstalk/backburner queue
Private Class Methods
http_transmit(url, headers, body)
click to toggle source
processing
# File lib/squash_repeater/squash_ruby.rb, line 15 def http_transmit(url, headers, body) SquashRepeater.capture_exception(url: url, headers: headers, body: body, squash_configuration: @configuration, no_proxy_env: ENV["no_proxy"]) end
Also aliased as: http_transmit__original