newrelic-ruby-agent
newrelic-ruby-agent copied to clipboard
Support Rails 8.1 Events (structured logging)
As per https://github.com/rails/rails/issues/50452, Rails 8 intends to introduce structured logging. We ought to ensure that our log forwarding and decoration works with the new logger.
Rails World talk about this feature: https://www.youtube.com/watch?v=JK90_2L_NUM
https://new-relic.atlassian.net/browse/NR-294488
This feature has been moved to Rails 8.1
PR merged! https://github.com/rails/rails/pull/55334
We can consider using ActiveSupport::Notifications for this: https://github.com/rails/rails/pull/55690