From 28462cf61c3ef901981c96a88247840b3fb66be5 Mon Sep 17 00:00:00 2001 From: Daniel Okoronkwo Date: Tue, 12 May 2026 13:41:31 +0100 Subject: [PATCH 1/2] chore: add Corelens to made-in-nigeria --- data/projects.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/data/projects.json b/data/projects.json index 32b0871a..df5e3745 100644 --- a/data/projects.json +++ b/data/projects.json @@ -3008,5 +3008,16 @@ "link": "https://twitter.com/thesegunadebayo" } ] + }, + { + "name": "Corelens", + "repoUrl": "https://github.com/Varsilias/corelens", + "description": "Opinionated, high-performance observability SDK for Node.js application that provides logs, metrics, and traces with minimal setup, built with first class support for OpenTelemetry API specification", + "authors": [ + { + "name": "@varsilias", + "link": "https://x.com/varsilias" + } + ] } ] From e4b92f572e449c4d41671dd380265d72b7eb85fc Mon Sep 17 00:00:00 2001 From: Daniel Okoronkwo Date: Tue, 12 May 2026 14:11:36 +0100 Subject: [PATCH 2/2] chore: add Corelens to made-in-nigeria --- data/projects.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/projects.json b/data/projects.json index df5e3745..2edfc01c 100644 --- a/data/projects.json +++ b/data/projects.json @@ -3012,7 +3012,7 @@ { "name": "Corelens", "repoUrl": "https://github.com/Varsilias/corelens", - "description": "Opinionated, high-performance observability SDK for Node.js application that provides logs, metrics, and traces with minimal setup, built with first class support for OpenTelemetry API specification", + "description": "Opinionated, high-performance observability SDK for Node.js application that provides logs, metrics, and traces with minimal setup and first class support for OpenTelemetry API specification", "authors": [ { "name": "@varsilias",