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
Currently, you can only retrieve immutable data from the Tree to use it in filtering, but you can't do any manual post-processing to mutate it in a Processor implementation before passing to the inner one.
It would be helpful to either expose fields or provide _mut variants of the field accessors on Span and Event.
The text was updated successfully, but these errors were encountered:
Currently, you can only retrieve immutable data from the
Tree
to use it in filtering, but you can't do any manual post-processing to mutate it in aProcessor
implementation before passing to the inner one.It would be helpful to either expose fields or provide
_mut
variants of the field accessors onSpan
andEvent
.The text was updated successfully, but these errors were encountered: