Skip to content

Commit fec135d

Browse files
authored
chore(sentry): filter DuckDuckGo browser Response did not contain 'success' or 'data' noise (#3123)
Adds one ignoreErrors pattern for the distinctive DuckDuckGo browser-internal error phrase (WORLDMONITOR-MZ). The message is never emitted by our own code, contains backtick-quoted field names that are not in our vocabulary, and arrives with an empty stack from DuckDuckGo 26.3 on macOS.
1 parent 9b07fc8 commit fec135d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ Sentry.init({
247247
/Possible side-effect in debug-evaluate/, // Chrome DevTools internal EvalError
248248
/ConvexError: CONFLICT/, // Expected OCC rejection on concurrent preference saves
249249
/\[CONVEX [AQM]\(.+?\)\] Connection lost while action was in flight/, // Convex SDK transient WS disconnect
250+
/Response did not contain `success` or `data`/, // DuckDuckGo browser internal tracker/content-block response — never emitted by our code
250251
],
251252
beforeSend(event) {
252253
const msg = event.exception?.values?.[0]?.value ?? '';

0 commit comments

Comments
 (0)