feat: Rename track_event to event in aider/analytics.py

This commit is contained in:
Paul Gauthier 2024-08-12 16:14:10 -07:00 committed by Paul Gauthier (aider)
parent 7d3585bafe
commit 087b3d4ffb

View file

@ -31,7 +31,7 @@ class Analytics:
return new_uuid
def track_event(self, event_name, properties=None):
def event(self, event_name, properties=None):
if self.mp:
if properties is None:
properties = {}