
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
sails-hook-recap-dev
Advanced tools
Sails.js hook Recap.Dev, an open-source cloud observability and tracing solution for modern JavaScript backends.
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
sails-hook-recap-dev repository contains source-code for a Sails.js tracing hook.
yarn add sails-hook-recap.dev
or
npm i --save sails-hook-recap.dev
In your config/env/production.js or other environments you'd like to trace your application on, add the following:
'recap-dev': {
syncEndpoint: 'https://tracing.recap.dev/traces'
},
Read the official Sails.js documentation on the hooks configuration here
Available configuration options:
filterRequest: (request) => request.originalUrl.startsWith('/api/')
tracer.setUnitName to provide a unit name, otherwise it will be set as a current hostname.Learn how to use this library to trace your application with recap.dev
FAQs
Sails.js hook Recap.Dev, an open-source cloud observability and tracing solution for modern JavaScript backends.
We found that sails-hook-recap-dev demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.