Closed dandv closed 1 year ago
Hello @dandv, we've already discussed this option and even came with an experimental Node.js SDK - https://github.com/smartlook/smartlook-nodejs-sdk.
We haven't tested it for a while and it seems it's currently not working. I'll try to review it in following weeks and I'll add an option to send error events too.
There's one catch though - you'll have to propagate current session and visitor ids to your backend - https://smartlook.github.io/docs/web/recording-api/. Is that something you'll be able to do?
Thanks, that's good news! Not a problem to propagate the visitor id, it's in the JWT already. Can propagate the session id too.
@amertak: will this not be implemented after all, or is there another ticket to monitor?
Sorry, closed because I thought it was solved.
Asked our product manager and it should be ready at the end of Q4 2020/beginning of Q1 2021. Will let you know.
This feature was postponed and not in the near roadmap. Closing this.
Just being able to log custom errors from server-side code, would mostly eliminate the need for using a separate error tracking service for the backend.
No need for recording, obviously. Just
.error
and.identify
.