Skip to content

sentry

Published: at 16:00

Node 牛刀小试 · 第 43 篇,共 49 篇

$ npm install @sentry/node
import * as Sentry from "@sentry/node";

Sentry.init({
  dsn: "https://f1dd118c70e04dc2bfbcd7296ae11f05@o274112.ingest.sentry.io/5278778",
});