feat: pass recording id to run metadata
This commit is contained in:
@@ -126,6 +126,7 @@ router.put('/runs/:fileName', requireSignIn, async (req, res) => {
|
|||||||
const run_meta = {
|
const run_meta = {
|
||||||
status: 'RUNNING',
|
status: 'RUNNING',
|
||||||
name: req.params.fileName,
|
name: req.params.fileName,
|
||||||
|
recordingId: recording.id,
|
||||||
startedAt: new Date().toLocaleString(),
|
startedAt: new Date().toLocaleString(),
|
||||||
finishedAt: '',
|
finishedAt: '',
|
||||||
browserId: id,
|
browserId: id,
|
||||||
|
|||||||
Reference in New Issue
Block a user