module Airbrake
def notify_queue_sync(queue_info, stash = {})
- See: .notify_queue -
Other tags:
- Since: - v4.10.0
def notify_queue_sync(queue_info, stash = {}) queue = Queue.new(**queue_info) queue.stash.merge!(stash) performance_notifier.notify_sync(queue) end