class Airbrake::Rails::Event

def initialize(*args)

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

def initialize: (*Array[String] args) -> void

This signature was generated using 5 samples from 1 application.

def initialize(*args)
  @event = ActiveSupport::Notifications::Event.new(*args)
  @rails_7_or_greater = ::Rails::VERSION::MAJOR >= 7
end