Early Preview

Telerithm Playground

See it in action

Trigger realistic scenarios and watch structured logs flow into Telerithm in real-time.

0
logs sent

Scenarios

SDK Integration
import { TelerithmClient } from "@telerithm/sdk-js";

const t = new TelerithmClient({
  dsn: "https://key@demo.telerithm.cloud/source"
});

// Log an error
t.error("Payment failed", {
  userId: "u_123",
  amount: 99.00
});

See the logs you just sent

Open Telerithm Dashboard

demo@telerithm.cloud / demo1234