Telerithm Playground
Trigger realistic scenarios and watch structured logs flow into Telerithm in real-time.
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
});