Skip to content

Commit c576307

Browse files
committed
web: Ignore some errors from ads
1 parent 71aedc3 commit c576307

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

web/renderer/sentry.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ export function initSentry(dsn: string, app: App<Element>, router?: Router) {
4141
'fun-hooks: hooked function not ready',
4242
'The play() request was interrupted',
4343
"undefined is not an object (evaluating 'window.conversant.launch')",
44+
'cpx.to',
45+
'zeotap.com',
4446
// ignore errors that are not actionable
4547
'Non-Error promise rejection captured with value: undefined',
4648
'ReportingObserver [deprecation]',

0 commit comments

Comments
 (0)