@launchdarkly/observability + @launchdarkly/session-replay
    Preparing search index...
    • Turns any of the header shapes a caller can hand to fetch/XHR into a plain object keyed by header name. Headers instances and [name, value] arrays have no own enumerable properties, so spreading them (which is what the header sanitizer does) silently produced {} and dropped every header.

      Parameters

      • headers: undefined | null | string | HeadersInit | HeaderRecord

      Returns HeaderRecord