Description
Problem Statement
A lot of logger allow to record a message and an exception at the same time. For that I want to record the message and the exception via Sentry.captureException()
. However, that doesn't allow me to add a message, like captureEvent()
or captureMessage
does.
Solution Brainstorm
Be able to pass a message to captureException()
which eventually just passes through and gets added to the captureEvent
call.
Are you willing to submit a PR?
None
Metadata
Metadata
Assignees
Type
Projects
Status
Backlog