Skip to content

Commit

Permalink
Update frontend/src/scenes/onboarding/OnboardingReverseProxy.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Raquel Smith <[email protected]>
  • Loading branch information
zlwaterfield and raquelmsmith authored Mar 18, 2024
1 parent 6fc4072 commit 810b0ea
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions frontend/src/scenes/onboarding/OnboardingReverseProxy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,15 @@ export const OnboardingReverseProxy = ({ stepKey }: { stepKey: OnboardingStepKey
}
>
<div className="mb-6 mt-6">
<p>A reverse proxy allows you to send events to PostHog Cloud using your own domain.</p>
<p>A reverse proxy allows you to retrieve flag information from PostHog Cloud using your own domain.</p>
<p>
This means that events are sent from your own domain and are less likely to be intercepted by
tracking blockers. You'll be able to capture more usage data without having to self-host PostHog.
Network calls to and from your own domain and are less likely to be intercepted by
tracking blockers. With a reverse proxy, all your users will be exposed to the flag
variants you intend. (Plus, you'll get more accurate event tracking, too!)
</p>
<p>
Setting up a reverse proxy means setting up a service to redirect requests from a subdomain you
choose (like <span className="font-mono break-keep">e.yourdomain.com</span>) to PostHog. It is best
practice to use a subdomain that does not include posthog, analytics, tracking, or other similar
words.
This step is optional, especially as you are getting started. If you aren't the
right person to set this up, invite a team member to do it for you.
</p>
<h3>Documentation</h3>
<p>Here are some popular reverse proxy options:</p>
Expand Down

0 comments on commit 810b0ea

Please sign in to comment.