Add support for app monitoring platforms #693
josecelano
started this conversation in
Feature requests
Replies: 1 comment
-
@josecelano I think it would be a nice addition. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Like: https://sentry.io/
We are running the live demo: #601
Although we are using logs we do not get notification when there is a error. The only way to check for errors in production is to sign in to the server and parse log files.
For example:
Currently, we don't have any errors in the 7-day logs. However, It would be nice to receive a notification when a new error is logged. In the past, I've used Sentry (for example). It would be easy to change the log setup to log errors to both the local log files and also send them to sentry. So that you don't need to find errors manually in the logs.
cc @torrust/torrustaceans
Beta Was this translation helpful? Give feedback.
All reactions