-
Notifications
You must be signed in to change notification settings - Fork 2.1k
docs: Add posthog analytics #2925
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: main
Are you sure you want to change the base?
Conversation
| working-directory: fern | ||
| env: | ||
| FERN_TOKEN: ${{ secrets.FERN_TOKEN }} | ||
| POSTHOG_API_KEY: ${{ secrets.POSTHOG_API_KEY }} |
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.
do we the analytics in the dev unpublished docs? might just decrease our SNR
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.
wait let's just like literally remove this line and merge
| working-directory: fern | ||
| env: | ||
| FERN_TOKEN: ${{ secrets.FERN_TOKEN }} | ||
| POSTHOG_API_KEY: ${{ secrets.POSTHOG_API_KEY }} |
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.
wait let's just like literally remove this line and merge
|
|
||
| analytics: | ||
| posthog: | ||
| api-key: ${POSTHOG_API_KEY} |
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.
wait is it supposed to be the public key or the secret key??
Adds PostHog analytics configuration to Fern documentation:
This is a clean re-creation after the main branch force push, containing only the analytics configuration changes.