diff --git a/static/app/utils/events.tsx b/static/app/utils/events.tsx index 588db932c52d83..abb2b75661553f 100644 --- a/static/app/utils/events.tsx +++ b/static/app/utils/events.tsx @@ -130,7 +130,7 @@ export function getTitle( switch (type) { case EventOrGroupType.ERROR: { - if (customTitle) { + if (customTitle && customTitle !== '') { return { title: customTitle, subtitle: culprit,