-
-
Notifications
You must be signed in to change notification settings - Fork 668
Open Telemetry #579
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
Comments
why i am not seeing the telemetry posted to posthog ?
|
Claude finished @MervinPraison's task in 2m 5s —— View job • Telemetry PostHog Issue - RESOLVED ✅Looking into why telemetry data is not being posted to PostHog despite being collected locally. Todo List:
Root Cause: Missing PostHog DependencyThe issue was that PostHog was not installed in your environment, even though telemetry data was being collected locally. What was happening:
The Problem:
Solutions:Option 1: Install PostHog directly pip install posthog>=3.0.0 Option 2: Reinstall with telemetry extras pip install praisonaiagents[telemetry] Option 3: Use the diagnostic script to verify python debug_posthog.py Changes Made:
After installing PostHog ( |
No description provided.
The text was updated successfully, but these errors were encountered: