mirror of
https://github.com/jlengrand/bugsink.git
synced 2026-03-10 08:01:17 +00:00
@@ -87,6 +87,9 @@ def deduce_tags(event_data):
|
||||
# we start with the explicitly provided tags
|
||||
tags = event_data.get('tags', {})
|
||||
|
||||
if isinstance(tags, list):
|
||||
tags = {k: v for k, v in tags}
|
||||
|
||||
for tag_key, lookup_path in EVENT_DATA_CONVERSION_TABLE.items():
|
||||
value = get_path(event_data, *lookup_path)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user