Skip to content

Conversation

@MananTank
Copy link
Member

@MananTank MananTank commented Jan 16, 2025

PR-Codex overview

This PR introduces tracking events for transaction execution in the ExecuteTransactionCardLayout component, enhancing analytics for user interactions.

Detailed summary

  • Added useTrack hook to track analytics events.
  • Implemented tracking for three events during transaction execution:
    • "attempt" when the transaction is initiated.
    • "sent" when the transaction is submitted.
    • "confirmed" when the transaction is confirmed.

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

@vercel
Copy link

vercel bot commented Jan 16, 2025

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

Name Status Preview Comments Updated (UTC)
thirdweb-www ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 16, 2025 10:03pm
3 Skipped Deployments
Name Status Preview Comments Updated (UTC)
docs-v2 ⬜️ Skipped (Inspect) Jan 16, 2025 10:03pm
thirdweb_playground ⬜️ Skipped (Inspect) Jan 16, 2025 10:03pm
wallet-ui ⬜️ Skipped (Inspect) Jan 16, 2025 10:03pm

@vercel vercel bot temporarily deployed to Preview – wallet-ui January 16, 2025 21:11 Inactive
@linear
Copy link

linear bot commented Jan 16, 2025

@vercel vercel bot temporarily deployed to Preview – thirdweb_playground January 16, 2025 21:11 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v2 January 16, 2025 21:11 Inactive
@changeset-bot
Copy link

changeset-bot bot commented Jan 16, 2025

⚠️ No Changeset found

Latest commit: a3a3062

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions github-actions bot added the Dashboard Involves changes to the Dashboard. label Jan 16, 2025
Copy link
Member Author


How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • merge-queue - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

@MananTank MananTank marked this pull request as ready for review January 16, 2025 21:11
@MananTank MananTank requested review from a team as code owners January 16, 2025 21:11
@github-actions
Copy link
Contributor

github-actions bot commented Jan 16, 2025

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 46.66 KB (0%) 934 ms (0%) 2.7 s (+27.11% 🔺) 3.7 s
thirdweb (cjs) 116.84 KB (0%) 2.4 s (0%) 6.8 s (+51.42% 🔺) 9.1 s
thirdweb (minimal + tree-shaking) 5.59 KB (0%) 112 ms (0%) 379 ms (+95.53% 🔺) 491 ms
thirdweb/chains (tree-shaking) 506 B (0%) 10 ms (0%) 157 ms (+169.15% 🔺) 167 ms
thirdweb/react (minimal + tree-shaking) 19.24 KB (0%) 385 ms (0%) 837 ms (-1.67% 🔽) 1.3 s

@codecov
Copy link

codecov bot commented Jan 16, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 54.82%. Comparing base (4ffcf30) to head (a3a3062).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5970   +/-   ##
=======================================
  Coverage   54.82%   54.82%           
=======================================
  Files        1150     1150           
  Lines       61200    61200           
  Branches     5154     5154           
=======================================
  Hits        33550    33550           
  Misses      26923    26923           
  Partials      727      727           
Flag Coverage Δ *Carryforward flag
legacy_packages 65.68% <ø> (ø) Carriedforward from 4ffcf30
packages 52.47% <ø> (ø)

*This pull request uses carry forward flags. Click here to find out more.

@graphite-app
Copy link
Contributor

graphite-app bot commented Jan 16, 2025

Merge activity

@vercel vercel bot temporarily deployed to Preview – thirdweb_playground January 16, 2025 21:55 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui January 16, 2025 21:55 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v2 January 16, 2025 21:55 Inactive
@graphite-app graphite-app bot merged commit a3a3062 into main Jan 16, 2025
32 checks passed
@graphite-app graphite-app bot deleted the TOOL-3111 branch January 16, 2025 22:03
@vercel vercel bot temporarily deployed to Production – wallet-ui January 16, 2025 22:03 Inactive
@vercel vercel bot temporarily deployed to Production – docs-v2 January 16, 2025 22:03 Inactive
@vercel vercel bot temporarily deployed to Production – thirdweb_playground January 16, 2025 22:03 Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dashboard Involves changes to the Dashboard.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants