I want to save users' logs to my own server. How can I do that? And also can I get full stacktrace like development server in the production? Thanks in advance.
Asked
Active
Viewed 149 times
0
-
You have to explicitly capture and send them over the network. That's too much to cover in an SO question. – jonrsharpe Apr 11 '21 at 16:13
-
Does this doc help? [Measure and analyze the performance of your application using different metrics.](https://create-react-app.dev/docs/measuring-performance/) – Ajeet Shah Apr 11 '21 at 18:43