Relates to INC721.
@@ -130,7 +130,7 @@ export function getTitle(
switch (type) {
case EventOrGroupType.ERROR: {
- if (customTitle) {
+ if (customTitle && customTitle !== '<unlabeled event>') {
return {
title: customTitle,
subtitle: culprit,