Skip to content

Commit

Permalink
perhaps this will do something
Browse files Browse the repository at this point in the history
  • Loading branch information
bristermitten committed Oct 25, 2024
1 parent 069e495 commit 27ac0e5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions instrument.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ Sentry.init({
dsn: process.env.DDB_SENTRY_DSN,

release: process.env.npm_package_version ?? process.env.VERSION ?? 'unknown',
tracesSampleRate: 0.2,
debug:true,
tracesSampleRate: 1.0,
profilesSampleRate: 0.2,
integrations: [
nodeProfilingIntegration(),
]
});
});

0 comments on commit 27ac0e5

Please sign in to comment.