You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments