AcademySoftwareFoundation / OpenCue

A render management system you can deploy for visual effects and animation productions.
https://www.opencue.io
Apache License 2.0
832 stars 202 forks source link

Add support for Sentry to log #1411

Closed DiegoTavares closed 4 months ago

DiegoTavares commented 4 months ago

Add sentry as an optional feature to capture all warn level logs and enable capturing more context for issues that commonly require investigation, such as:

To enable the feature, the sentry config lines have to be uncommented on the log4j2.properties file and the sentry.dsn property needs to be filled accordingly.

DiegoTavares commented 4 months ago

I'm keeping this PR as draft as it contains some changes I wasn't able to battle test yet. I'm working on a build to test and confirm everything works as expected soon.

DiegoTavares commented 4 months ago

@bcipriano FYI