mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
fix overly verbose non blocking error on dd get_request_response_payload
This commit is contained in:
parent
ba5bdce50a
commit
428ed1360c
1 changed files with 1 additions and 3 deletions
|
|
@ -577,6 +577,4 @@ class DataDogLogger(
|
|||
start_time_utc: Optional[datetimeObj],
|
||||
end_time_utc: Optional[datetimeObj],
|
||||
) -> Optional[dict]:
|
||||
raise NotImplementedError(
|
||||
"Datdog Integration for getting request/response payloads not implemented as yet"
|
||||
)
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue