Skip to content

Conversation

@iuwqyir
Copy link
Contributor

@iuwqyir iuwqyir commented Mar 28, 2025

Add Webhooks Documentation to Insight Portal


PR-Codex overview

This PR introduces support for Webhooks in the application, enhancing the sidebar navigation and adding detailed documentation on webhook management, filtering, payload format, and verification processes.

Detailed summary

  • Added Webhook to the sidebar with links to related documentation.
  • Created documentation for Webhooks, covering:
    • Overview and data delivery.
    • Managing webhooks (list, create, update, delete).
    • Filtering webhook notifications.
    • Webhook payload format and example responses.
    • Signature verification and payload age checks.

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

@vercel vercel bot temporarily deployed to Preview – wallet-ui March 28, 2025 18:26 Inactive
@vercel vercel bot temporarily deployed to Preview – login March 28, 2025 18:26 Inactive
@vercel
Copy link

vercel bot commented Mar 28, 2025

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

Name Status Preview Comments Updated (UTC)
docs-v2 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 28, 2025 6:41pm
4 Skipped Deployments
Name Status Preview Comments Updated (UTC)
login ⬜️ Skipped (Inspect) Mar 28, 2025 6:41pm
thirdweb_playground ⬜️ Skipped (Inspect) Mar 28, 2025 6:41pm
thirdweb-www ⬜️ Skipped (Inspect) Mar 28, 2025 6:41pm
wallet-ui ⬜️ Skipped (Inspect) Mar 28, 2025 6:41pm

@vercel vercel bot temporarily deployed to Preview – thirdweb-www March 28, 2025 18:26 Inactive
@changeset-bot
Copy link

changeset-bot bot commented Mar 28, 2025

⚠️ No Changeset found

Latest commit: dd5fa88

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

@vercel vercel bot temporarily deployed to Preview – thirdweb_playground March 28, 2025 18:26 Inactive
@github-actions github-actions bot added the Portal Involves changes to the Portal (docs) codebase. label Mar 28, 2025
Copy link
Contributor Author

iuwqyir commented Mar 28, 2025


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.

@iuwqyir iuwqyir marked this pull request as ready for review March 28, 2025 18:27
@iuwqyir iuwqyir requested review from a team as code owners March 28, 2025 18:27
## Webhook Filters

You can filter webhook notifications based on specific criteria.
Each webhook must have either a events filter or a transcations filter (or both).
Copy link
Contributor

Choose a reason for hiding this comment

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

There are two typos in this sentence:

  1. "a events filter" should be "an events filter"
  2. "transcations filter" should be "transactions filter"

The corrected sentence should read:
"Each webhook must have either an events filter or a transactions filter (or both)."

Suggested change
Each webhook must have either a events filter or a transcations filter (or both).
Each webhook must have either an events filter or a transactions filter (or both).

Spotted by Diamond

Is this helpful? React 👍 or 👎 to let us know.

@codecov
Copy link

codecov bot commented Mar 28, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 55.07%. Comparing base (06f0765) to head (56d4418).
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6574   +/-   ##
=======================================
  Coverage   55.07%   55.07%           
=======================================
  Files         883      883           
  Lines       55361    55361           
  Branches     3791     3791           
=======================================
  Hits        30490    30490           
  Misses      24776    24776           
  Partials       95       95           
Flag Coverage Δ
packages 55.07% <ø> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@vercel vercel bot temporarily deployed to Preview – login March 28, 2025 18:30 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb-www March 28, 2025 18:30 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground March 28, 2025 18:30 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui March 28, 2025 18:30 Inactive
@github-actions
Copy link
Contributor

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 47.56 KB (0%) 952 ms (0%) 262 ms (+59.24% 🔺) 1.3 s
thirdweb (cjs) 127.31 KB (0%) 2.6 s (0%) 429 ms (-0.02% 🔽) 3 s
thirdweb (minimal + tree-shaking) 5.6 KB (0%) 113 ms (0%) 159 ms (+416.61% 🔺) 271 ms
thirdweb/chains (tree-shaking) 506 B (0%) 10 ms (0%) 29 ms (+313.56% 🔺) 39 ms
thirdweb/react (minimal + tree-shaking) 19.34 KB (0%) 387 ms (0%) 113 ms (+304.44% 🔺) 500 ms

@joaquim-verges joaquim-verges merged commit 12bcfc5 into main Mar 28, 2025
33 checks passed
@joaquim-verges joaquim-verges deleted the 03-28-insight_webhooks_docs branch March 28, 2025 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Portal Involves changes to the Portal (docs) codebase.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants