samdenty / console-feed

Captures console.log's into a React Component 🔥
https://stackblitz.com/~/github.com/samdenty/console-feed
MIT License
649 stars 106 forks source link

Feature similar to Chrome console 'show timestamps'? #92

Closed qsc-jhndnn closed 1 year ago

qsc-jhndnn commented 2 years ago

The Chrome developer tools have a feature to enable timestamps on all entries. This also includes hover text with a full timestamp.

image

Is there anyway to accomplish this with console-feed? In my case I would prefer to supply the timestamps for my log messages and not have them auto generated when the items are added.

qsc-jhndnn commented 2 years ago

I created a pull request with this feature in case anyone else would be interested - https://github.com/samdenty/console-feed/pull/93