Merge pull request #3 from KeygraphHQ/feature/improve-audit-log-naming

Feature/improve audit log naming
This commit is contained in:
ajmallesh
2025-10-27 14:56:57 -07:00
committed by GitHub
+1 -1
View File
@@ -62,7 +62,7 @@ export class MetricsTracker {
webUrl: this.sessionMetadata.webUrl, webUrl: this.sessionMetadata.webUrl,
repoPath: this.sessionMetadata.repoPath, repoPath: this.sessionMetadata.repoPath,
status: 'in-progress', status: 'in-progress',
createdAt: formatTimestamp() createdAt: this.sessionMetadata.createdAt || formatTimestamp()
}, },
metrics: { metrics: {
total_duration_ms: 0, total_duration_ms: 0,