sourcegraph / appdash

Application tracing system for Go, based on Google's Dapper.
https://sourcegraph.com
Other
1.72k stars 137 forks source link

traceapp: Fix display of traces that contain no TimespanEvent's #7

Closed slimsag closed 9 years ago

slimsag commented 9 years ago

This can be merged after #5 is merged (or I'll re-base and resend).

This change helps #6 by properly display (and not crash JS) when displaying traces that do not contain TimespanEvent's in them (as currently generated by --sample-data). See the commit (of same name) for more details.

Before we had: before

Due to: image

After this change: after