Trace Every Request, Instantly.
ReqTra captures and organizes your HTTP traffic so you can debug faster and build with confidence.
import axios from "axios";
import attachLogger from "reqtra";
const api = axios.create();
attachLogger(api, {
apiKey: "PROJECT_API_KEY",
endpoint: "https://api.reqtra.com/1.0",
defaultTags: ["staging"]
});
// Tagged request
api.post("/login", { email: "test@example.com" }, {
logTags: ["auth", "login"]
});
A Better Way to Debug
ReqTra gives you the tools to understand your application's network traffic and resolve issues faster.
Real-Time Dashboard
Our fully-featured, real-time dashboard lets you track all your logs as they happen and easily browse your request history.
Powerful Filtering
Quickly find specific requests by status code, method, URL, or custom tags you've defined.
Effortless Integration
Integrate with your Node.js application in minutes with our lightweight SDK.
Insightful Analytics
Visualize API performance and error rates to identify bottlenecks and improve your service.
Customizable Alerts
Set up alerts for error spikes or performance degradation to stay ahead of issues.
AI-Powered Insights
Leverage AI to automatically detect anomalies, summarize request patterns, and provide actionable debugging suggestions.
Get Started in 3 Simple Steps
Integrating ReqTra is designed to be as simple as possible.
Install the SDK
Add our lightweight SDK to your Node.js application. It only takes a minute.
Integrate the Interceptor
Wrap your HTTP client (like Axios) with our interceptor to start capturing traffic automatically.
Analyze in Your Dashboard
All requests are sent to your ReqTra dashboard for real-time analysis and debugging.
import axios from "axios";
import attachLogger from "reqtra";
const api = axios.create();
attachLogger(api, {
apiKey: "PROJECT_API_KEY",
endpoint: "https://api.reqtra.com/1.0",
defaultTags: ["staging"]
});
// Tagged request
api.post("/login", { email: "test@example.com" }, {
logTags: ["auth", "login"]
});
Loved by Developers
Don't just take our word for it. Here's what developers are saying about ReqTra.
"ReqTra has been a game-changer for our team. We're catching bugs faster and have way more insight into our API performance. I can't imagine going back."
Lead Engineer, TechCorp
"As a small team, we need tools that are powerful but easy to use. ReqTra fits the bill perfectly. The real-time logging is incredibly valuable during development."
Founder, Data startup
"The ability to filter and search through requests is top-notch. It has saved me hours of debugging time. Highly recommended!"
Backend Developer, Innovate LLC
"The setup was a breeze, and the insights we get are phenomenal. ReqTra helps us stay proactive about potential issues."
DevOps Specialist
"I love the clean interface and the powerful filtering. It makes drilling down into specific API calls so much faster."
Full Stack Developer