Method: Sentry::Scope#initialize
- Defined in:
- lib/sentry/scope.rb
#initialize(max_breadcrumbs: nil) ⇒ Scope
Returns a new instance of Scope.
33 34 35 36 |
# File 'lib/sentry/scope.rb', line 33 def initialize(max_breadcrumbs: nil) @max_breadcrumbs = set_default_value end |