From 2f5f85cb52f36448d1f8bbfbd3b8af8167d0c4c8 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Tue, 9 Jul 2024 08:43:03 -0700 Subject: [PATCH] docs(callbacks.md): cleanup docs --- docs/my-website/docs/observability/callbacks.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/my-website/docs/observability/callbacks.md b/docs/my-website/docs/observability/callbacks.md index af745e845..0d54a8917 100644 --- a/docs/my-website/docs/observability/callbacks.md +++ b/docs/my-website/docs/observability/callbacks.md @@ -7,15 +7,17 @@ liteLLM provides `input_callbacks`, `success_callbacks` and `failure_callbacks`, liteLLM supports: - [Custom Callback Functions](https://docs.litellm.ai/docs/observability/custom_callback) -- [Lunary](https://lunary.ai/docs) - [Langfuse](https://langfuse.com/docs) - [Helicone](https://docs.helicone.ai/introduction) - [Traceloop](https://traceloop.com/docs) +- [Lunary](https://lunary.ai/docs) - [Athina](https://docs.athina.ai/) - [Sentry](https://docs.sentry.io/platforms/python/) - [PostHog](https://posthog.com/docs/libraries/python) - [Slack](https://slack.dev/bolt-python/concepts) +This is **not** an extensive list. Please check the dropdown for all logging integrations. + ### Quick Start ```python