Skip to content

Commit

Permalink
Revert "disable traces and profiles for sentry"
Browse files Browse the repository at this point in the history
This reverts commit f66a045.
  • Loading branch information
nikmel2803 committed Feb 5, 2025
1 parent f66a045 commit 9b11887
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion contracts/lib/account-abstraction
Submodule account-abstraction deleted from abff2a
2 changes: 0 additions & 2 deletions src/cli/alto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ 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 9b11887

Please sign in to comment.