# File lib/gh/instrumentation.rb, line 9
    def setup(backend, options)
      self.instrumenter ||= Travis::EventLogger.method(:notify)              if defined? Travis::EventLogger
      self.instrumenter ||= ActiveSupport::Notifications.method(:instrument) if defined? ActiveSupport::Notifications
      super
    end