You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
@metamask/analytics 0.6.0
Added
Add analytics.disable() to stop event collection and clear queued analytics events. (#303)
@metamask/connect-evm 1.4.0
Added
Add an analytics.enabled option to createEVMClient(). Consumers can set it to false to disable dapp-side analytics events and wallet correlation metadata. (#303)
@metamask/connect-multichain 0.15.0
Added
Add an analytics.enabled option to createMultichainClient(). Set it to false to disable dapp-side analytics events and omit analytics.remote_session_id connection metadata. (#303)
@metamask/connect-solana 1.2.0
Added
Add an analytics.enabled option to createSolanaClient(). Set it to false to disable dapp-side analytics events and wallet correlation metadata. (#303)
@metamask/browser-playground 0.7.5
Added
Added an MWP deeplink failure repros collapsible panel (MwpDeeplinkReproCard) that surfaces one metamask://connect/mwp?… deeplink per failure branch in the mobile app's ConnectionRegistry.handleConnectDeeplink. Lets QA reproducibly trigger each branch (parse failures, internal-origin block, decompression mismatch, payload-too-large, etc.) without needing a misconfigured dapp, and acts as the verification surface for the Sentry coverage added in MetaMask/metamask-mobile#30343.