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,
|
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,
|
||||||
|
|||||||
Reference in New Issue
Block a user