Skip to content

Conversation

pablodeymo
Copy link
Contributor

@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
@lferrigno lferrigno marked this pull request as ready for review January 13, 2025 14:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants