Best Practices for Server-Side Logging from Vue 3 Frontend #12646
Replies: 1 comment
-
Hi @sohan-reza,
If you need something more advanced, consider wrapping a library like Winston on the backend to process the logs, or integrate a tool like Sentry for a full-featured, managed solution. |
Beta Was this translation helpful? Give feedback.
-
Hello everyone,
I'm building a Vue 3 application and want to implement server-side logging for tracking errors, user actions, and API responses. What is the best and most efficient way to send logs from the Vue frontend to the backend for processing?
Should I use libraries like vuejs3-logger ?
Beta Was this translation helpful? Give feedback.
All reactions