-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Description
Relates to:
Where we improve the screenshot preview experience under Attachments.
That's because our convention to mark something a screenshot is very strict.
This issue though relates to the Issue Detail screenshot preview, which continues to only show up if the file is named screenshot.jpg
or screenshot.png
. That was relaxed for the Attachments preview but not for the issue details page.
Expected results:
If the event contains an attachment where the name contains screenshot
, the screenshot preview should show up, and include that file.
An example is this event where we don't control the code that sends the data, and the screenshot file name contains more information besides 'screenshot'.
Through #91430 we managed to see these in the attachments view as Screenshots, but in issue detail there's still no preview.
Metadata
Metadata
Assignees
Type
Projects
Status
Activity
getsantry commentedon May 22, 2025
Routing to @getsentry/product-owners-issues for triage ⏲️
feat(issue-details): Improve screenshot file detection to support fle…
feat(screenshots): Update render logic (#93211)
armenzg commentedon Jun 10, 2025
@bruno-garcia Now that Priscilla's changes merged, can we close this ticket?
bruno-garcia commentedon Jun 11, 2025
Yes! Thanks @priscilawebdev for the quick fix
feat(screenshots): Update render logic (#93211)