Ben Lea
83a0bfee1a
Update early-access-feature-management.mdx
...
early access feature management doesnt support groups
2025-11-04 09:40:47 -05:00
Manoel Aranda Neto
5985bddf0e
fix: remove navigationref from rn docs ( #13496 )
2025-11-04 13:04:45 +00:00
Andy Vandervell
2859edfd32
Update to video objectives to remove launch video goal ( #13508 )
...
* Update objectives.mdx
* Update objectives.mdx
* Adds video schedule
2025-11-04 11:45:13 +00:00
SaraMiteva
4074e8aa4e
Created Grantable Customer Story ( #13495 )
...
* Created Grantable Customer Story
Still missing a cover image - not a blocker
Sending the draft to the user in parallel - approved
* typo fixed in contents/customers/grantable.md
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
* Update contents/customers/grantable.md
Co-authored-by: Joe Martin <84011561+joethreepwood@users.noreply.github.com >
* Update contents/customers/grantable.md
Co-authored-by: Joe Martin <84011561+joethreepwood@users.noreply.github.com >
* Update contents/customers/grantable.md
Co-authored-by: Joe Martin <84011561+joethreepwood@users.noreply.github.com >
* Update contents/customers/grantable.md
Co-authored-by: Joe Martin <84011561+joethreepwood@users.noreply.github.com >
* Update contents/customers/grantable.md
Co-authored-by: Joe Martin <84011561+joethreepwood@users.noreply.github.com >
* Update contents/customers/grantable.md
Co-authored-by: Joe Martin <84011561+joethreepwood@users.noreply.github.com >
* Update contents/customers/grantable.md
Co-authored-by: Joe Martin <84011561+joethreepwood@users.noreply.github.com >
* Update contents/customers/grantable.md
Co-authored-by: Joe Martin <84011561+joethreepwood@users.noreply.github.com >
* Added images and customer data
Logo is wrong!
* Fixed logo etc
---------
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Co-authored-by: Joe Martin <84011561+joethreepwood@users.noreply.github.com >
2025-11-04 12:43:11 +01:00
Ian Vanagas
66cd833123
Handbook: Content brand guidelines and messaging ( #13287 )
...
* update content handbook
* fix redirect
* Greptile
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
* content brand guidelines and messaging
* Andy suggestions
Co-authored-by: Andy Vandervell <92976667+andyvan-ph@users.noreply.github.com >
* update
* fix link
* clarify what the right thing is
* Update contents/handbook/content/brand-message.mdx
* Apply suggestions from code review
---------
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Co-authored-by: Andy Vandervell <92976667+andyvan-ph@users.noreply.github.com >
2025-11-04 11:06:07 +00:00
Ian Vanagas
650039cbca
new messaging, update content ( #13455 )
2025-11-04 10:27:24 +00:00
Ian Vanagas
b99394a735
Handbook: Update newsletter goal ( #13463 )
...
* update newsletter goal
* Update contents/teams/content/objectives.mdx
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
---------
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2025-11-04 09:51:20 +00:00
PostHog Bot
0fcdb71f74
chore(deps): Update posthog-js to 1.285.1 ( #13504 )
2025-11-04 10:12:50 +01:00
PostHog Bot
10986df9da
chore(deps): Update posthog-js to 1.285.0 ( #13499 )
2025-11-03 17:31:15 +01:00
Cleo
8d6e89905b
submenu name change from max to PostHog AI ( #13486 )
2025-11-03 10:22:31 -05:00
Abheek Basu
7f40b47751
Handbook: added product page for in person meetings ( #13470 )
...
* added in person meetings page
* Update contents/handbook/product/visiting-customers.md
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
* Update contents/handbook/product/visiting-customers.md
Co-authored-by: coryslater <25396141+fivestarspicy@users.noreply.github.com >
---------
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Co-authored-by: coryslater <25396141+fivestarspicy@users.noreply.github.com >
2025-11-03 09:54:17 -05:00
Andrew Maguire
cf4783e298
docs(llma): Add inline Vertex AI code example ( #13493 )
...
* docs: replace Vertex AI question link with inline code example
Replaced the link to the question with an expandable code example
showing how to use Vertex AI with PostHog. This prevents broken links
if the question is deleted and provides users with immediate access
to the code they need.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
* Update contents/docs/llm-analytics/installation/google.mdx
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
* fix: add OSIcons to menu icon lookup to display Sessions icon
The Sessions menu item in LLM analytics was missing its icon because
the getIcon function only checked NewIcons and NotProductIcons, but
IconMessages is defined in OSIcons. Added OSIcons to the icon lookup.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
* fix: add margin spacing below collapsible Vertex AI example
Added an extra blank line after the details element to prevent tight margin spacing before the closing Step tag.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
* fix: add spacing below Vertex AI collapsible and update Sessions icon
- Added <br /> tag after Vertex AI code example collapsible to provide
visual spacing before the next section
- Changed Sessions menu icon from IconMessages to IconStack for better
compatibility with the icon lookup system
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
---------
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2025-11-03 12:02:40 +00:00
Ioannis J
fe9001f625
chore: flutter surveys GA ( #13451 )
...
* feat: flutter surveys GA
* fix: link and typo
* fix:
* fix: sdk version
* fix: add notes for web
2025-11-03 10:07:01 +00:00
Rune Povlsen
2247bc5537
Hired PE for Web Analytics.mdx ( #13487 )
...
strike through / new hire! :)
2025-11-03 09:13:35 +00:00
Manoel Aranda Neto
2db5996cb5
fix: repalce pagerduty schedules with incident io and add note about redirect issues ( #13492 )
2025-11-03 08:28:16 +00:00
Manoel Aranda Neto
120c34c138
fix: error tracking autocapture is recommended and not required ( #13491 )
2025-11-02 16:22:25 +01:00
PostHog Bot
abff40afe7
chore(deps): Update posthog-js to 1.284.0 ( #13490 )
2025-11-02 00:01:05 +01:00
Vincent (Wen Yu) Ge
e12324967b
Better clip ( #13488 )
2025-11-01 17:43:32 -04:00
Lucas Ricoy
7b0725dd7f
feat: capture bot pageviews as $bot_pageview instead of dropping them ( #13473 )
...
* feat: capture bot pageviews as
* remove change to posthog-js
2025-10-31 18:33:19 -03:00
Renan Leonel
e47ccfdd50
fix: prevent spicy video snap-back after scrubbing ( #13025 )
...
Co-authored-by: Cory Watilo <corywatilo@gmail.com >
2025-10-31 10:53:16 -07:00
Robbie
41b0cdcf79
Remove duplicate header ( #13485 )
...
The title is already rendered, we don't need a header too
2025-10-31 16:34:06 +00:00
Eli Kinsey
3446d19428
Link changelog entries ( #13474 )
2025-10-31 17:46:22 +02:00
Jonathan Mieloo
98fa98ddd3
Change Slack channel for interview requests ( #13482 )
...
Updated the Slack channel for contacting the talent team regarding interviewing involvement. It's supposed to be `#team-talent` instead of `#team-people-and-ops`
2025-10-31 15:45:49 +00:00
timgl
62963080ef
Proposal for new product page ( #13417 )
...
* Proposal for new product page
* new product
* Update contents/handbook/which-products.md
Co-authored-by: James Hawkins <47497682+jamesefhawkins@users.noreply.github.com >
* Update contents/handbook/which-products.md
Co-authored-by: Raquel Smith <raquelmsmith@users.noreply.github.com >
* Update contents/handbook/which-products.md
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Raquel Smith <raquelmsmith@users.noreply.github.com >
* line
* new products
---------
Co-authored-by: James Hawkins <47497682+jamesefhawkins@users.noreply.github.com >
Co-authored-by: Raquel Smith <raquelmsmith@users.noreply.github.com >
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2025-10-31 15:36:33 +00:00
Abheek Basu
ee80feaf9b
fix: update query api rate limit section ( #13464 )
...
* removed the talk to sales bit about rate limit bumping since we no longer do this
* Update contents/docs/api/queries.mdx
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
---------
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2025-10-31 11:14:58 -04:00
Ioannis J
a67bba84f9
feat(docs): flutter error tracking ( #13356 )
...
* feat(docs): flutter error tracking
* fix: address comments
* chore: add a note for web
* Revert "chore: add a note for web"
This reverts commit e6452d1f979c6197755a429fc6884042e1cf2453.
---------
Co-authored-by: Eli Kinsey <eli@ekinsey.dev >
2025-10-31 14:41:34 +00:00
PostHog Bot
41a0200321
chore(deps): Update posthog-js to 1.283.0 ( #13480 )
2025-10-31 15:15:38 +01:00
Fraser Hopper
2b334eb3c2
Refine parental leave section formatting and content ( #13310 )
...
* Refine parental leave section formatting and content
Updated formatting for section headings and added clarification regarding parental leave guidelines.
* Revise parental leave policy and format details
Updated parental leave policy details with a table format for clarity.
* Revise parental leave policy details
Updated parental leave policy table for clarity.
* Move section up
* formatting
* small change ;-)
* Update contents/handbook/people/time-off.md
Co-authored-by: Raquel Smith <raquelmsmith@users.noreply.github.com >
---------
Co-authored-by: timgl <tim@posthog.com >
Co-authored-by: Raquel Smith <raquelmsmith@users.noreply.github.com >
2025-10-31 14:12:08 +00:00
minekansu
eedea22aee
Update contract-rules.md ( #13163 )
...
* Update contract-rules.md
added a short section on what customer needs to do if they dont renew their credit purchase to avoid getting charged
* Update contents/handbook/growth/sales/contract-rules.md
Co-authored-by: Simon Fisher <simon@posthog.com >
---------
Co-authored-by: Simon Fisher <simon@posthog.com >
2025-10-31 10:07:01 -04:00
Magda Olszewska
1107aa1557
update to quarlerly goals ( #13479 )
2025-10-31 13:34:07 +01:00
Magda Olszewska
7a74f5d298
update to Sales Handover page ( #13478 )
...
Some additional context on passing leads to sales
2025-10-31 12:57:20 +01:00
Andrew Maguire
1297b7e258
Add note about Vertex AI support to Google LLM analytics docs ( #13477 )
...
Added a note mentioning that the integration works with Vertex AI via GCP,
with a link to an example question for users who need more details.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: Claude <noreply@anthropic.com >
2025-10-31 11:15:43 +00:00
Daniel Z
d2c3f7b056
Update Slack channel naming conventions across handbook ( #13397 )
2025-10-31 09:24:12 +00:00
Ian Vanagas
d6485a8ed3
Docs: Fix dashboard filters SQL variables ( #13462 )
...
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2025-10-31 08:47:28 +00:00
Vincent (Wen Yu) Ge
4fec074149
Split ios sdk pages ( #13379 )
...
* split ios sdk pages
* Update contents/docs/libraries/ios/index.mdx
Co-authored-by: Ian Vanagas <34755028+ivanagas@users.noreply.github.com >
* Apply suggestions from code review
Co-authored-by: Ian Vanagas <34755028+ivanagas@users.noreply.github.com >
* review comments
* Autocapture, config table
* Apply suggestion from @ivanagas
Co-authored-by: Ian Vanagas <34755028+ivanagas@users.noreply.github.com >
* Apply suggestions from code review
Co-authored-by: Ian Vanagas <34755028+ivanagas@users.noreply.github.com >
* Unique import names
* Address comments
---------
Co-authored-by: Ian Vanagas <34755028+ivanagas@users.noreply.github.com >
Co-authored-by: Eli Kinsey <eli@ekinsey.dev >
2025-10-31 03:50:51 +00:00
Vincent (Wen Yu) Ge
2cb2742a6f
Session replay clip ( #13472 )
2025-10-30 22:47:58 -04:00
Ian Vanagas
2f084eac9d
remove clip ( #13471 )
2025-10-30 20:44:32 +00:00
minekansu
772caee871
Create credits.md ( #13466 )
...
* Create credits.md
add credits page to handbook
* Update contents/handbook/growth/revops/credits.md
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
* Update contents/handbook/growth/revops/credits.md
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
* Update contents/handbook/growth/revops/credits.md
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
* Update contents/handbook/growth/revops/credits.md
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
* Update contents/handbook/growth/revops/credits.md
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
* Update contents/handbook/growth/revops/credits.md
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
---------
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2025-10-30 20:21:20 +00:00
minekansu
667a866eb3
add credit page to revops.js ( #13469 )
2025-10-30 19:53:38 +00:00
minekansu
ef38d8fa33
Create lead-assignment-ooo.md ( #13446 )
...
* Create lead-assignment-ooo.md
Adding a new pages on todos for lead assignment logic updates for OOO
* Update contents/handbook/growth/revops/lead-assignment-ooo.md
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
* Update contents/handbook/growth/revops/lead-assignment-ooo.md
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
* Update lead-assignment-ooo.md
---------
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2025-10-30 15:10:16 -04:00
Cory Watilo
8bf064cca5
automation product category ( #13456 )
2025-10-30 20:53:37 +02:00
Luke Belton
4ae082da8a
messaging -> workflows ( #13460 )
2025-10-30 16:35:16 +00:00
Raquel Smith
ef455facdc
add referral link info ( #13412 )
2025-10-30 08:57:53 -07:00
Alex McKee
3d39a330e5
Added Running trials to nav ( #13459 )
2025-10-30 08:37:27 -07:00
Natalia Amorim
a1e8e4d36e
Updating my Q4 goal ( #13362 )
2025-10-30 15:00:31 +00:00
Alex McKee
b097cf5ed7
Create running-trials handbook page ( #13424 )
...
Co-authored-by: Sean O'Shaughnessy <sean.o@posthog.com >
2025-10-30 10:44:13 -04:00
minekansu
2b39dac20c
add sales ops under revops.js ( #13447 )
...
* add sales ops under revops.js
* Update src/navs/index.js
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
---------
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2025-10-30 13:41:55 +00:00
minekansu
1bef57cf40
Update refunds.md ( #13443 )
...
we will stop using refunds button and will issue all refunds via credit notes going forward for correct revenue recognition. this updates the steps to issue refunds this way
2025-10-30 09:21:04 -04:00
Annika 🦔
cfc2917365
Small tweaks to LLM skill wording.tsx ( #13454 )
2025-10-30 09:16:43 -04:00
Charles Cook
08213aa0e4
New sales hire onboarding - add calendly link to your Slack bio ( #13457 )
2025-10-30 13:10:04 +00:00