@recap.dev/ts-transformer

1.0.1 • Public • Published


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-ts-transformer

recap.dev-ts-transformer repository is a TypeScript transformer that automatically wraps your functions and methods to provide function-level tracing.

Package Sidebar

Install

npm i @recap.dev/ts-transformer

Homepage

recap.dev

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

13.7 kB

Total Files

10

Last publish

Collaborators

  • ayankovsky