@recap.dev/client

Client library for recap.dev, an open-source cloud observability and tracing solution for modern JavaScript backends.


Keywords
tracing, monitoring, server monitoring, observability, dashboard
License
MIT
Install
npm install @recap.dev/client@3.0.0

Documentation


npm downloads GitHub license recap.dev Docker Hub

Website | Documentation | Demo | Report a Bug

recap.dev is an open-source cloud observability and tracing solution for modern JavaScript backends. Our goal is to make it easier for everyone to find sources of errors, find bottlenecks, and improve overall developer quality of life.

  • Detailed per-endpoint tracing: recap.dev builds a timeline of what is going on during endpoint handler execution. That includes database and external calls as well as timings of individual functions simplifying debugging and performance optimization. recap.dev also provides an overview of the system and tries to give you as much useful information as possible.

  • Easy-to-setup: recap.dev server is easy to start with a couple of commands. It is shipped as a Docker container, so it can be started wherever you host your applications. We try to integrate with as many tools as possible to provide an easy way of tracing your application with minimal to no code changes.

  • Open-source: We believe that development tools should be open-source. Especially tools that might gather or contain sensitive data. Hosting these tools on your servers is important so that the sensitive data never leaves your organization. It is also important to know what precisely these tools do with your data.

Learn how to start with recap.dev

recap.dev-client

recap.dev-client repository contains source-code for a client-side Node.js tracing library.

Learn how to use this library to trace your application with recap.dev