Skip to content

Conversation

@vivekmiyani
Copy link

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
Integer => "integer",
Float => "double"
}).freeze

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please don't remove this, it was a performance optimization.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the context, Could you clarify how the previous approach was improving performance?

That'll help me re-implement it correctly OR if you have a recommended approach that preserves performance, I'm happy to follow it.

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