You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to upgrade our sentry-ruby version from 5.21 to the latest 5.22, I noticed the following error:
ThreadError resque:no_fork resque:work
Unhandled
can't be called from trap context (ThreadError)
The trace indicates the error is coming from sentry-ruby/lib/sentry-ruby.rb at line 310 from inside get_main_hub. get_main_hub was indeed updated in the last release, but I can not say why is generating the error above.
Issue Description
When trying to upgrade our sentry-ruby version from 5.21 to the latest 5.22, I noticed the following error:
The trace indicates the error is coming from sentry-ruby/lib/sentry-ruby.rb at line 310 from inside get_main_hub.
get_main_hub was indeed updated in the last release, but I can not say why is generating the error above.
Reproduction Steps
I don't know what triggers it.
Expected Behavior
The error mentioned above should not be present.
Actual Behavior
The error mentioned above is present.
Ruby Version
3.2.6
SDK Version
5.21 - 5.22
Integration and Its Version
Rails 7.0.8.5
Sentry Config
The text was updated successfully, but these errors were encountered: