Module: Honeybadger::Breadcrumbs::LogSubscriberInjector Private

Defined in:
lib/honeybadger/breadcrumbs/logging.rb

Overview

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

This module is designed to be prepended into the ActiveSupport::LogSubscriber for the sole purpose of silencing breadcrumb log events. Since we already have specific breadcrumb events for each class that provides LogSubscriber events, we want to filter out those logs as they just become noise.