Hello!
I am currently building a small web api (using axum), and would love to be able to make use of PostHog's error tracking for this.
As for specific implementation, maybe add a helper that accepts generic types implementing the serde serde_core::ser::Serialize trait?
Or perhaps a crate feature flag for accepting anyhow::Error as was requested here?
Hello!
I am currently building a small web api (using axum), and would love to be able to make use of PostHog's error tracking for this.
As for specific implementation, maybe add a helper that accepts generic types implementing the serde
serde_core::ser::Serializetrait?Or perhaps a crate feature flag for accepting
anyhow::Erroras was requested here?