In development environment, only when exception is captured explicitly using Raven.capture, the exception is getting sent to Sentry and shown in the list of exceptions.
But if config.consider_all_requests_local = false in development.rb, the exceptions are sent.
Related issue - https://github.com/getsentry/raven-ruby/issues/202
Gem versions:
rails-4.2.7.1
sentry-raven-2.6.2
In development environment, only when exception is captured explicitly using
Raven.capture, the exception is getting sent to Sentry and shown in the list of exceptions.But if
config.consider_all_requests_local = falsein development.rb, the exceptions are sent.Related issue - https://github.com/getsentry/raven-ruby/issues/202
Gem versions:
rails-4.2.7.1
sentry-raven-2.6.2