By default, nginx errors (50x, 40x and so on) is sent to a error log file, with “error_log” directive, for example.
But Is there a way to send nginx errors to Sentry? Is there some official available integration with nginx + sentry?
By default, nginx errors (50x, 40x and so on) is sent to a error log file, with “error_log” directive, for example.
But Is there a way to send nginx errors to Sentry? Is there some official available integration with nginx + sentry?
If you can argue the complexity for other needs (like having a unified log store), “a way” would be pushing the logs to fluentd and then use something like https://github.com/y-ken/fluent-plugin-sentry.