mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
refactor(litellm_logging.py): refactors how slack_alerting generates langfuse trace url
gets the url from logging object
This commit is contained in:
parent
174b345766
commit
c7b06c42b7
5 changed files with 207 additions and 41 deletions
|
@ -463,7 +463,7 @@ class ProxyLogging:
|
|||
alerting_metadata = {}
|
||||
if request_data is not None:
|
||||
|
||||
_url = self.slack_alerting_instance._add_langfuse_trace_id_to_alert(
|
||||
_url = await self.slack_alerting_instance._add_langfuse_trace_id_to_alert(
|
||||
request_data=request_data
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue