appId on creation event
This commit is contained in:
parent
32dd7dd245
commit
924162da0e
|
@ -42,6 +42,7 @@
|
|||
analytics.captureEvent("web_app_created", {
|
||||
name,
|
||||
description,
|
||||
appId: res._id
|
||||
})
|
||||
$goto(`./${res._id}`)
|
||||
} catch (error) {
|
||||
|
|
Loading…
Reference in New Issue