Skip to content

Commit 1b02134

Browse files
onurioclaude
andcommitted
chore: log successful notification sends
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 3ddad33 commit 1b02134

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

utils/notifications.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ export async function notify(event: NotificationEvent): Promise<void> {
2424
headers: { "Content-Type": "application/json" },
2525
body: JSON.stringify(payload),
2626
});
27+
logger.info("Notification sent", { event });
2728
} catch (error) {
2829
logger.warn("Failed to send notification", { event, error });
2930
}

0 commit comments

Comments
 (0)