Skip to content

Commit ee05ab7

Browse files
authored
Update langfuse.mdx (#98)
1 parent 47c1ae5 commit ee05ab7

File tree

1 file changed

+17
-15
lines changed

1 file changed

+17
-15
lines changed

fern/providers/observability/langfuse.mdx

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,18 @@ slug: providers/observability/langfuse
88

99
Vapi natively integrates with Langfuse, allowing you to send traces directly to Langfuse for enhanced telemetry monitoring. This integration enables you to gain deeper insights into your voice AI applications and improve their performance and reliability.
1010

11-
<iframe
12-
src="https://youtu.be/V4ybHNWvu90"
13-
title="YouTube video player"
14-
frameborder="0"
15-
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
16-
referrerpolicy="strict-origin-when-cross-origin"
17-
width="100%"
18-
height="400px"
19-
allowfullscreen
20-
/>
11+
<Frame>
12+
<div class="video-embed-wrapper">
13+
<iframe
14+
src="https://www.youtube.com/embed/V4ybHNWvu90?si=QDCINdagfM47Exn4"
15+
title='An embedded YouTube video titled "Langfuse Integration with Vapi"'
16+
frameborder="0"
17+
allow="fullscreen; accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
18+
allowfullscreen
19+
referrerpolicy="strict-origin-when-cross-origin"
20+
/>
21+
</div>
22+
</Frame>
2123

2224
## What is Langfuse?
2325

@@ -50,8 +52,8 @@ Under the **Observability Providers** section, you'll find an option for **Langf
5052

5153
Click **Save** to update your credentials.
5254

53-
<Frame border className="sm:w-1/2">
54-
![Vapi Provider Credentials](https://langfuse.com/images/docs/vapi-integration-credentials.png)
55+
<Frame caption="Vapi Provider Credentials.">
56+
<img src="https://langfuse.com/images/docs/vapi-integration-credentials.png" />
5557
</Frame>
5658

5759
</Step>
@@ -60,8 +62,8 @@ Click **Save** to update your credentials.
6062

6163
Once you've added your credentials, you should start seeing traces in your Langfuse dashboard for every conversation your agents have.
6264

63-
<Frame border>
64-
![Example trace of Vapi conversation in Langfuse](https://langfuse.com/images/docs/vapi-integration-example-trace.png)
65+
<Frame caption="Example trace of Vapi conversation in Langfuse.">
66+
<img src="https://langfuse.com/images/docs/vapi-integration-example-trace.png" />
6567
</Frame>
6668

6769
Example trace in Langfuse: https://cloud.langfuse.com/project/cloramnkj0002jz088vzn1ja4/traces/50163c14-9784-4cb9-b18e-23e924d0bb66
@@ -73,4 +75,4 @@ Example trace in Langfuse: https://cloud.langfuse.com/project/cloramnkj0002jz088
7375
To make the most out of this integration, you can now use Langfuse's [evaluation](https://langfuse.com/docs/scores/overview) and [debugging](https://langfuse.com/docs/analytics/overview) tools to analyze and improve the performance of your voice AI agents.
7476

7577
</Step>
76-
</Steps>
78+
</Steps>

0 commit comments

Comments
 (0)