From da3d2e1725d48c07f149669eac630354861ac680 Mon Sep 17 00:00:00 2001 From: goosewin Date: Tue, 3 Jun 2025 11:22:22 -0700 Subject: [PATCH 1/6] feat(debugging): add videos, update provider status links and wording --- fern/debugging.mdx | 23 +++++++++++++++--- fern/static/videos/debugging/api-logs.mp4 | Bin 0 -> 1986283 bytes fern/static/videos/debugging/call-logs.mp4 | Bin 0 -> 2312867 bytes fern/static/videos/debugging/tool-testing.mp4 | Bin 0 -> 2571208 bytes .../videos/debugging/voice-test-suites.mp4 | Bin 0 -> 1301805 bytes fern/static/videos/debugging/webhook-logs.mp4 | Bin 0 -> 2197937 bytes 6 files changed, 19 insertions(+), 4 deletions(-) create mode 100644 fern/static/videos/debugging/api-logs.mp4 create mode 100644 fern/static/videos/debugging/call-logs.mp4 create mode 100644 fern/static/videos/debugging/tool-testing.mp4 create mode 100644 fern/static/videos/debugging/voice-test-suites.mp4 create mode 100644 fern/static/videos/debugging/webhook-logs.mp4 diff --git a/fern/debugging.mdx b/fern/debugging.mdx index 2adce35a..28c0985b 100644 --- a/fern/debugging.mdx +++ b/fern/debugging.mdx @@ -45,9 +45,14 @@ Start with these immediate checks before diving deeper: Check if AI service providers are experiencing issues: - - Visit [Vapi Status Page](https://status.vapi.ai/) for real-time provider status - - Review speech-to-text, language model, and voice synthesis availability - - Check for ongoing maintenance or outages + - Visit [Vapi Status Page](https://status.vapi.ai/) for Vapi service status + - Check provider status pages for specific services: + - [OpenAI Status](https://status.openai.com/) for OpenAI language models + - [Anthropic Status](https://status.anthropic.com/) for Anthropic language models + - [ElevenLabs Status](https://status.elevenlabs.io/) for ElevenLabs voice synthesis + - [Deepgram Status](https://status.deepgram.com/) for Deepgram speech-to-text + - And other providers' status pages as needed + - Review for ongoing maintenance or outages @@ -64,6 +69,8 @@ Navigate to `Observe > Call Logs` to: - See tool execution results and errors - Analyze conversation flow in workflows +