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

Telemetry with Posthog #147

Draft
wants to merge 15 commits into
base: main
Choose a base branch
from
Draft

Telemetry with Posthog #147

wants to merge 15 commits into from

Conversation

pablodeymo
Copy link
Collaborator

@pablodeymo pablodeymo commented Oct 18, 2024

To enable and use telemetry in your avs/code, you need to include the SDK crates with the feature telemetry enabled.

In the main function the code must set the config of the telemetry with the given parameters:

fn main() {
    let _ = eigen_telemetry::telemetry::Telemetry::set_config("YOUR_TELEMETRY_KEY", "YOUR_USER_ID");
    // ...
} 

@pablodeymo pablodeymo changed the title [WIP] Telemetry Telemetry with Posthog Nov 15, 2024
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.

1 participant