- Fix bug when actions aren't defined in the controller.
- Be able to inject logger.
- Fix around_action ordering bug.
- Be able to omit source_location path.
- Fix bug for Rails7.x support.
- Deal with Rails7.x.
- Log filters even when controllers raise error.
- Fix not to raise error when controllers does not have action definitions.
- Stop using TracePoint and just override ActiveSupport::Callbacks::CallTemplate We don't necessary passing environment variable anymore!