zulip/web/tests/lib
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
..
compose_banner.js
events.js server_events_dispatch: Fix live-update of email_address_visibility. 2023-03-27 09:02:00 -07:00
handlebars.js templates: Enable Handlebars strict mode. 2023-04-05 15:23:54 -07:00
i18n.js
index.js test-js-with-node: Fix source maps for coverage. 2023-02-24 13:54:29 -08:00
markdown_assert.js
mdiff.js
namespace.js
real_jquery.js
stub.js
test.js
zblueslip.js blueslip: Only show in dev mode, or report to Sentry. 2023-04-13 14:59:58 -07:00
zjquery.js eslint: Fix unicorn/prefer-spread. 2023-03-02 12:16:56 -08:00
zjquery_element.js zjquery: Make FakeElement iterable. 2023-03-02 12:16:56 -08:00
zjquery_event.js
zpage_params.js