Replies: 1 comment
-
I faced this same issue, and have this hack solution. Here's my example code. Oddly the set_tags doesn't seem to work in this scope, but maybe I was doing something wrong in testing.
EDIT: you need to pass the formating parms as well if you want the message to be formated |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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