Add useful info to trace#2860
Conversation
PR SummaryLow Risk Overview Reviewed by Cursor Bugbot for commit 4da5793. Bugbot is set up for automated code reviews on this repo. Configure here. |
❌ 5 Tests Failed:
View the full list of 7 ❄️ flaky test(s)
To view more test analytics, go to the Test Analytics Dashboard |
| attribute.String("template_id", templateID), | ||
| attribute.String("tag", sharedUtils.DerefOrDefault(tag, "")), | ||
| attribute.String("team_id", teamID.String()), | ||
| attribute.String("cluster_id", clusterID.String()), |
There was a problem hiding this comment.
for some of these attributes, we have WithTeamID, WithClusterID (etc) helpers to keep the attribute name united
No description provided.