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.

Get original exception object in `shouldSendCallback`

See original GitHub issue

I want to access the original exception object in shouldSendCallback, so I can choose how to log it.

Could we add this?

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:14 (12 by maintainers)

github_iconTop GitHub Comments

1reaction
dwellecommented, Apr 27, 2017

I second this… our error objects contain metadata which are needed to determining whether to prevent the error from being sent to sentry.

Read more comments on GitHub >

github_iconTop 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 >

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