mirror of
https://github.com/simstudioai/sim.git
synced 2026-04-28 03:00:29 -04:00
feat(starter): added duration column to logs db, track duration of entire workflow
This commit is contained in:
@@ -8,6 +8,7 @@ export interface LogEntry {
|
||||
level: string
|
||||
message: string
|
||||
createdAt: Date
|
||||
duration?: string
|
||||
}
|
||||
|
||||
export async function persistLog(log: LogEntry) {
|
||||
|
||||
Reference in New Issue
Block a user