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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am logging an exception for a function like this:
I provided a message to see the context of the exception in emails, Slack, etc., to know immediately where the particular exception happened.
Unfortunately, Sentry exposes the exception message first, hiding my message inside:
So I see
ConnectionError
in Slack, but this tells me nothing about the context.Is there a way to expose the provided
EventBridge handler %s error
in Sentry ?Beta Was this translation helpful? Give feedback.
All reactions