Skip to content
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

Add Posthog to Kitops documentation page #552

Merged
merged 1 commit into from
Oct 23, 2024

Conversation

javisperez
Copy link
Contributor

This PR adds Posthog to Kitops

const isSuccess = ref(false)

isSubscribed.value = localStorage.getItem('subscribed') || false
const isSubscribed = useLocalStorage('subscribed', false)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this was throwing a warning everytime we built. This should stop it.

@amisevsk amisevsk changed the title Add Posthog to Kitops Add Posthog to Kitops documentation page Oct 23, 2024
Copy link
Contributor

@Jwilliamsr Jwilliamsr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks for adding

@javisperez javisperez merged commit 086b9b7 into jozu-ai:main Oct 23, 2024
3 checks passed
@javisperez javisperez deleted the 551-add-posthog-to-kitops branch October 23, 2024 21:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants