Skip to content

Commit 4133d11

Browse files
committed
add links to langfuse page
1 parent 3f40ef0 commit 4133d11

File tree

4 files changed

+8
-1
lines changed

4 files changed

+8
-1
lines changed

pages/docs/quickstart/install-mixpanel.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -493,6 +493,11 @@ next step.**
493493
title="Google Sheets"
494494
href="/docs/tracking-methods/integrations/google-sheets"
495495
/>
496+
<Cards.Card
497+
icon
498+
title="Langfuse"
499+
href="/docs/tracking-methods/integrations/langfuse"
500+
/>
496501
<Cards.Card
497502
icon
498503
title="LaunchDarkly"

pages/docs/tracking-methods/integrations.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ you're looking for [reach out to us](https://mixpanel.com/get-support).
2424
<Cards.Card icon title="Google Cloud Storage" href="/docs/tracking-methods/integrations/google-cloud-storage" />
2525
<Cards.Card icon title="Google Pubsub" href="/docs/tracking-methods/integrations/google-pubsub" />
2626
<Cards.Card icon title="Google Sheets" href="/docs/tracking-methods/integrations/google-sheets" />
27+
<Cards.Card icon title="Langfuse" href="/docs/tracking-methods/integrations/langfuse" />
2728
<Cards.Card icon title="LaunchDarkly" href="/docs/tracking-methods/integrations/launchdarkly" />
2829
<Cards.Card icon title="mParticle" href="/docs/tracking-methods/integrations/mparticle" />
2930
<Cards.Card icon title="Next.js" href="/docs/tracking-methods/integrations/nextjs" />

pages/docs/tracking-methods/integrations/_meta.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export default {
1313
"google-pubsub": "Google Pubsub",
1414
"google-sheets": "Google Sheets",
1515
"google-tag-manager": "Google Tag Manager",
16+
"langfuse": "Langfuse",
1617
"launchdarkly": "LaunchDarkly",
1718
"mparticle": "mParticle",
1819
"nextjs": "Next.js",

pages/docs/tracking-methods/integrations/langfuse.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ Compare:
204204
- Ensure the `user_id` in Langfuse matches the `distinct_id` in Mixpanel
205205
- For session tracking, add `$mixpanel_session_id` to your Langfuse trace metadata
206206

207-
**Need additional properties or events?**
207+
**Need additional help?**
208208
Contact Langfuse support or submit a feature request on their [ideas board](https://langfuse.com/ideas).
209209

210210
## Learn More

0 commit comments

Comments
 (0)