Skip to content

Commit

Permalink
disable traces and profiles for sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
nikmel2803 committed Feb 5, 2025
1 parent 8a4e8f8 commit f66a045
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions contracts/lib/account-abstraction
Submodule account-abstraction added at abff2a
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 f66a045

Please sign in to comment.