controller
controller copied to clipboard
Add action name to Rack environment
This will help APM products like AppSignal integrate with Hanami actions without monkey patches.
See this forum post and the corresponding AppSignal PR (https://github.com/appsignal/appsignal-ruby/pull/1113) for details.
I've tried to solve this issue in https://github.com/hanami/controller/pull/446 🙂