When i try to add a stackTrace to my spans, i get the following results:
- Adding stackTrace to a parent span results in an empty "Callstack" section in the UI (parent stackTrace)
- Adding stackTrace to a child span results in a "/stackTrace" attribute in the UI. The attribute value is an unformatted json dump that's pretty hard to read (child stackTrace)
Is this the result of calling the API incorrectly or is this what i should expect from this feature?