Closed dividedmind closed 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.
acme/request/appmap_handler
:tada: This PR is included in version 0.76.0 :tada:
The release is available on:
v0.76.0
Your semantic-release bot :package::rocket:
This makes it easier for the user to specify custom handlers.
For example, specifying
in the config file will make AppMap automatically require
acme/request/appmap_handler
before setting up the hook.