Method: Sentry::Configuration#context_lines

Defined in:
lib/sentry/configuration.rb

#context_linesInteger?

Number of lines of code context to capture, or nil for none

Returns:

  • (Integer, nil)
[View source]

120
121
122
# File 'lib/sentry/configuration.rb', line 120

def context_lines
  @context_lines
end