### Issue Description `Sentry::LogEvent` does not correctly handle nested attributes (such as Rails ActionController's params) ### Reproduction Steps - Clone repo https://github.com/vivekmiyani/bookmarks.git - Run rails server ``` SENTRY_DSN=REPLACE_ME rails s ``` - Trigger endpoint ``` curl -X POST http://localhost:3000/bookmarks.json -H "Content-Type: application/json" -d '{"bookmark":{"title":"Hello world","url":"Hello world"}}' ``` - Notice that it doesn't show params passed in logs sentry page ### Expected Behavior - Params should be included in logs sentry page as per [action controller logs integration docs](https://docs.sentry.io/platforms/ruby/guides/rails/logs/#actioncontroller-logs) ### Actual Behavior - Passed params is not present ### Ruby Version 3.4.5 ### SDK Version 6.2.0 ### Integration and Its Version Rails ### Sentry Config Sentry [config](https://github.com/vivekmiyani/bookmarks/blob/main/config/initializers/sentry.rb)
Issue Description
Sentry::LogEventdoes not correctly handle nested attributes (such as Rails ActionController's params)Reproduction Steps
Clone repo https://github.com/vivekmiyani/bookmarks.git
Run rails server
Trigger endpoint
Notice that it doesn't show params passed in logs sentry page
Expected Behavior
Actual Behavior
Ruby Version
3.4.5
SDK Version
6.2.0
Integration and Its Version
Rails
Sentry Config
Sentry config