@recap.dev/babel-plugin

Babel plugin to set up function-level tracing 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/babel-plugin@1.0.3

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-babel-plugin

recap.dev-babel-plugin repository is a babel plugin that automatically wraps your functions and methods to provide function-level tracing.