Commit Graph

18 Commits

Author SHA1 Message Date
Natalia Amorim
763a6deb12 Best error tracking tools for developers (#13402)
* First draft of the article!

Still need to update author and header image

* Apply suggestions from code review

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>

* Adding myself as the author

* Table update

* revert yarn.lock change

* import less

* Apply suggestions from code review

Co-authored-by: Ian Vanagas <34755028+ivanagas@users.noreply.github.com>

* unified feature comparisons: error tracking WIP

* converted session replay, flags

* moved over remaining competitors

* clean up old comparison table spacing

* smarter table cell widths

* proof of concept: break table out of .prose width

* more content width child sizing

* make library comparison use OSTable

* fit table width

* center

* table, video width "fixes"

* simplified product comparison slides

* fixed customers slide

* renamed files

* simplify calling of products/features

* simplified usage

* inline the rows

* created feature definitions for remaining products

* more features from core, add docs

* nested labels, descriptions, and featuresets

* product/feature links in comparison tables

* Merge branch 'master' into best-error-tracking-tools-blog-post

* leave cells blank if undefined, top-level product URLs

* Clauded the rest of PH va Amp blog

* vs mixpanel features

* Clauded standardized features across competitors

* make iframes (videos) full width

* added statsig

* feature "realignment"

* component documentation

* finished amplitude post

* rows with arbitrary values

* verified fathom, fullstory posts

* updated GA4

* updated growthbook

* heap comparison

* hotjar done

* fixed launchdarkly

* updated logrocket

* updated matomo

* migrated mixpanel

* Merge branch 'master' into best-error-tracking-tools-blog-post

* cleaned up ArrayCTA signup component

* custom label example

* updated optimizely

* changed style of linked tutorials in comparison article (pendo)

* updated optimizely, pendo

* plausible, + moved import/export to dw, cdp

* verified sentry

* fixed some sentry data

* updated statsig

* finally got best error tracking tools done!

* removed unnecessary imports

* makes the snippet available globally, uses it in a few places

* converted best adobe analytics alts

* fixed subscribe form responsiveness

* converted amplitude article

* fathom, amplitude, eppo articles

* updated flagsmith alts

* growthbook alts, launchdarkly alts

* optimizely alts

* converted statsig alts

* split alts

* fullstory alts

* heap alts

* hotjar alts

* logrocket alts, matomo alts

* mixpanel alts

* Copy edits to the article

* mouseflow, pendo, plausible alternatives

* sentry alts

* fixed best error tracking table

* sprig alts

* sprig alts

* survicate, userpilot, uxcam, vwo alts

* clarity alts

* best mobile app replay tools

* more

* use feature arrays from new source, delete old shiz

* show feature comparisons when there's data

* don't render comparison links when on z page

* amplitude don't got

* fix build

* order posthog first

* include platform features in each product presentation

* only show all groups/features on product pages

* added LLM competitors

* excluded sections

* fixed rows with arbitrary inline data

* sentence case

* updated readme

* remove hard coded data

* Update contents/blog/posthog-vs-fullstory.mdx

Co-authored-by: Vincent (Wen Yu) Ge <29069505+gewenyu99@users.noreply.github.com>

* Update contents/blog/posthog-vs-fullstory.mdx

Co-authored-by: Vincent (Wen Yu) Ge <29069505+gewenyu99@users.noreply.github.com>

* fixes from PR feedback

---------

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Co-authored-by: Eli Kinsey <eli@ekinsey.dev>
Co-authored-by: Ian Vanagas <34755028+ivanagas@users.noreply.github.com>
Co-authored-by: Cory Watilo <corywatilo@gmail.com>
Co-authored-by: Vincent (Wen Yu) Ge <29069505+gewenyu99@users.noreply.github.com>
2025-11-06 01:38:44 +02:00
Robbie
699908a3b7 docs: Add posthog-js defaults to snippet examples (#11627)
* 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>
2025-05-31 11:49:02 +02:00
Ian Vanagas
c4e7d453d5 Docs: Remove identified_only from snippets, clarify SDK event types (#10161) 2024-12-18 07:39:15 -08:00
Andy Vandervell
fd483648a1 Newsletter form improvement (#9841)
* Newsletter form improvement

* Apply suggestions from code review

* Changing image and copy

* Image change

* Copy tweak

* Tweak

* Tweaks

* another try

* Apply suggestions from code review

Co-authored-by: Lior539 <lneuner@gmail.com>

* Update index.tsx

* Image tweak

* putting engineer post back

---------

Co-authored-by: Lior539 <lneuner@gmail.com>
2024-11-15 09:25:52 +00:00
David Newell
c94181ae63 chore: update snippets to use anonymous crossorigin (#9652) 2024-10-17 15:50:07 +01:00
Juraj Majerik
b6005c3cc9 chore(surveys): update JS snippet with getNextSurveyStep (#8765) 2024-06-21 10:35:12 +00:00
Ian Vanagas
72e5d2c16b add person profile config (#8665) 2024-06-10 17:29:35 -07:00
Ben White
54c4f2f198 feat: New api hosts (#7996) 2024-04-22 13:08:09 +02:00
Eli Kinsey
eef8c6407c Move images to Cloudinary (#8024)
* featured images

* thumbnails

* remove hosthog

* images

* logos

* imports

* remove versions

* relative imports

* icons

* fix undefined vars

* fix import script

* kill images

* fix static images

* fix og creation

* remove quality option

* add absolutepath back

* wait for images

* date fixes

* remove scripts

* reduce network requests

* only generate OG images in prod

* simplify

* update docs

* add new images
2024-03-19 08:51:41 -07:00
Ian Vanagas
ea2207238e session replay amount (#7891) 2024-02-23 09:37:34 +00:00
Lior539
3a54807a0f Tutorial - React analytics (#7652)
* first draft

* fixes

* Apply suggestions from code review

Co-authored-by: Ian Vanagas <34755028+ivanagas@users.noreply.github.com>

---------

Co-authored-by: Ian Vanagas <34755028+ivanagas@users.noreply.github.com>
2024-01-31 08:45:45 +00:00
Lior539
bf5ad354e8 Remove "with PostHog" (#7565) 2024-01-21 21:56:16 +00:00
Lior539
da9734e952 Tutorial - Webflow surveys (#7231)
* first commit

* add backlinks

* Apply suggestions from code review

* title

* Apply suggestions from code review

* ian comment

* Apply suggestions from code review
2023-11-29 10:56:00 +00:00
Eli Kinsey
a3f7594846 Refactor posts section (#6695)
* refactor posts section

* add mobile nav

* index views

* filtering fixes

* lazy load index pages / menu fixes

* hide mobile nav

* more index views

* missing images

* wide mode (broken)

* comment out wide mode code

* categories column: better overflow-y on short viewports

* tooltip to explain why we organize content the way we do

* stylin's

* dialing in posts max-width and wide mode

* wide mode and not wide mode tweaks

* link post title

* match postcard changes in customers view

* customers sizing

* icon color fix

* space between post title and metadata in list view

* don't block text with graphic

* add excerpts to client posts

* Show correct active subnav tab for each section

* prevent list from shifting

* like buttons next to title

* only show post type on /posts

* show and link authors

* fix open menu items

* add back to posts button

* add filter by crosspost

* Content Hub Reorg

* load more button

* index new categories/build fix

* add redirects

* update index pages

* post schema/strapi sync auto tag and category creation/manual menus/crosspost filtering/rip sticky sidebar

* Updating posts sidebar

* Tutorials tags

* re-implemented sticky sidebar

* cleanup

* case when there's no featured image (or video)

* removed all tutorial banners

* more tutorial banner deletion

* Tidying up blog tagging

* add "all" pages

* Fixing some tags

* Blog category redirects

* Remove newsletter tag from old newsletters

* Moving paid ads blog post

* Newsletters

* Fix redirect loop

* fixed some syntax errors

* build fix

* cleanup

* added icons to tutorials categories

* sidebar filters

* styled post sidebar (wip)

* scope communitybar

* vertical dividing lines

* updated icons pkg

* colored icons

* wide mode index view

* wide mode comments

* had my way with the posts view... 👀

* applying general layout to customer stories, tutorials, clientpost templates

* post type icons

* category dropdown icons

* polish

* use prod api host

* spacing

* cleanup

* client post padding, wide mode support

* spacing

* remove breadcrumb, replace with simple message about posts hub

* padding

* image background for transparent pngs

* force reload to see landing page views

* reluctantly fix hilarious image issue

* Moving post back into blog folder

* Redirect fixes

* Redirects

* Redirecting blog categories to new paths

* Tweaks to blog sidebar + redirects

* menus / upvote  button

* footer links

* active internal menus / nav fixes

---------

Co-authored-by: Cory Watilo <cww@watilo.com>
Co-authored-by: Andy Vandervell <92976667+andyvan-ph@users.noreply.github.com>
2023-10-23 09:10:32 -07:00
Ian Vanagas
4c8abff3fc update JS snippet in content (#6168)
* update JS snippet
2023-06-23 07:53:44 -07:00
Eli Kinsey
18e22194c9 topics -> tags / documentation (#5634) 2023-04-04 14:07:58 -04:00
Andy Vandervell
3b74c1a65d Adding videos to blog posts (#5176)
* Adding videos to blog posts

* Adding tutorial videos

* dashboards, webflow, spa pageviews

---------

Co-authored-by: Ian Vanagas <34755028+ivanagas@users.noreply.github.com>
2023-01-30 22:37:56 +00:00
Ian Vanagas
6dfb0d6ab3 Tutorial: How to set up Webflow analytics (#5070)
* webflow

Co-authored-by: Joe Martin <84011561+joethreepwood@users.noreply.github.com>
2023-01-13 09:11:12 -08:00