Skip to content

Commit 902a736

Browse files
committed
feat: Log initiation of each builtin hook
1 parent 25823ff commit 902a736

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: lib/appmap/hook.rb

+3
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ def hook_builtins
105105

106106
Array(hook.method_names).each do |method_name|
107107
method_name = method_name.to_sym
108+
109+
warn "AppMap: Initiating hook for builtin #{class_name} #{method_name}" if LOG
110+
108111
base_cls = Util.class_from_string(class_name, must: false)
109112
next unless base_cls
110113

0 commit comments

Comments
 (0)