#support

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.

Powered by Struct AI
+11
9
3mo
Solved
Join the chat
Jun 14, 2023 (3 months ago)
Lucas
Photo of md5-1e3654da3047e141057f335185b93fc8
Lucas
05:03 PM
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.
Image 1 for 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.
Pranay
Photo of md5-8df7ce0274b2473ec07403336e48b574
Pranay
05:34 PM
vishal-signoz should have more details on this
vishal-signoz
Photo of md5-f936d3e5743d23344d6c60813189716f
vishal-signoz
06:04 PM
Lucas Currently we only show few columns in exceptions table, as shown below
Image 1 for <span class="s-mention s-user"> <strong>Lucas</strong></span> Currently we only show few columns in exceptions table, as shown below
06:05
vishal-signoz
06:05 PM
You need to send exception event with a span if want to record an exception manually, in most languages exceptions are recorded automatically.
06:06
vishal-signoz
06:06 PM
Go through this doc for more information: https://signoz.io/docs/userguide/exceptions/
Let me know if you have any more questions.
Lucas
Photo of md5-1e3654da3047e141057f335185b93fc8
Lucas
06:08 PM
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
06:09
Lucas
06:09 PM
but they are if we drill down into the trace graph
vishal-signoz
Photo of md5-f936d3e5743d23344d6c60813189716f
vishal-signoz
06:54 PM
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?
Image 1 for Exceptions detail doesn’t have tag attributes, if you want to see you can check them by clicking on <code>See error on trace graph</code> .<br>Why would you like to see all attributes on exception detail page?
Jun 15, 2023 (3 months ago)
Lucas
Photo of md5-1e3654da3047e141057f335185b93fc8
Lucas
03:17 PM
hey! I think we figured it out. yeah if we expand that all the info we need is there. thanks 🙂
+11