Skip to content

Commit

Permalink
ignoring minters for BLL error
Browse files Browse the repository at this point in the history
  • Loading branch information
jscriptcoder committed Aug 11, 2023
1 parent fbbc417 commit a1602f6
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 a1602f6

Please sign in to comment.