class ElasticAPM::Subscriber

def notifications_regex

def notifications_regex
  @notifications_regex ||= /(#{@normalizers.keys.join('|')})/
end