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

how to custom error stack linkify logic? #129

Open janryWang opened 5 months ago

janryWang commented 5 months ago

https://github.com/samdenty/console-feed/blob/master/src/Component/message-parsers/Error.tsx#L33C8-L33C15I have a scenario here where I need to intercept the click-to-jump behavior of the error stack. This function does not seem to be supported at the moment. I wonder if this function can be supported?