-
-
Notifications
You must be signed in to change notification settings - Fork 496
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NoMethodError: undefined method
add_session' for nil
#2268
Comments
Same here after upgrading from 5.16.1 to 5.17.0 on Rails 7.0 with RSpec |
I found the cause, this line should be sentry-ruby/sentry-ruby/lib/sentry/hub.rb Line 248 in 1d80548
|
Probably fixed by #2269 |
This was referenced Mar 14, 2024
Sorry for the trouble! Should be fixed after #2269 is merged. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue Description
After updating from sentry-ruby & sentry-rails 5.16.1 to 5.17 my system tests are failing with
NoMethodError: undefined method
add_session' for nil`Rails 7.1.3.2
minitest 5.22.3
puma 6.4.2
Reproduction Steps
run system test using minitest
Expected Behavior
test run successfully (like with previous version)
Actual Behavior
test fail with
Ruby Version
3.3
SDK Version
5.17
Integration and Its Version
Rails: 7.1.3.2
Sentry Config
No response
The text was updated successfully, but these errors were encountered: