You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Theoretically, we can proxy all of the client requests to be sent by the server, meaning we also technically don't need to load the client-side script at all.
This would require writing our own implementation for tracking the page events, this should be based on Plausible as they seem quite performant.
Theoretically, we can proxy all of the client requests to be sent by the server, meaning we also technically don't need to load the client-side script at all.
This would require writing our own implementation for tracking the page events, this should be based on Plausible as they seem quite performant.
Inspo: https://developers.cloudflare.com/zaraz/
This should be fairly minimal to support as we can stub out he core functions already using the
useScript
API.The text was updated successfully, but these errors were encountered: