@runloop/agent-axon-client
    Preparing search index...

    Function tryParseTimelinePayload

    • Attempts to parse the JSON payload from an Axon event. Returns null if the payload is missing or not valid JSON. Invalid JSON string payloads are logged with console.warn (includes event_type and sequence from the Axon event for correlation).

      Type Parameters

      • T = unknown

      Parameters

      Returns T | null