Method: Sentry::Configuration#max_breadcrumbs

Defined in:
lib/sentry/configuration.rb

#max_breadcrumbsInteger

Max number of breadcrumbs a breadcrumb buffer can hold

Returns:

  • (Integer)
[View source]

116
117
118
# File 'lib/sentry/configuration.rb', line 116

def max_breadcrumbs
  @max_breadcrumbs
end