shadabahmed / logstasher

Awesome rails logs
MIT License
817 stars 136 forks source link

Adding allocations to ActionView events #172

Closed EtienneDepaulis closed 2 years ago

EtienneDepaulis commented 3 years ago

Since Rails 6.x, the ActiveSupport::Notifications::Event events has an allocations method which is available in the default Rails logs.

This PR aims to add this support to the ActionView log subscriber.