-
Notifications
You must be signed in to change notification settings - Fork 366
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
[SDK] Fix: Track chain ID on transaction events #5272
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
🦋 Changeset detectedLatest commit: 0391117 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Your org has enabled the Graphite merge queue for merging into mainAdd the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
size-limit report 📦
|
...dashboard/src/app/(dashboard)/dashboard/connect/in-app-wallets/[clientId]/analytics/page.tsx
Outdated
Show resolved
Hide resolved
4e94bec
to
0391117
Compare
Merge activity
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5272 +/- ##
==========================================
- Coverage 45.37% 45.36% -0.01%
==========================================
Files 1067 1067
Lines 55446 55449 +3
Branches 3989 3989
==========================================
Hits 25157 25157
- Misses 29598 29601 +3
Partials 691 691
*This pull request uses carry forward flags. Click here to find out more.
|
Fixes [CNCT-2184](https://linear.app/thirdweb/issue/CNCT-2184) <!-- start pr-codex --> --- ## PR-Codex overview This PR introduces modifications to the `trackTransaction` function across multiple files in the `thirdweb` package, adding support for `chainId` in transaction tracking. ### Detailed summary - Added `chainId: tx.chainId` to `trackTransaction` in: - `packages/thirdweb/src/wallets/injected/index.ts` - `packages/thirdweb/src/wallets/in-app/core/wallet/enclave-wallet.ts` - `packages/thirdweb/src/wallets/in-app/web/lib/iframe-wallet.ts` - `packages/thirdweb/src/wallets/coinbase/coinbaseWebSDK.ts` - `packages/thirdweb/src/wallets/wallet-connect/controller.ts` > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
0391117
to
e3c0af2
Compare
Fixes CNCT-2184
PR-Codex overview
This PR focuses on adding
chainId
tracking to various transaction handling functions across multiple files in thethirdweb
package.Detailed summary
chainId: tx.chainId
totrackTransaction
calls in:packages/thirdweb/src/wallets/injected/index.ts
packages/thirdweb/src/wallets/in-app/core/wallet/enclave-wallet.ts
packages/thirdweb/src/wallets/in-app/web/lib/iframe-wallet.ts
packages/thirdweb/src/wallets/coinbase/coinbaseWebSDK.ts
packages/thirdweb/src/wallets/wallet-connect/controller.ts