Skip to content

Commit 93a594f

Browse files
os-zhuangclaude
andcommitted
chore(one): log when a native notification is surfaced
Lightweight observability for the notification bridge (content-free — no title/body logged). Verified the app builds and launches via `tauri dev` (toolchain installed locally); the sidecar loads Auth+Audit so sys_notification exists and the inbox path is live. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 92598c8 commit 93a594f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/objectos-one/src-tauri/src/commands.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ use crate::{config, logger, paths, sidecar};
1414
/// inbox message arrives while the window is backgrounded.
1515
#[tauri::command]
1616
pub fn notify_native(app: AppHandle, title: String, body: String) -> Result<(), String> {
17+
logger::log_line("INFO", "native notification surfaced");
1718
app.notification()
1819
.builder()
1920
.title(title)

0 commit comments

Comments
 (0)