Merge remote-tracking branch 'origin/master' into aspicer/pw
Before Width: | Height: | Size: 728 KiB After Width: | Height: | Size: 731 KiB |
Before Width: | Height: | Size: 725 KiB After Width: | Height: | Size: 728 KiB |
Before Width: | Height: | Size: 773 KiB After Width: | Height: | Size: 776 KiB |
Before Width: | Height: | Size: 770 KiB After Width: | Height: | Size: 773 KiB |
Before Width: | Height: | Size: 728 KiB After Width: | Height: | Size: 731 KiB |
Before Width: | Height: | Size: 725 KiB After Width: | Height: | Size: 728 KiB |
Before Width: | Height: | Size: 728 KiB After Width: | Height: | Size: 731 KiB |
Before Width: | Height: | Size: 725 KiB After Width: | Height: | Size: 728 KiB |
Before Width: | Height: | Size: 728 KiB After Width: | Height: | Size: 731 KiB |
Before Width: | Height: | Size: 725 KiB After Width: | Height: | Size: 728 KiB |
Before Width: | Height: | Size: 728 KiB After Width: | Height: | Size: 731 KiB |
Before Width: | Height: | Size: 725 KiB After Width: | Height: | Size: 728 KiB |
Before Width: | Height: | Size: 728 KiB After Width: | Height: | Size: 731 KiB |
Before Width: | Height: | Size: 725 KiB After Width: | Height: | Size: 728 KiB |
Before Width: | Height: | Size: 728 KiB After Width: | Height: | Size: 731 KiB |
Before Width: | Height: | Size: 725 KiB After Width: | Height: | Size: 728 KiB |
@ -252,7 +252,7 @@ function UrlConfigSection({
|
|||||||
</div>
|
</div>
|
||||||
<p>{description}</p>
|
<p>{description}</p>
|
||||||
|
|
||||||
<p>`${title} is only available for JavaScript Web.`</p>
|
<p>{title} is only available for JavaScript Web.</p>
|
||||||
|
|
||||||
{props.isAddFormVisible && (
|
{props.isAddFormVisible && (
|
||||||
<UrlConfigForm type={type} onCancel={props.onCancel} isSubmitting={props.isSubmitting} />
|
<UrlConfigForm type={type} onCancel={props.onCancel} isSubmitting={props.isSubmitting} />
|
||||||
|
@ -115,6 +115,13 @@ export function NetworkCaptureSettings(): JSX.Element {
|
|||||||
This setting controls if performance and network information will be captured alongside recordings. The
|
This setting controls if performance and network information will be captured alongside recordings. The
|
||||||
network requests and timings will be shown in the recording player to help you debug any issues.
|
network requests and timings will be shown in the recording player to help you debug any issues.
|
||||||
</p>
|
</p>
|
||||||
|
<p>
|
||||||
|
Network capture is also available for{' '}
|
||||||
|
<Link to="https://posthog.com/docs/session-replay/network-recording" target="_blank">
|
||||||
|
Mobile session replay
|
||||||
|
</Link>{' '}
|
||||||
|
, where they can be configured directly in code.
|
||||||
|
</p>
|
||||||
<LemonSwitch
|
<LemonSwitch
|
||||||
data-attr="opt-in-capture-performance-switch"
|
data-attr="opt-in-capture-performance-switch"
|
||||||
onChange={(checked) => {
|
onChange={(checked) => {
|
||||||
@ -133,13 +140,7 @@ export function NetworkCaptureSettings(): JSX.Element {
|
|||||||
Learn how to mask header and payload values in our docs
|
Learn how to mask header and payload values in our docs
|
||||||
</Link>
|
</Link>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>Capture headers and body are only available for JavaScript Web.</p>
|
||||||
Network capture is also available for{' '}
|
|
||||||
<Link to="https://posthog.com/docs/session-replay/network-recording" target="_blank">
|
|
||||||
Mobile session replay
|
|
||||||
</Link>{' '}
|
|
||||||
, where they can be configured directly in code.
|
|
||||||
</p>
|
|
||||||
<LemonBanner type="info" className="mb-4">
|
<LemonBanner type="info" className="mb-4">
|
||||||
<PayloadWarning />
|
<PayloadWarning />
|
||||||
</LemonBanner>
|
</LemonBanner>
|
||||||
|