Skip to content

Commit 05defe0

Browse files
committed
Add Sentry integration for error tracking and update dependencies in package.json and package-lock.json
1 parent 4c117ff commit 05defe0

4 files changed

Lines changed: 3248 additions & 341 deletions

File tree

instrument.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
import * as Sentry from "@sentry/node";
2+
3+
Sentry.init({
4+
dsn: "https://cb2d40c2f75f0b4587e10c47ca168f06@o1423697.ingest.us.sentry.io/4511207462666240",
5+
// Setting this option to true will send default PII data to Sentry.
6+
// For example, automatic IP address collection on events
7+
sendDefaultPii: true,
8+
});

0 commit comments

Comments
 (0)