Skip to content

Commit 60f4b5a

Browse files
author
ci bot
committed
Merge branch 'fix-login-event' into 'enterprise'
fix(analytics): login usage event See merge request dkinternal/testgen/dataops-testgen!292
2 parents f810214 + 877ede5 commit 60f4b5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testgen/common/mixpanel_service.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ def send_mp_request(self, endpoint, payload):
9090
except Exception:
9191
LOG.exception("Failed to send analytics data")
9292

93+
@with_database_session
9394
def get_usage(self):
9495
query = """
9596
SELECT

0 commit comments

Comments
 (0)