#Is there a way to switch back to old issue view?
8 messages · Page 1 of 1 (latest)
Hi @royal skiff - thanks for the feedback! That behavior should still be available in the button on the right. We moved it there to give people the ability to either search for other issues with that same tag or other events on this issue with the same tag.
Hmm, I understand, but would still prefer the old flow.
Maybe you can consider adding an option for this somewhere, if it's not too much work..
I always felt like that "click on tag to search for issues with it" is the simplest, most brilliant thing about the Sentry UI - it's sad to see it go.
Probably more impactful is the different values that are now showing up by default.
It appears I might be able to customize them if I can get admin rights in my team.
Previously, custom tags would always show up there, and that is no longer the case (by default)
Also several fields have no values (for our use case). They were not visible before, but are now.
Thank you, that context is helpful - I'm raising these all with the folks internally as well. Admins can fully customize those highlights but is there a specific field you'd have expected to see there by default which wasn't present by default?
Generally speaking there are a lot of tags being added to logs that we don't need at all.
For example, the GPU info is not relevant in our case (we build for VR for specific device)
was able to remove it by doing
scope.Contexts.Remove(Sentry.Protocol.Gpu.Type);
but feels like it's not most performant way to do it?
I was able to disable the 'assemblies reporting' as that was quite a lot of redundant data for us. (great that I could turn it off though!)
Depending on platform, some fields are not relevant, i.e. browser, transaction, url.
While they may be great for web, they make no sense for Unity platform.
I would expect my custom fields to show up in that top view, but again that may be different between platforms.
FWIW I have been dreaming of the ability to configure which tags appear there for years.. so great to finally be able to do that! (THANK YOU!)
I was given admin access and am happy now lol.
But I still really, really miss the 'click' to filter by that.
And yes, just one extra click makes all the difference.