Skip to content

Commit

Permalink
[fix][chore] Use PostHog default host (#2290)
Browse files Browse the repository at this point in the history
  • Loading branch information
aquamatthias authored Dec 4, 2024
1 parent 54024e5 commit 48a3e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fixcore/fixcore/analytics/posthog.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def __init__(
system_data: SystemData,
flush_at: int = 10000,
interval: timedelta = timedelta(minutes=1),
host: str = "https://analytics.some.engineering",
host: Optional[str] = None, # was: "https://analytics.some.engineering",
client_flush_interval: float = 0.5,
client_retries: int = 3,
):
Expand Down

0 comments on commit 48a3e69

Please sign in to comment.