Skip to content

Commit

Permalink
ignore protobuf type errors for sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahSaso committed Oct 8, 2024
1 parent 39931a8 commit 303b6b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/dapp/sentry.client.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@ Sentry.init({
'Keplr not found',
'No wallet exists',
'No internet connection',
'not found in registry',
],
})
1 change: 1 addition & 0 deletions apps/sda/sentry.client.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@ Sentry.init({
'Keplr not found',
'No wallet exists',
'No internet connection',
'not found in registry',
],
})

0 comments on commit 303b6b3

Please sign in to comment.