class Airbrake::PerformanceNotifier

def notify_sync(metric)

Other tags:
    See: Airbrake.notify_queue_sync -

Other tags:
    Since: - v4.10.0

Parameters:
  • metric (Hash) --
def notify_sync(metric)
  send_metric(metric, sync: true).value
end