{tct(
`This feature is only compatible with [fetch] and [xhr] request types. [link].`,
{
fetch: fetch
,
xhr: xhr
,
link: (
networkRequestHeaders
,
responseConfig: networkResponseHeaders
,
}
)}
{tct(
`To protect user privacy, Session Replay defaults to not capturing the request or response headers. However, we provide the option to do so, if it’s critical to your debugging process. [link].`,
{
link: (
networkDetailAllowUrls
,
alert: networkCaptureBodies: true
,
})}