Skip to content

36.0.0

Choose a tag to compare

@github-actions github-actions released this 26 May 20:55
59961e1

@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.

Changed

  • Bump workspace dependencies:
    • @metamask/connect-evm@1.4.0
    • @metamask/connect-multichain@0.15.0