Skip to content

Commit

Permalink
Sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
bristermitten committed Feb 1, 2025
1 parent 65a6fe6 commit 7953cd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions instrument.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import * as Sentry from "@sentry/node";
import {nodeProfilingIntegration} from "@sentry/profiling-node";

console.log('Starting Sentry Profiling Integration');
// Ensure to call this before importing any other modules!
Sentry.init({
dsn: process.env.DDB_SENTRY_DSN,
Expand Down

0 comments on commit 7953cd0

Please sign in to comment.