Changelog

We ship new features, fixes, and improvements to Formo every week

Share this on

Apr 3, 2026

Historical Wallet Data, Solana Support, and Mobile Lifecycle Events

Here are this week's highlights:

  • Volume and Revenue Timeseries

  • Historical Wallet Data

  • Solana Wallet Profiles

  • Solana SDK: Framework Kit Integration

  • React Native SDK: Mobile Lifecycle Events

  • Improved Slack Alerts

  • Improvements and Fixes

Volume and Revenue Timeseries

You can see how your users' volume and revenue changes across time with a new volume and revenue timeseries chart on the profile page. The chart shows full attribution of which events, referrers, UTMs, and referrals contributed to volume and revenue.

This makes it easier to understand your highest-value users, identify key revenue signals, and understand the history of individual wallets within your app.

Historical Wallet Data

You can now view past snapshots of a wallet's net worth, apps, and tokens on the wallet profile page.

This gives you a clearer picture of how your users onchain activity portfolio have changed over time.

Solana Wallet Profiles

Formo now supports Solana wallet addresses alongside EVM wallets.

Turn anonymous Solana addresses into actionable rich profiles, with social data and token balances.

Solana SDK: Framework Kit Integration

The Solana integration now works with framework-kit and @solana/kit. The Formo Web SDK now works with any Solana wallet standard including wallet-standard, @solana/wallet-adapter, and @solana/kit.

Available in @formo/analytics v1.28.6.

React Native SDK: Mobile Lifecycle Events

The React Native SDK received several updates this week as it moves toward production readiness.

Application lifecycle tracking is now built in. The SDK automatically captures install, update, open, and background events following the standard mobile lifecycle spec. This works without native modules, so it runs in Expo without a custom dev client. Lifecycle tracking is on by default and can be toggled via the autocapture.lifecycle option.

The @formo/analytics-react-native package is available on npm.

Improved Slack Alerts

Slack alerts have been redesigned for better readability. Each alert is now sent as an individual card message instead of a single table, making it easier to scan and act on in busy channels.

You can also customize which event properties are displayed in each alert with a live preview.

Improvements and Fixes

  • Added AI-powered Insights to the weekly performance email

  • Added public API endpoints for alerts, boards, and AI chat

  • Updated Overview page chart breakdowns to sort by each metric (wallets, transactions, volume)

  • Improved wallet profiles Twitter/X handle resolution with fallback data sources

  • Fixed Funnels failing to filter custom events by volume

  • Fixed Activity page event timeseries timeout for high-volume projects

  • Fixed tooltip not displaying for negative volume values on the Overview page

  • Fixed missing icons for browser filter dropdown items

  • Fixed SDK storage fallback for environments where localStorage or sessionStorage is unavailable

  • Optimized load times across dashboard pages

  • Other improvements and fixes