Method: Sentry::Configuration#context_lines
- Defined in:
- lib/sentry/configuration.rb
permalink #context_lines ⇒ Integer?
Number of lines of code context to capture, or nil for none
120 121 122 |
# File 'lib/sentry/configuration.rb', line 120 def context_lines @context_lines end |