This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Description
Hi!
We're using the stackdriver exporter, and it looks like there is some kind of mismatch in the formatting of the stack trace data.
We get this kind of messy output:

I'm not sure what exactly is up there. It might be a snake_case vs camelCase thing. i.e. stackFrames vs stack_frames.
We're currently working around it by reducing default_max_stack_frames, since otherwise some attributes may get pushed below the scrollable portion of the page.
I believe having proper formatting of the stack traces would greatly improve the UX here.
Thanks!