Currently, when using #wtf?, the :wrap_runtime option is overwritten:
|
wrap_runtime: ::Hash.new(Trace.task_wrap_extensions), # DISCUSS: this overrides existing {:wrap_runtime}. |
Instead of supporting a pure Hash for this option, we should have a mechanism similar to the DSL (wrap_static) where the Ext() options are automatically merged. The latter could happen in trace.rb.