fix(notify): keep live listen events active when disabled (#2952)

Co-authored-by: houseme <housemecn@gmail.com>
This commit is contained in:
Henry Guo
2026-05-14 01:10:14 +08:00
committed by GitHub
parent d4d07095f8
commit c1bcee327c
5 changed files with 68 additions and 3 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ pub mod stream;
pub use error::{LifecycleError, NotificationError};
pub use event::{Event, EventArgs, EventArgsBuilder};
pub use global::{
initialize, is_notification_system_initialized, notification_metrics_snapshot, notification_system,
initialize, initialize_live_events, is_notification_system_initialized, notification_metrics_snapshot, notification_system,
notification_target_metrics, notifier_global,
};
pub use integration::{NotificationMetricSnapshot, NotificationSystem, NotificationTargetMetricSnapshot};