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
subscriber: add sample implementation of FormatEvent (#1189)
* Add sample implementation of `FormatEvent`
The docs previously didn't provide much help implementing `FormatEvent`.
Especially getting access to fields on spans could be tricky unless the
user was aware of `FormattedFields`.
This updates the docs with a basic, but working, example.
* Apply suggestions from code review
Co-authored-by: Eliza Weisman <[email protected]>
* Add comment explaining what `FormattedFields` is
* Expand docs a bit
* Fix formatting
Co-authored-by: Eliza Weisman <[email protected]>
0 commit comments