Closed alarbada closed 3 years ago
This might be solvable by using domains
This issue has gone three weeks without activity. In another week, I will close it.
But! If you comment or otherwise update it, I will reset the clock, and if you label it Status: Backlog
or Status: In Progress
, I will leave it alone ... forever!
"A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀
Package + Version
@sentry/browser
@sentry/node
raven-js
raven-node
(raven for node)Version:
sentry.javascript.node
Description
Describe your issue in detail, ideally, you have a reproducible demo that you can show.
I can't understand why the following code:
produces 3 exceptions with all three breadcrumbs. I'd expect:
I believe this is a bug, because I can achieve my desired behaviour using captureMessage.
Here the captured messages have the proper breadcrumbs that I want. In fact, I'd go with
captureMessage
, but with it I loose stack traces, and it's less semantic. So what's up withcaptureException
? Am I missing something? The docs don't explain this behaviour.