@camunda/play 1.3.1 → 1.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/index.js +3 -2
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -3689,8 +3689,9 @@ class gNe {
|
|
|
3689
3689
|
element_type: "PROCESS",
|
|
3690
3690
|
process_id: t
|
|
3691
3691
|
}), o[s + ":" + e.key] = !0, o[s] = !0), o[f] || (this.mixpanelTrack?.("zeebePlay:bpmnelement:completed", {
|
|
3692
|
-
|
|
3693
|
-
process_id: t
|
|
3692
|
+
element_type: s,
|
|
3693
|
+
process_id: t,
|
|
3694
|
+
...u ? { connector_type: d } : {}
|
|
3694
3695
|
}), o[f] = !0), localStorage.setItem(
|
|
3695
3696
|
"tracking:" + t,
|
|
3696
3697
|
JSON.stringify(o)
|