Skip to content

Commit

Permalink
fix(bridge-ui): ignoring minters for BLL error (#14457)
Browse files Browse the repository at this point in the history
  • Loading branch information
jscriptcoder committed Aug 11, 2023
1 parent cd1db4a commit 1257568
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/bridge-ui/src/sentry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export function setupSentry(dsn?: string) {
sampleRate: isProd ? 0.1 : 1.0,
tracesSampleRate: isProd ? 0.1 : 1.0,
maxBreadcrumbs: 50,
ignoreErrors: ['issue getting minters for BLL'],

beforeSend(event, hint) {
const processedEvent = { ...event };
Expand Down

0 comments on commit 1257568

Please sign in to comment.