Skip to content

Commit 0bb7afa

Browse files
committed
fix: update EXCLUDED_EVENT_KEYS to include 'connect_pro:ping' for improved event handling
1 parent 0c2d027 commit 0bb7afa

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

smart-events/event_logs.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@ import {
88
get_next_notification_status,
99
} from './event_level_utils.js';
1010

11+
// TODO: clarified more amenable handling (should be able to register excluded downstream)
1112
const EXCLUDED_EVENT_KEYS = {
1213
'collection:save_started': true,
1314
'collection:save_completed': true,
1415
'notifications:seen': true,
1516
'notifications:seen_all': true,
1617
'event_logs:mute_changed': true,
1718
'event_log:first': true,
19+
'connect_pro:ping': true,
1820
};
1921

2022
/**

0 commit comments

Comments
 (0)