logical logging #2159
amitu
started this conversation in
Ideas & RFCs
logical logging
#2159
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Goal to create a package fastn-log for full-spectrum analytics
A custom fastn-based event logging system is needed to collect events from all layers: Frontend, Backend, APIs and Other internal systems
Steps:
fastn_event
tableft_sdk::create_event
method (update lets-auth etc to use this)/-/event/create/
to be called from JS/django. all data will come from query params, uid will be take from sid.ftd.create_event()
: will call the backend/-/event/create/
.ftd.document
to contain some on page load event data also (eg do not send this page's page load to GA)ds.text-input
component should expose component properties to identify the form field, and then auto create events for field-focus, field-plug, field-change.Beta Was this translation helpful? Give feedback.
All reactions