#How to get span fields values from on_event() when implementing a Layer?
3 messages · Page 1 of 1 (latest)
You have to store them in a span extension in new_span and on_record.
thanks. It's probably very naive of me but I find the whole Layer API quite complicated, is there a document somewhere explaining why it's designed like that?