Method: Sentry::Configuration#error_messages
- Defined in:
- lib/sentry/configuration.rb
#error_messages ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
715 716 717 718 |
# File 'lib/sentry/configuration.rb', line 715 def @errors = [@errors[0]] + @errors[1..-1].map(&:downcase) # fix case of all but first @errors.join(", ") end |