Files
zulip/docs/subsystems
Alex Vandiver 2d5c678614 blueslip: Only show in dev mode, or report to Sentry.
This removes the production reporting to `/json/report/error` upon
`blueslip.error`, and replaces it with reporting to Sentry, if
enabled.  Sentry provides better reporting and grouping for exceptions
than the email- and `#errors`-reporting provided by the
`/json/report/error` endpoint.

The development behaviour of rendering `blueslip.error` messages and
stacktraces immediately, and stopping execution, is preserved.

To better chain exception information, the whole previous exception is
passed to `blueslip.error`, not just the stack, and the second
parameter is formalized to be an object to map to Sentry's "context"
concept.
2023-04-13 14:59:58 -07:00
..
2023-03-03 18:02:37 -08:00
2023-03-20 15:48:29 -07:00
2023-03-20 15:48:29 -07:00
2023-02-23 16:04:17 -08:00
2022-02-07 18:51:06 -08:00
2023-03-03 18:02:37 -08:00