class documentation
PostHog backend using the official python package.
| Method | __init__ |
Initialize the PostHog client. |
| Method | capture |
Capture an event using the PostHog client. |
| Method | flush |
Flush buffered PostHog events if supported. |
| Instance Variable | _client |
Undocumented |
Inherited from TelemetryBackend:
| Method | shutdown |
Shutdown backend resources and flush pending events. |
| Instance Variable | config |
Undocumented |