Closed
Description
Right now the four event handling fns spans in the Layer trait are called
on_exit
, on_enter
, on_close
, and new_span
new_span
breaks the pattern set by the other methods and can be a little surprising / confusing, I spent more than a few seconds trying to find a method called on_open
.
Next time we are making breaking changes we should consider renaming new_span
to on_new_span
or on_open
.