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