Skip to content

Commit cf03641

Browse files
committed
feat: #before_setup is lang.eval.safe and deserialize.safe
1 parent e21ab31 commit cf03641

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/appmap/gem_hooks/actionpack.yml

+4
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,7 @@
4949
label: mvc.render
5050
handler_class: AppMap::Handler::Rails::RenderHandler
5151
require_name: action_controller
52+
- method: ActionDispatch::Integration::Runner#before_setup
53+
labels:
54+
- deserialize.safe
55+
- lang.eval.safe

0 commit comments

Comments
 (0)