Hi!
On our setup we log all frontend errors to backend and they end up written to log files. I have timestamp, application name, version, error message and stacktrace.
I can easily read these logs in Node.js application, but should I re-implement whole browser SDK to get these errors properly stored in Sentry?
Has anyone dealt with similar setup before? What would be reasonable approach to import errors from log files to Sentry?