litellm/docs/client_integrations.md

13 lines
792 B
Markdown
Raw Normal View History

2023-07-30 03:40:53 +08:00
# Data Logging Integrations
2023-08-03 21:57:30 +08:00
| Integration | Required OS Variables | How to Use with callbacks |
2023-07-30 03:40:53 +08:00
|-----------------|--------------------------------------------|-------------------------------------------|
2023-08-03 21:57:30 +08:00
| Sentry | `SENTRY_API_URL` | `litellm.success_callback=["sentry"], litellm.failure_callback=["sentry"]` |
| Posthog | `POSTHOG_API_KEY`,<br>`POSTHOG_API_URL` | `litellm.success_callback=["posthog"], litellm.failure_callback=["posthog"]` |
| Slack | `SLACK_API_TOKEN`,<br>`SLACK_API_SECRET`,<br>`SLACK_API_CHANNEL` | `litellm.success_callback=["slack"], litellm.failure_callback=["slack"]` |
| Helicone | `HELICONE_API_TOKEN` | `litellm.success_callback=["helicone"]` |
2023-07-30 03:40:53 +08:00