From c8b27135c2801971941f8c12d1a356c7046d48eb Mon Sep 17 00:00:00 2001 From: kade Date: Fri, 19 Dec 2025 04:33:49 -0600 Subject: [PATCH 1/2] docs(readme): fix ruby sdk link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8f8d21..d82211a 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Below is a list of SDKs maintained by the community. Please note that for tracin |----------|-------------|-------------| | Rust | Unofficial Rust client for Langfuse: [adolfousier/langfuse-rust](https://github.com/adolfousier/langfuse-rust) | [@adolfousier](https://github.com/adolfousier) | | Ruby | Unofficial Ruby SDK for Langfuse: [ai-firstly/langfuse-ruby](https://github.com/ai-firstly/langfuse-ruby) | [@ai-firstly](https://github.com/ai-firstly) | -| Ruby | Unofficial Ruby SDK for Langfuse: [simplepractice/langfuse-ruby](https://github.com/simplepractice/langfuse-ruby) | [@NoahFisher](https://github.com/NoahFisher) | +| Ruby | Unofficial Ruby SDK for Langfuse: [simplepractice/langfuse-ruby](https://github.com/simplepractice/langfuse-rb) | [@NoahFisher](https://github.com/NoahFisher) | | Elixir | Unofficial Elixir SDK for Langfuse: [workera-ai/langfuse_sdk](https://github.com/workera-ai/langfuse_sdk) | [@workera-ai](https://github.com/workera-ai) | | PHP | PHP library for integrating Langfuse: [janzaba/langfuse-php](https://github.com/janzaba/langfuse-php) | [@janzaba](https://github.com/janzaba) | | .NET | .NET client library for Langfuse: [lukaszzborek/Langfuse-dotnet](https://github.com/lukaszzborek/Langfuse-dotnet) | [@lukaszzborek](https://github.com/lukaszzborek) | From 51f3e27a7f3228607976b15fff0440fc61f26768 Mon Sep 17 00:00:00 2001 From: kade Date: Fri, 19 Dec 2025 04:37:43 -0600 Subject: [PATCH 2/2] docs(readme): fix repo name typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d82211a..27be2fd 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Below is a list of SDKs maintained by the community. Please note that for tracin |----------|-------------|-------------| | Rust | Unofficial Rust client for Langfuse: [adolfousier/langfuse-rust](https://github.com/adolfousier/langfuse-rust) | [@adolfousier](https://github.com/adolfousier) | | Ruby | Unofficial Ruby SDK for Langfuse: [ai-firstly/langfuse-ruby](https://github.com/ai-firstly/langfuse-ruby) | [@ai-firstly](https://github.com/ai-firstly) | -| Ruby | Unofficial Ruby SDK for Langfuse: [simplepractice/langfuse-ruby](https://github.com/simplepractice/langfuse-rb) | [@NoahFisher](https://github.com/NoahFisher) | +| Ruby | Unofficial Ruby SDK for Langfuse: [simplepractice/langfuse-rb](https://github.com/simplepractice/langfuse-rb) | [@NoahFisher](https://github.com/NoahFisher) | | Elixir | Unofficial Elixir SDK for Langfuse: [workera-ai/langfuse_sdk](https://github.com/workera-ai/langfuse_sdk) | [@workera-ai](https://github.com/workera-ai) | | PHP | PHP library for integrating Langfuse: [janzaba/langfuse-php](https://github.com/janzaba/langfuse-php) | [@janzaba](https://github.com/janzaba) | | .NET | .NET client library for Langfuse: [lukaszzborek/Langfuse-dotnet](https://github.com/lukaszzborek/Langfuse-dotnet) | [@lukaszzborek](https://github.com/lukaszzborek) |