Displaying Attributes on Exception Detail Page

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.

Photo of Lucas
Lucas
Wed, 14 Jun 2023 17:03:26 UTC

hi! 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.

Photo of Pranay
Pranay
Wed, 14 Jun 2023 17:34:18 UTC

vishal-signoz should have more details on this

Photo of vishal-signoz
vishal-signoz
Wed, 14 Jun 2023 18:04:01 UTC

Lucas Currently we only show few columns in exceptions table, as shown below

Photo of vishal-signoz
vishal-signoz
Wed, 14 Jun 2023 18:05:40 UTC

You need to send exception event with a span if want to record an exception manually, in most languages exceptions are recorded automatically.

Photo of vishal-signoz
vishal-signoz
Wed, 14 Jun 2023 18:06:14 UTC

Go through this doc for more information: Let me know if you have any more questions.

Photo of Lucas
Lucas
Wed, 14 Jun 2023 18:08:45 UTC

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

Photo of Lucas
Lucas
Wed, 14 Jun 2023 18:09:02 UTC

but they are if we drill down into the trace graph

Photo of vishal-signoz
vishal-signoz
Wed, 14 Jun 2023 18:54:51 UTC

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?

Photo of Lucas
Lucas
Thu, 15 Jun 2023 15:17:09 UTC

hey! I think we figured it out. yeah if we expand that all the info we need is there. thanks :slightly_smiling_face: