We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
add_session
In my server logs (but not in Sentry), I found another occurrence of #2268: NoMethodError: undefined method 'add_session for nil
NoMethodError: undefined method 'add_session for nil
Unfortunately, I don't have clear reproduction steps. I know that the error occurred during this trace and doesn't occur regularly.
No error is generated in Sentry, and add_session can be called successfully.
A NoMethodError is raised.
NoMethodError
3.3.4
5.18.2
Rails 7.1.3.4
No response
The text was updated successfully, but these errors were encountered:
rails
sl0thentr0py
Successfully merging a pull request may close this issue.
Issue Description
In my server logs (but not in Sentry), I found another occurrence of #2268:
NoMethodError: undefined method 'add_session for nil
Reproduction Steps
Unfortunately, I don't have clear reproduction steps. I know that the error occurred during this trace and doesn't occur regularly.
Expected Behavior
No error is generated in Sentry, and
add_session
can be called successfully.Actual Behavior
A
NoMethodError
is raised.Ruby Version
3.3.4
SDK Version
5.18.2
Integration and Its Version
Rails 7.1.3.4
Sentry Config
No response
The text was updated successfully, but these errors were encountered: