module Airbrake

def performance_notifier

Experimental RBS support (using type sampling data from the type_fusion project).

def performance_notifier: () -> untyped

This signature was generated using 3 samples from 1 application.

Other tags:
    Api: - private

Other tags:
    Since: - v4.2.3
def performance_notifier
  @performance_notifier ||= PerformanceNotifier.new
end