choojs / choojs/choo

tracing: use emojis

Open
#600 1 comment 2 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
6.8k
Forks
573
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.