getappmap / appmap-ruby

AppMap client agent for Ruby
https://appland.org
Other
100 stars 13 forks source link

Autoload hook handlers #230

Closed dividedmind closed 2 years ago

dividedmind commented 2 years ago

This makes it easier for the user to specify custom handlers.

For example, specifying

    - methods:
      - Acme::Request.make
      handler_class: Acme::Request::AppmapHandler

in the config file will make AppMap automatically require acme/request/appmap_handler before setting up the hook.

appland-release commented 2 years ago

:tada: This PR is included in version 0.76.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: