Files
appwrite/app/config
Prem Palanisamy 9b8e9f55c8 feat(realtime): export realtime errors as spans to a dedicated Sentry project
Realtime errors are now recorded onto a span and shipped to a Sentry
project configured via _APP_LOGGING_CONFIG_REALTIME (falls back to
_APP_LOGGING_CONFIG). The Sentry span exporter is registered in
app/realtime.php so it does not affect the HTTP/worker/CLI span
exporters. logError() attaches the error to the active span, or opens a
short-lived realtime.error span for call sites without one (pub/sub
subscriber, onStart, the Swoole error handler), and keeps the legacy
utopia/logger push only for non-Sentry providers; the realtimeLogger
registry now returns null when the provider is Sentry to avoid
double-reporting. Documents _APP_LOGGING_CONFIG_REALTIME.
2026-05-12 14:10:22 +01:00
..
2024-01-22 14:30:11 +00:00
2025-12-05 12:07:47 +05:30
2026-04-28 10:54:13 +02:00
2026-02-25 16:09:16 +05:30
2025-03-11 18:19:25 +01:00
2026-05-11 19:38:06 +05:30
2024-03-06 18:34:21 +01:00