mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 13:30:42 +01:00
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>
5 lines
248 B
Plaintext
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]")
|