mirror of
https://github.com/KeygraphHQ/shannon.git
synced 2026-02-12 17:22:50 +00:00
Merge pull request #3 from KeygraphHQ/feature/improve-audit-log-naming
Feature/improve audit log naming
This commit is contained in:
@@ -62,7 +62,7 @@ export class MetricsTracker {
|
||||
webUrl: this.sessionMetadata.webUrl,
|
||||
repoPath: this.sessionMetadata.repoPath,
|
||||
status: 'in-progress',
|
||||
createdAt: formatTimestamp()
|
||||
createdAt: this.sessionMetadata.createdAt || formatTimestamp()
|
||||
},
|
||||
metrics: {
|
||||
total_duration_ms: 0,
|
||||
|
||||
Reference in New Issue
Block a user