Skip to content

Commit

Permalink
refactor: ignore sentry error (#10761)
Browse files Browse the repository at this point in the history
  • Loading branch information
guanbinrui committed Sep 14, 2023
1 parent 2cd2c0f commit 86a85b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/web3-telemetry/src/providers/Sentry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ const IGNORE_ERRORS = [
'ResizeObserver',
'User rejected the request.',
'Non-Error promise rejection captured with keys: message',
'Object captured as promise rejection with keys: message',
'An attempt was made to break through the security policy of the user agent.',
]

Expand Down

0 comments on commit 86a85b3

Please sign in to comment.