sourcegraph / appdash

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

traceapp: Do not require Flash to export JSON traces #68

Closed slimsag closed 9 years ago

slimsag commented 9 years ago

This change makes it such that when you click the Copy as JSON button without Flash (when viewing a trace):


one

A pre-selected textarea appears to allow copy+pasting the trace:


noflash

Fixes #65