question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ignoreErrors doesnt seems to work

See original GitHub issue

Package + Version

Version:

5.14.1

Description

Sentry.init({
...
ignoreErrors:[
    'Extension',
    ...
],
blacklistUrls:[
    /extensions\//i,
    /^chrome:\/\//i,
],
...
})

Using the above initialization code, but still caught the Extension error in the window system.

image

What is the reason?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:24 (11 by maintainers)

github_iconTop GitHub Comments

4reactions
5kinnacommented, Mar 26, 2020

Sorry, but I don’t understand what you’re saying.

When using the debuge test, the error will be intercepted and not reported, but after it is posted online, I don’t know if the error is triggered and the error is indeed reported.

2reactions
ImanMhcommented, Jul 6, 2022

OMG. Exactly the same issue here. it’s interesting that @pawlarius submitted the same comment 3 hours ago.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to globally ignore errors with sentry v5 to reduce noise
There seems to be an ignoreErrors config option. It's documented in their example app here:.
Read more >
ignoreErrors not working - #sentry
I'm trying to ignore this error, but no matter what, it's still reporting them. ... None of them seem to prevent this error...
Read more >
Sum and ignore errors - Excel formula - Exceljet
To sum a range of cells and ignore errors, you can use the AGGREGATE function. In the example shown, the formula in F7...
Read more >
Using ignore errors for optional steps and actions - Uptrends
The cookie wall requires the user to click an accept button when the wall appears, but the wall doesn't appear for all users....
Read more >
ADB pull stops after first error
Doesn't work, it stops inmediatly and creates a corrupted 4kb file. Copy the files using Windows via Data Transfer mode. Windows halts ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found