mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
feat: Rename track_event
to event
in aider/analytics.py
This commit is contained in:
parent
7d3585bafe
commit
087b3d4ffb
1 changed files with 1 additions and 1 deletions
|
@ -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 = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue