fix: expand Sentry filters for wallet extensions and browser noise#2938
fix: expand Sentry filters for wallet extensions and browser noise#2938
Conversation
Add message patterns for Station wallet, TronLink, wallet account errors, Safari/Firefox connectivity noise, React Native WebView, and Origin not allowed from wallet content scripts. Scan all stack frames for extension origins (chrome-extension://, moz-extension://, safari-extension://, devtools inspector) instead of only checking the top frame and culprit. This catches errors where an extension appears deeper in the call stack. Fix misleading comment in sentry.client.config.ts (said "edge features").
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Codex Review: Didn't find any major issues. 🚀 ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
|
📦 Next.js Bundle Analysis for aave-uiThis analysis was generated by the Next.js Bundle Analysis action. 🤖 🎉 Global Bundle Size Decreased
DetailsThe global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster. Any third party scripts you have added directly to your app using the If you want further insight into what is behind the changes, give @next/bundle-analyzer a try! Sixteen Pages Changed SizeThe following pages changed size from the code in this PR compared to its base branch:
DetailsOnly the gzipped size is provided here based on an expert tip. First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If Any third party scripts you have added directly to your app using the Next to the size is how much the size has increased or decreased compared with the base branch of this PR. If this percentage has increased by 20% or more, there will be a red status indicator applied, indicating that special attention should be given to this. |
Summary
These patterns were identified by reviewing the last 3 days of unresolved Sentry issues and cross-referencing with stack traces to confirm they originate from browser extensions, wallet injected scripts, or user connectivity.
Test plan