class Airbrake::NoticeNotifier

def close

Other tags:
    See: Airbrake.close -
def close
  @sync_sender.close
  @async_sender.close
end