Add minor improvements to performance events (#8217)

*  Move devtools perf logging helpers to util.perf ns

* 💄 Move flag check to the entry point instead of initialize event

* ♻️ Make performance events consistent with other events
This commit is contained in:
Andrey Antukh
2026-01-28 20:47:14 +01:00
committed by GitHub
parent 2b00e4eec9
commit b40e775a70
5 changed files with 282 additions and 283 deletions

View File

@@ -79,7 +79,7 @@
(db/insert-many! pool :audit-log event-columns events))))
(def valid-event-types
#{"action" "identify"})
#{"action" "identify" "trigger"})
(def schema:event
[:map {:title "Event"}