-
Notifications
You must be signed in to change notification settings - Fork 755
Test: add wizard CTA to blog posts #15335
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
70370c8
054dfa4
4b3f10e
75e9f6b
e2a3336
e7ae98d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -13,6 +13,7 @@ tags: | |||||
| - Comparisons | ||||||
| --- | ||||||
|
|
||||||
| import { CalloutBox } from 'components/Docs/CalloutBox' | ||||||
| import { ProductComparisonTable } from 'components/ProductComparisonTable' | ||||||
|
|
||||||
| [Sentry](/blog/posthog-vs-sentry) is one of the most widely-used error tracking tools on the market, and for good reason. It's mature, reliable, and most developers have used it at some point. | ||||||
|
|
@@ -50,6 +51,16 @@ This means it's not only an alternative to [Sentry](/blog/posthog-vs-sentry) but | |||||
|
|
||||||
| - **Surveys:** Target surveys by event or user properties. Templates for [net promoter score (NPS)](/templates/nps-survey), [product-market fit (PMF)](/templates/pmf-survey) surveys, and more. | ||||||
|
|
||||||
| <CalloutBox icon="IconInfo" title="Want to just try it?" type="fyi"> | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Maybe because we are using the wizard?
Suggested change
|
||||||
|
|
||||||
| PostHog is free to start (no credit card needed) and it takes just one command to install. Seriously, that's it. | ||||||
|
|
||||||
| Our [AI setup wizard](/wizard) will do the rest. | ||||||
|
|
||||||
| </CalloutBox> | ||||||
|
|
||||||
| <WizardCommand /> | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think the wizard should be in the calloutbox |
||||||
|
|
||||||
| ### How does PostHog compare to Sentry? | ||||||
|
|
||||||
| <p> | ||||||
|
|
@@ -111,11 +122,7 @@ According to [reviews on G2](https://www.g2.com/products/posthog/reviews), compa | |||||
| > | ||||||
| > If you're looking for [error tracking](/docs/error-tracking) and [session replay](/docs/session-replay), along with many more tools for making your product better, PostHog is a great alternative to Sentry. This is especially the case for startups and scale ups, thanks to PostHog's generous free tier. | ||||||
|
|
||||||
| <p> | ||||||
| <CallToAction to="https://posthog.com/docs/error-tracking/start-here"> | ||||||
| Get started with PostHog Error Tracking – it's free! | ||||||
| </CallToAction> | ||||||
| </p> | ||||||
| <WizardCTA /> | ||||||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is this too intrusive? Should I leave this large one just at the end, and keep the OG button here?
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There is too much top and bottom padding I think.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||||||
|
|
||||||
| ## 2. Rollbar | ||||||
|
|
||||||
|
|
@@ -647,7 +654,15 @@ We're biased, obviously, but we think PostHog is the perfect Sentry replacement | |||||
|
|
||||||
| Check out [error tracking install guide](/docs/error-tracking/installation) and [read our docs](/docs) to learn more. | ||||||
|
|
||||||
| <ArrayCTA /> | ||||||
| ## Tired of reading about tools? Try one. | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||||||
|
|
||||||
| What if setup took less time than reading this article? Can't speak for our competitors, but that's the case for PostHog. | ||||||
|
|
||||||
| You can try PostHog today, no strings attached: it's completely free to start, no credit card required, and our [setup wizard](/wizard) handles configuration for you in minutes. | ||||||
|
|
||||||
| One command. AI does the rest. | ||||||
|
|
||||||
| <WizardCTA /> | ||||||
|
|
||||||
| ## Frequently asked questions | ||||||
|
|
||||||
|
|
||||||


There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if we have a better icon to use here