Method: Sentry::Configuration#breadcrumbs_logger

Defined in:
lib/sentry/configuration.rb

An array of breadcrumbs loggers to be used. Available options are:

  • :sentry_logger

  • :http_logger

  • :redis_logger

And if you also use sentry-rails:

  • :active_support_logger

  • :monotonic_active_support_logger

Returns:

  • (Array<Symbol>)
[View source]

112
113
114
# File 'lib/sentry/configuration.rb', line 112

def breadcrumbs_logger
  @breadcrumbs_logger
end