π΄ Release v2.213.3
βββ Complexity β’ 22 commits β’ 336 files changedv2.213.3 brings a comprehensive redesign of admin analytics, powerful CSV bulk import for rewards, production-grade observability with OpenTelemetry, and game-changing features for community engagement including action hints, birthday questions, and improved Shopify onboarding. This massive release focuses on streamlining community manager workflows, delivering better insights into engagement metrics, and improving end-user experience across platforms.
Whatβs New
- Completely redesigned analytics dashboard with real-time engagement timeline, interactive stat cards, and community activity heatmaps
- CSV bulk upload for reward winners β import hundreds of eligible users at once with automatic verification
- Action hints system β guide users with optional hints while penalizing rushed answers, configurable per challenge
- Birthday question action type β collect birthdates with calendar UI and automatic age validation
- Shopify onboarding replaced with server-verified checklist β faster, more reliable onboarding with instant completion tracking
- Split wallet layout β separate navigation for Points, Streaks, and Rewards with custom theme support
- OpenTelemetry observability β replaced Sentry with production-grade distributed tracing via BetterStack
- Localized game defaults β French and German text templates for all game types
Apps Updated
User App
β Updated - 8 changes
API
β Updated - 11 changes
Admin
β Updated - 15 changes
MCP Server
β Updated - 1 change
Website
β No changes
Games
β No changes
Detailed Changes
Admin Highlights
- Analytics Suite Redesign β Completely overhauled engagement dashboard with timeline charts, stat cards showing live metrics (active users, completion rates, earning trends), and community activity calendar with drill-down capability
- CSV Bulk Upload for Rewards β Import CSV files with user identifiers to instantly qualify hundreds of users for reward drops, eliminating manual entry
- Localized Game Text Defaults β Automatic French and German text templates for Catch, Flick, Memory, and Scratch games, reducing setup time for international communities
- Draft Reward Support β Save incomplete reward configurations and publish later, enabling content planning workflows
- Preview Auth Restoration β Fixed admin preview modal authentication to properly display content previews for challenges, rewards, and achievements
- Reward Sidebar Fixes β Improved sidebar UI consistency across reward creation and editing workflows
- Select-from-List Button Fix β Show βAdd Optionβ button even when field has 6+ existing options
- Engagement Stat Cards β New dashboard stat cards showing users active now, upcoming completions, and trending engagement patterns
- Achievement Configuration Badges β Visual badges showing achievement type, distribution method, and rewards status at a glance
- Challenge Stats Redesign β Enhanced challenge statistics page with improved timeline visualization and action completion tracking
User Highlights
- Action Hints System β Challenges can now include optional hints that guide users through questions, with configurable XP penalties for using hints (e.g., -10% XP if hint used)
- Birthday Question Action β New action type for challenges to collect user birthdates with calendar-based date picker and automatic age validation
- Split Wallet Layout β New navigation structure with separate wallet tabs for Points, Streaks, Rewards, and Transactions, customizable per community theme
- Wallet Page Improvements β Dedicated pages for wallet assets and entries with improved scrolling and filtering
Shopify Updates
- Onboarding Checklist β Replaced multi-step wizard with server-verified completion checklist showing all required setup steps (branding, challenges, rewards, leaderboards) with instant feedback on completion status
- Widget FAB Fix β Fixed Floating Action Button getting stuck at 0 opacity on storefront display
- Programme Disable Button β Wired up programme disable toggle to properly update widget visibility API
API & Core Services
- OpenTelemetry Integration β Migrated observability from Sentry to OpenTelemetry with BetterStack backend, providing distributed tracing, structured logging with context correlation, and automatic span enrichment with request metadata (procedure name, endpoint, user/org context, error details)
- Action Hint Mutation β New
reveal-action-hintmutation for tracking hint usage with automatic XP penalty calculation - Action Hint DTOs β Added
ActionHintDto,ActionConfigDtowith hint configuration fields, andEventActionHintUsedDtofor event tracking - Games Pagination Filter β Added featured filter to games list endpoint for discovering featured games
- Post Template Fixes β Fixed like count reset when creating post from template
Supporting Packages
- Database Migrations β New migrations for action hints fields and birthday action XP config support
- Models Updates β Extended
ActionDto,ActionConfigDto, andActionParticipationDtowith hint-related fields; addedActionHintDtoandEventActionHintUsedDto - Design System β Added calendar component with locale support for birthday question UI
- API Client Schema β Updated admin and integration API schemas with new action hint and birthday action endpoints
User App
User App
- Birthday question action with calendar date picker and age validation
- New action hint system with XP penalty display
- Split wallet layout with separate navigation tabs (Points, Streaks, Rewards, Entries)
- Dedicated wallet assets and entries pages with modal and full-page views
- Improved navigation drawer with wallet section visibility toggle
- Enhanced calendar component with international locale support
API
API
- OpenTelemetry trace instrumentation with structured span attributes (procedure name, endpoint, org/user context, error details)
- Structured logging with context correlation and automatic heartbeat pinging
- New reveal-action-hint mutation with XP penalty calculation
- Birthday action support in action participation tracking
- Featured filter for games pagination endpoint
- Post template like count reset on creation
- Additional language support for action attribute alignment in birthday actions
Admin
Admin
- Completely redesigned analytics dashboard with community activity timeline, stat cards (active users, upcoming completions), and engagement patterns
- New engagement callout strips with key metrics summary
- Hero timeline visualization with event history drill-down
- CSV bulk upload for reward user selection with file import and validation
- Birthday action form with XP penalty override configuration
- Localized game text defaults for French and German across all game types
- Draft reward workflow support
- Enhanced reward studio with proper sidebar layout
- Challenge form improvements with split sidebar layout
- Achievement configuration with visual badges
- Post form sidebar reorganization
- Challenge statistics redesigned with improved timeline charts
- Leaderboard sidebar layout enhancements
MCP Server
MCP Server
- Updated Next.js configuration for OpenTelemetry compatibility
Technical Details
OpenTelemetry Architecture
The migration from Sentry to OpenTelemetry enables distributed tracing with automatic context propagation:- Traces: Collected via
@vercel/otelwithOTLPHttpJsonTraceExporterto BetterStack - Logs: Sent via
@opentelemetry/sdk-logswithOTLPLogExporterfor automatic logβtrace correlation - Span Enrichment: tRPC handler automatically adds procedure name, endpoint, org/user context, and error information to spans
- Heartbeat Monitoring: Cron jobs ping BetterStack heartbeats for uptime monitoring (Parquet Drop, Leaderboard Daily/Weekly)
CLAUDE.md for detailed BetterStack source IDs, query patterns, and observability configuration.
Database Migrations
20260305220601-add_action_hints_fields.ts: Adds hint configuration, reveal count, and penalty fields to action collections20260306225016-add_birthday_action_to_xp_config.ts: Extends action birth month/year fields for birthday action support
Action Hints Configuration
Contributors
@ZuhayrK005 commits β’ +4,867/-78 lines
@jamescockayne1 commit β’ +1,348/-1,702 lines
@SaadK941 commit β’ +218/-4 linesRelease Stats
| Metric | Value |
|---|---|
| Total Commits | 22 |
| Lines Added | +32,245 |
| Lines Removed | -9,958 |
| Files Changed | 336 |
| Size | π΄ Massive |
| Complexity | βββ Complex |
v2.213.3 deployed on March 10, 2026



