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
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.
The text was updated successfully, but these errors were encountered:
Currently, when using
#wtf?
, the:wrap_runtime
option is overwritten:trailblazer-developer/lib/trailblazer/developer/trace.rb
Line 28 in 404deb6
Instead of supporting a pure Hash for this option, we should have a mechanism similar to the DSL (
wrap_static
) where theExt()
options are automatically merged. The latter could happen intrace.rb
.The text was updated successfully, but these errors were encountered: