Add tracking for browser javascript errors #1082
christopherpickering
started this conversation in
Ideas
Replies: 1 comment
-
There will be more expanded features in the future and this is one of them. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This tool is great and covers the area of privacy analytics... do you think it can be slightly expanded to also monitor browser errors coming through the javascript console? There are a few tools doing this (rollbar, trackjs etc) but none of them are privacy conscious.
There is a nice script out there call jsnlog also on npm, that can be used to catch the errors and send them back to the web server.
What do you think about adding another checkbox on the website config, somewhere here:
To also track javascript console message? The output is simple and can be added to one additional db table. From a privacy standpoint, there it nothing needing recorded except the user agent and error messages.
It would be an awesome feature to have. I cannot find any open source tools (with a web ui like umami) that do this job.
Beta Was this translation helpful? Give feedback.
All reactions