TLDR Lucas couldn't find span attributes on the exception detail page. vishal-signoz clarified they need to click `See error on trace graph` to view them.
vishal-signoz should have more details on this
Lucas Currently we only show few columns in exceptions table, as shown below
You need to send exception event with a span if want to record an exception manually, in most languages exceptions are recorded automatically.
Go through this doc for more information:
we did that. the thing is that the attributes we set on the span aren’t visible on the `/error-detail?groupId=` page under they key value table
but they are if we drill down into the trace graph
Exceptions detail doesn’t have tag attributes, if you want to see you can check them by clicking on `See error on trace graph` . Why would you like to see all attributes on exception detail page?
hey! I think we figured it out. yeah if we expand that all the info we need is there. thanks :slightly_smiling_face:
Lucas
Wed, 14 Jun 2023 17:03:26 UTChi! in the exceptions UI, where do these values come from? we have a bunch of attributes set on the span it was emitted from but it doesn’t seem to show up here.