mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
blueslip: Reduce cardinality of blueslip.error() calls.
Particularly when grouping in Sentry, pushing the ids and such into the additional data section helps group like errors together better.
This commit is contained in:
committed by
Tim Abbott
parent
1769f981da
commit
64b277d845
@@ -53,7 +53,7 @@ run_test("misc errors", ({override}) => {
|
||||
blueslip.expect("error", "Caller is not checking keys for ListCursor.go_to");
|
||||
cursor.go_to(undefined);
|
||||
|
||||
blueslip.expect("error", "Cannot highlight key for ListCursor: nada");
|
||||
blueslip.expect("error", "Cannot highlight key for ListCursor");
|
||||
cursor.go_to("nada");
|
||||
|
||||
cursor.prev();
|
||||
|
||||
Reference in New Issue
Block a user