-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Open
Labels
Description
Environment
SaaS (https://sentry.io/)
Steps to Reproduce
- Create an issue with some broken tags (e.g. too long,
\ncharacter) - Go to its issue details page
- No tooltip appears on broken tags
Expected Result
The tool tip should be attached to the relevant tag with an error.
(got this screenshot by editing the _meta value)

Actual Result
The tags appear red from having null values, but there is no tooltip attached to them.
The interesting part is that atleast in my example, the indices provided from the Event API are incorrectly mapped to the event tags:
Here is the Raw API Call
It is assigning the too long error to tag at index 12 instead of 11, and assigning the invalid character to the tag at index 17 instead of 15.
Not sure where this index is being incorrectly set, but it prevents us from knowing where to render the tooltips on issue details.
Link
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Projects
Status
No status


