Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explicit tag syntax not working in new issue view #88699

Closed
kerenkhatiwada opened this issue Apr 3, 2025 · 4 comments
Closed

Explicit tag syntax not working in new issue view #88699

kerenkhatiwada opened this issue Apr 3, 2025 · 4 comments

Comments

@kerenkhatiwada
Copy link
Member

Environment

SaaS (https://sentry.io/)

Steps to Reproduce

Originally reported via Discord here.

Searching using the explicit tag syntax (tags[platform]:tag_value) works as expected in the old issue view but is broken in the new issue view.

In the new issue view, after entering tags[platform]:tag_value in the search bar and hitting Enter, nothing happens. This was tested on this issue.

Repro Video:

Screen.Recording.2025-04-03.at.9.04.53.AM.mov

Expected Result

Explicit Tag Syntax search works on the new issue view and returns correct events

Actual Result

Explicit Tag Syntax search doesn't work on the new issue view

Product Area

Issues

Link

No response

DSN

No response

Version

No response

@getsantry
Copy link
Contributor

getsantry bot commented Apr 3, 2025

Auto-routing to @getsentry/product-owners-issues for triage ⏲️

@getsantry getsantry bot moved this to Waiting for: Product Owner in GitHub Issues with 👀 3 Apr 3, 2025
@scttcper
Copy link
Member

scttcper commented Apr 3, 2025

These features are all powered by discover so any query that works in discover will work here. For tags like platform you should be able to use platform:xyz

@getsantry getsantry bot removed the status in GitHub Issues with 👀 3 Apr 3, 2025
@kerenkhatiwada kerenkhatiwada changed the title Explicit tag syntax tot working in new issue view Explicit tag syntax not working in new issue view Apr 3, 2025
@TheCrossBoy
Copy link

These features are all powered by discover so any query that works in discover will work here. For tags like platform you should be able to use platform:xyz

If I use platform:xyz, the options are populated inside it, and in the search results, many results come up but they are all listed as having 0 issues for some reason:

Image

if I use tags[platform]:xyz, the issues do show up, but annoyingly, if I click on one of them, it doesn't pick an event that has that tag matching, it just picks whatever event in it it wants, which is confusing. Though that may be a separate ticket.

The tags syntax is fine, but annoyingly, it is formatted the exact same way after hitting :, and it presents the exact same options:

Image

I will say, the use case I was trying to do was to overwrite the Platform variable, but I didn't see a "correct" way of doing this, so I was just using tags instead. However, I've now found that I can actually update the variable by using the Unity SDK's AddEventProcessor. So moving forward I'll do it that way, though it's a shame the existing errors won't be grouped correctly.

@getsantry getsantry bot moved this to Waiting for: Product Owner in GitHub Issues with 👀 3 Apr 3, 2025
@roggenkemper
Copy link
Member

@TheCrossBoy I looked into this a bit more and think I found what's wrong. this bug should be fixed in #88745

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

4 participants