* Add posthog-js defaults to snippet examples
* Add defaults to install-web too
* Add some more defaults
* feat: Add `<ph_posthog_js_defaults>` everywhere
Everywhere where we're initializing `<ph_project_api_key>` now also initializes `<ph_posthog_js_defaults>`. A follow-up pass is needed to update `pageview` docs letting people know we're tracking these automatically now
* refactor(): Remove `ph_posthog_js_defaults` where we're not initing lib from beggining
We'll only include the `defaults` suggestion in places where we're explaining HOW we initialize posthog. When we're talking about a non-correlated config, then we'll omit it. The same applies to `api_host`
* refactor: Stop using `history_change` in most places
Rather than suggesting `history_change`, let's instead suggest using our new `defaults` feature
* add a space
* change next.js note
* Ian's fixes
---------
Co-authored-by: Rafa Audibert <rafael@posthog.com>
Co-authored-by: Ian Vanagas <34755028+ivanagas@users.noreply.github.com>
* Add envoy blog post
* Move agent prompt snippet, add wizard docs, update menu
* Conversation starter for homepage prompt-based onboarding
* Suppress the homepage agent microdocs on mobile
* Protoype AI integration button/microdocs reveal
* Make wizard install a tab
* Get rid of that weird duplication
* See if that makes the blog show
* Update blog post with links, reuse existing snippet
* Steal this *AI* code
* Update contents/blog/envoy-wizard-llm-agent.md
Co-authored-by: Andy Vandervell <92976667+andyvan-ph@users.noreply.github.com>
* Riff on Andy's suggestions
* Blog tweak
* segueeeeee
* license
* Thief image
* tidier repo links
* Blog refinements
* One more
* Fix typos
* pull back on vibes
* polish
* PLEASE
* Add media
* blog tweaks
* Betas, really
* Update contents/docs/getting-started/_snippets/install.mdx
Co-authored-by: Ian Vanagas <34755028+ivanagas@users.noreply.github.com>
* "Install PostHog"
* Update contents/blog/envoy-wizard-llm-agent.mdx
Co-authored-by: Ian Vanagas <34755028+ivanagas@users.noreply.github.com>
* Update contents/blog/envoy-wizard-llm-agent.mdx
Co-authored-by: Ian Vanagas <34755028+ivanagas@users.noreply.github.com>
* Update contents/blog/envoy-wizard-llm-agent.mdx
Co-authored-by: Ian Vanagas <34755028+ivanagas@users.noreply.github.com>
* Further copy tweaks
* Conditionally append `--signup`
* Add additional wizard install tabs
* Add agent integration prompt to all supported frameworks
* Update contents/blog/envoy-wizard-llm-agent.mdx
Co-authored-by: Ian Vanagas <34755028+ivanagas@users.noreply.github.com>
* Copy tweaks
* Copy tweak, date update
* One more tweak
---------
Co-authored-by: Andy Vandervell <92976667+andyvan-ph@users.noreply.github.com>
Co-authored-by: PostHog <hey@posthog.com>
Co-authored-by: Eli Kinsey <eli@ekinsey.dev>
Co-authored-by: Ian Vanagas <34755028+ivanagas@users.noreply.github.com>
* first commit
update icons
create separet install snippet
test comment out
comment out install web
test for Eli
progress
Add install to expeirments page
Apply suggestions from code review
Co-authored-by: Ian Vanagas <34755028+ivanagas@users.noreply.github.com>
* fix build
---------
Co-authored-by: Ian Vanagas <34755028+ivanagas@users.noreply.github.com>
* added user props image, fixed next urls
* updated docs submenu
* moved /sdks/* and /third-party/* to /libraries/*
* added integrations index page
* moved divider to right column (so it doesn't show when right column doesn't appear)
* relinked images
* updated footer links
* clean up start message
* relinked images
* comment out unused graphql query
* move "ingest historical data" to migrate section
* migrate to posthog icon
* added icons to docs dropdown
* just use the query
---------
Co-authored-by: Eli Kinsey <eli@ekinsey.dev>