Files
0f86453d4c Sentry Integration (#22202)
Sends Errors, Runtimes, ... to Sentry.io

---------

Signed-off-by: Arrow768 <1331699+Arrow768@users.noreply.github.com>
Co-authored-by: Werner <Arrow768@users.noreply.github.com>
2026-04-26 12:34:31 +02:00

5 lines
248 B
Plaintext

/// Logging for the Sentry subsystem itself (not the events it forwards).
/proc/log_subsystem_sentry(text)
if (GLOB.config?.logsettings["log_subsystems_sentry"])
WRITE_LOG(GLOB.config.logfiles["world_subsystems_sentry_log"], "SSsentry: [text]")