#600·choo

tracing: use emojis

Author: yoshuawuytsCreated Nov 28, 2017Updated Sep 9, 2018

Our user timings aren't the most accessible at the moment: screen shot 2017-11-28 at 15 01 57

They're formatted as:

txt
choo.emit('foo') [123123]

which doesn't look too great. Instead, I was thinking we could improve our user timings by using emojis, and removing the trailing UUID. Making it closer to:

txt
 emit('foo')

Or even:

txt
 emit [foo]
txt
 emit(foo)

This should hopefully help with user timings, and making it all slightly easier to debug.