Skip to content

Improve tracking of various in-app events #61

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

Merged
merged 6 commits into from
Jun 6, 2025

Conversation

wonderfulfrog
Copy link
Collaborator

Adds more detailed tracking for vault and market actions, and placeholder events for migration actions.

@wonderfulfrog wonderfulfrog requested a review from spennyp as a code owner June 6, 2025 19:50
Copy link

vercel bot commented Jun 6, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
compound-blue ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 6, 2025 10:31pm


return {
...basePayload,
amount: Math.abs(claimAmount),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
amount: Math.abs(claimAmount),
amountUsd: Math.abs(claimAmount),

@wonderfulfrog wonderfulfrog merged commit 99e7bb3 into staging Jun 6, 2025
4 checks passed
@wonderfulfrog wonderfulfrog deleted the wonderfulfrog/improve-tracking branch June 6, 2025 22:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants