-
Notifications
You must be signed in to change notification settings - Fork 10
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
Feat: analytics through safe-apps-sdk #80
Conversation
Branch preview✅ Deploy successful! |
ESLint Summary View Full Report
Report generated by eslint-plus-action |
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.
I think we also need to add the governance safe app url to the Just saw it in the PR description :)ALLOWED_DOMAINS
in safe-wallet-web in order for the events to be propagated.
<Box display="flex" alignItems="center"> | ||
<Box>Unlock/Withdraw</Box> | ||
</Box> |
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.
Unrelated but we probably don't need these 2 Box
elements here.
What is this PR about
trackSafeAppEvent
toolWe will add full / more event coverage in follow-up PRs.
TODOs