Overview
Connect a service to start seeing metrics.
Recent Traces
Last 100 requestsNo traces yet. Connect a service to see your requests here.
Quick Setup
Node.js · Express · Fastify · Next.jsInstall the SDK and add one line to your entry file:
import { probe } from '@probe/sdk';
// 2. Initialize (place before your routes)
probe.init({
key: 'YOUR_API_KEY', // get from dashboard
service: 'my-api',
});
// 3. That's it. Traces appear automatically.
⚠ DEBUG: API key issuance not yet wired to Hermes auth rails.