From f37d635a64622485a1d5d3041973c77b8ee619c0 Mon Sep 17 00:00:00 2001 From: Jakob Heuser Date: Tue, 29 Oct 2024 23:06:20 -0700 Subject: [PATCH] docs: Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 351d947..6f7e7c7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,14 @@ # @taskless/loader -Take control of your third party APIs +Take control of your third-party API dependencies with deep, context-aware observability. The Taskless loader provides comprehensive monitoring and telemetry for your external service calls, capturing everything from basic HTTP metrics to service-specific error details that traditional APM tools miss. + +Out of the box, you get: +- Zero-config request & response monitoring +- Service-aware error detection beyond HTTP status codes +- Automatic correlation of API failures and root causes +- Local NDJSON logging that works with your existing tools + +Running in local mode requires no account or API key - just install and go. # Getting Started