Skip to content

Server Sentry Logging

Fridolin Wild edited this page Sep 19, 2025 · 7 revisions

Sentry support has been added to [lxr]((https://github.com/WEKIT-ECS/lxr/) to report log statements to our Sentry.io account, based on the error level that is set.

Important

Only the production server (from the master branch) has reporting activated, to avoid running out of quota on Sentry.

Note

The log level is hard-coded to 'errors only'.

The Sentry key is configured as environment variable in the .gitignore'd .env file, which is refreshed in the CI pipeline action to be written out into .env as part of the deployment step. To change the secret, change the action secret SENTRY_URL in github.

The Sentry discovery log is here.

Any encountered error that is new within 24 hours is reported to slack as an automated message to the channel #server-sentry.

Clone this wiki locally