sentry icon indicating copy to clipboard operation
sentry copied to clipboard

Slack Notification - Issue Error Message Customization

Open rayanami opened this issue 10 months ago • 4 comments

Problem Statement

This request is for the Slack <> Sentry Slack Notification. I'm using the Sentry UE5 plugin to submit Sentry events.

image

As a user, I'd like to be able to customize the issue error message that appears in the code block in the Slack notification. By default, the message is always set to something similar to Fatal Error: unknown 0x000bdb30 / 0x7ffe3bae5b0c

I'd like to overwrite that fatal error message with text that's more user friendly. I do know the 'notes' field exists, however that field is not formatted as a code block so it's harder for users to read at a glance.

Solution Brainstorm

No response

Product Area

Issues

rayanami avatar Apr 11 '24 18:04 rayanami

Assigning to @getsentry/support for routing ⏲️

getsantry[bot] avatar Apr 11 '24 18:04 getsantry[bot]

Routing to @getsentry/product-owners-settings-integrations for triage ⏲️

getsantry[bot] avatar Apr 12 '24 07:04 getsantry[bot]

Thanks for this feedback, We're adding this to our backlog

Dhrumil-Sentry avatar Apr 12 '24 17:04 Dhrumil-Sentry

+1

e.g.

try:
    1/0
except ZeroDivisionError:
    LOGGER.exception("Custom message")

image

Should ideally display 'Custom message' in slack, but currently does not.

bml1g12 avatar May 06 '24 08:05 bml1g12