Add more granular event send metrics

This commit is contained in:
Erik Johnston 2017-05-02 11:36:11 +01:00
parent 3033261891
commit 3e5a62ecd8
7 changed files with 32 additions and 5 deletions

View file

@ -50,6 +50,7 @@ class EventContext(object):
"prev_group",
"delta_ids",
"prev_state_events",
"app_service",
]
def __init__(self):
@ -68,3 +69,5 @@ class EventContext(object):
self.delta_ids = None
self.prev_state_events = None
self.app_service = None