Get original exception object in `shouldSendCallback`
See original GitHub issueI want to access the original exception object in shouldSendCallback
, so I can choose how to log it.
Could we add this?
Issue Analytics
- State:
- Created 8 years ago
- Comments:14 (12 by maintainers)
Top Results From Across the Web
Tips and Tricks | Sentry Documentation
These are some general recommendations and tips for how to get the most out of ... The first thing to do is to...
Read more >How can I get a JavaScript stack trace when I throw an ...
This will log the stack at the point where the Error object has been created, not at the point where the original exception...
Read more >raven-js - UNPKG
63, * BUGFIX: Fix detection of custom error objects in `captureException` ... 571, * CHANGE: `Raven.uninstall` now restores original builtin functions (e.g..
Read more >try...catch - JavaScript - MDN Web Docs - Mozilla
You can use this identifier to get information about the exception that was thrown. This identifier is only available in the catch -block's ......
Read more >Automated Malware Analysis Report for https://t.sidekickopen25.com ...
Math==Math)return c}throw Error("Cannot find global object");} ... https://exceptions.hubspot.com/csp/report?resource=EmailUnsubscribeUI/static-1.4956/html/ ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
https://github.com/getsentry/raven-js/issues/980
I second this… our error objects contain metadata which are needed to determining whether to prevent the error from being sent to sentry.