Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nikmel2803 committed Feb 5, 2025
1 parent 9b11887 commit 3ba4b66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cli/alto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ if (process.env.SENTRY_DSN) {
sentry.init({
dsn: process.env.SENTRY_DSN,
environment: process.env.ENVIRONMENT,
tracesSampleRate: 0,
profilesSampleRate: 0,
beforeSend(event, hint) {
const errorType = event.exception?.values?.[0]?.type

Expand Down

0 comments on commit 3ba4b66

Please sign in to comment.