We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54024e5 commit 48a3e69Copy full SHA for 48a3e69
1 file changed
fixcore/fixcore/analytics/posthog.py
@@ -27,7 +27,7 @@ def __init__(
27
system_data: SystemData,
28
flush_at: int = 10000,
29
interval: timedelta = timedelta(minutes=1),
30
- host: str = "https://analytics.some.engineering",
+ host: Optional[str] = None, # was: "https://analytics.some.engineering",
31
client_flush_interval: float = 0.5,
32
client_retries: int = 3,
33
):
0 commit comments