We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8b99f8 commit 9f3c82cCopy full SHA for 9f3c82c
pcweb/telemetry/postog_metrics.py
@@ -41,7 +41,7 @@ async def send_data_to_posthog(event_instance: PosthogEvent):
41
"""Send data to PostHog using class introspection.
42
43
Args:
44
- event_instance: An instance of a FlexgenEvent subclass.
+ event_instance: An instance of a PosthogEvent subclass.
45
46
Raises:
47
httpx.HTTPError: When there is an error sending data to PostHog.
0 commit comments