mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +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
@@ -136,7 +136,7 @@ test("add error handling", () => {
|
||||
// test blueslip errors/warns
|
||||
const event = event_fixtures.subscription__add;
|
||||
|
||||
blueslip.expect("error", "Subscribing to unknown stream with ID 101");
|
||||
blueslip.expect("error", "Subscribing to unknown stream");
|
||||
dispatch(event);
|
||||
blueslip.reset();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user