Skip to content

Commit

Permalink
fix: adding mce-visual-caret-hidden pattern to ignored Sentry errors (#…
Browse files Browse the repository at this point in the history
…2781)

Co-authored-by: mrousseaugpulse <[email protected]>
  • Loading branch information
rousseam and mrousseaugpulse authored Aug 11, 2023
1 parent 129888b commit f323231
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/utils/sentry-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export const sentryConfig: ModuleOptions = {
ignoreErrors: [
// Ignore browser extension errors
/window\.bannerNight/,
/mce-visual-caret-hidden/,

// Ignore errant focus-trap-vue errors
/`initialFocus` did not return a node/,
Expand Down

0 comments on commit f323231

Please sign in to comment.