You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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, likecaptureEvent()
orcaptureMessage
does.Solution Brainstorm
Be able to pass a message to
captureException()
which eventually just passes through and gets added to thecaptureEvent
call.Are you willing to submit a PR?
None
The text was updated successfully, but these errors were encountered: