(feat) dynamo db - log call_type

This commit is contained in:
ishaan-jaff 2023-12-15 17:27:48 +05:30
parent cec7fcee2c
commit 6c58fe65ff
2 changed files with 3 additions and 2 deletions

View file

@ -595,6 +595,7 @@ class Logging:
"start_time": self.start_time,
"stream": self.stream,
"user": user,
"call_type": str(self.call_type),
**self.optional_params,
**additional_params
}