You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our user timings aren't the most accessible at the moment:
They're formatted as:
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:
🚂 emit('foo')
Or even:
🚂 emit [foo]
🚂 emit(foo)
This should hopefully help with user timings, and making it all slightly easier to debug.
The text was updated successfully, but these errors were encountered:
Our user timings aren't the most accessible at the moment:
They're formatted as:
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:
Or even:
This should hopefully help with user timings, and making it all slightly easier to debug.
The text was updated successfully, but these errors were encountered: