Hello,
I’m using Rails 5.2.3 and ruby 2.5.7p206 with the latest sentry gems -ruby, -rails and -sidekiq.
Whenever I run some exception on rails console it never gets reported to sentry (ex. raise StandardError.new('test error')
). Sentry is initialized properly on rails c
and can also submit events manually using Sentry.capture_message
.
Anyone seen this issue before?
Ben C.