Skip to content

fix: Handle nested attributes in LogEvent to support Rails ActionController params#2803

Closed
vivekmiyani wants to merge 1 commit into
getsentry:masterfrom
vivekmiyani:master
Closed

fix: Handle nested attributes in LogEvent to support Rails ActionController params#2803
vivekmiyani wants to merge 1 commit into
getsentry:masterfrom
vivekmiyani:master

Conversation

@vivekmiyani

Copy link
Copy Markdown
Contributor

resolves #2801.

  • Sentry::LogEvent does not correctly handle nested attributes (such as Rails ActionController's params)
  • This PR adds support for it

@solnic solnic self-requested a review November 28, 2025 14:36
Comment thread sentry-ruby/lib/sentry/log_event.rb
@vivekmiyani

Copy link
Copy Markdown
Contributor Author

@solnic, I completely forgot about fixing the tests. I also saw a related PR for this. Should we close this, or do you still want me to fix the failures?

@solnic

solnic commented Jan 5, 2026

Copy link
Copy Markdown
Collaborator

@solnic, I completely forgot about fixing the tests. I also saw a related PR for this. Should we close this, or do you still want me to fix the failures?

No need, thank you, I wrapped it up :) Thanks for helping with this!

@solnic solnic closed this Jan 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

LogEvent does not correctly handle nested attributes (e.g., Rails ActionController params)

2 participants