-
Notifications
You must be signed in to change notification settings - Fork 0
[P-927] [P-953] [P-836] Limit identify call once per session, enable … #48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…tracking on localhost, identify without address
P-953 On formo.so, no identify call is made
I expect a wallet address to be be included in the page_hit event if the visitor has Metamask installed, See https://github.com/getformo/sdk/blob/main/src/FormoAnalytics.ts#L94-L96 P-927 Too many identify events being sent
Too many identify events are being sent for each session. Currently each separate page view sends a new identify event. Can we have the SDK only send one identify event per session? P-836 SDK: Option to enable tracking on localhost
By default, disable tracking in localhost https://github.com/plausible/plausible-tracker?tab=readme-ov-file#usage On Hamza Market, they are seeing a lot of localhost events, which is not 'real' events: |
yosriady
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…tracking on localhost, identify without address