Skip to content

Commit

Permalink
fix: mobile project settings network labels (#26318)
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto authored Nov 21, 2024
1 parent ffb5133 commit b8440d2
Show file tree
Hide file tree
Showing 18 changed files with 9 additions and 8 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ function UrlConfigSection({
</div>
<p>{description}</p>

<p>`${title} is only available for JavaScript Web.`</p>
<p>{title} is only available for JavaScript Web.</p>

{props.isAddFormVisible && (
<UrlConfigForm type={type} onCancel={props.onCancel} isSubmitting={props.isSubmitting} />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,13 @@ export function NetworkCaptureSettings(): JSX.Element {
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.
</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
data-attr="opt-in-capture-performance-switch"
onChange={(checked) => {
Expand All @@ -133,13 +140,7 @@ export function NetworkCaptureSettings(): JSX.Element {
Learn how to mask header and payload values in our docs
</Link>
</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>
<p>Capture headers and body are only available for JavaScript Web.</p>
<LemonBanner type="info" className="mb-4">
<PayloadWarning />
</LemonBanner>
Expand Down

0 comments on commit b8440d2

Please sign in to comment.