Package 

Class SessionPayload


  • @JsonClass(generateAdapter = true) 
    public final class SessionPayload
    
                        

    The session payload, containing the session itself and different objects tied to this session

    • Constructor Detail

      • SessionPayload

        SessionPayload(List<Span> spans, List<Span> spanSnapshots, Map<String, String> sharedLibSymbolMapping)
        Parameters:
        spans - A list of spans that have completed since the last session, including the session span, which contains metadata about the session represented by this payload.
        spanSnapshots - A list of spans that are still active at the time of the session's end.