class Airbrake::PerformanceNotifier
def notify_sync(metric)
- 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
metric
(Hash
)
--
def notify_sync(metric) send_metric(metric, sync: true).value end