Avg Latency
DEBUG: No service connected
Error Rate
DEBUG: No service connected
Requests / min
DEBUG: No service connected

Recent Traces

Last 100 requests

No traces yet. Connect a service to see your requests here.

npm install @probe/sdk

Quick Setup

Node.js · Express · Fastify · Next.js

Install the SDK and add one line to your entry file:

// 1. Install: npm install @probe/sdk
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.