Skip to content

Commit

Permalink
Merge branch 'main' into bridge_ui_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhorsey authored Aug 11, 2023
2 parents 72e225d + 6aa4229 commit f104138
Show file tree
Hide file tree
Showing 64 changed files with 944 additions and 115,872 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
Empty file.
102 changes: 0 additions & 102 deletions packages/protocol/simulation/README.md

This file was deleted.

Loading

0 comments on commit f104138

Please sign in to comment.