Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added traces/public/favicon.ico
Binary file not shown.
3 changes: 3 additions & 0 deletions traces/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ export const metadata: Metadata = {
title: 'Traces — agent-interrogable session replay',
description:
'A session replay player an AI agent can interrogate through WebMCP: bisect the timeline, read the DOM at any moment, and file a verifiable bug report.',
icons: {
icon: '/favicon.ico',
},
}

/**
Expand Down