File tree Expand file tree Collapse file tree 4 files changed +8
-1
lines changed Expand file tree Collapse file tree 4 files changed +8
-1
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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" />
Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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 ?**
208208Contact Langfuse support or submit a feature request on their [ ideas board] ( https://langfuse.com/ideas ) .
209209
210210## Learn More
You can’t perform that action at this time.
0 commit comments