πŸ“˜ New Guide: Complete Forge Analytics Setup

We’ve published a full implementation guide for adding analytics to Atlassian Forge apps β€” with a backend-first, privacy-aware approach and a queue-based delivery system.

This guide walks through how to:

  • Set up a queue + consumer pattern for reliable event delivery
  • Ensure privacy compliance (no frontend data egress, no PII)
  • How to maintain Runs on Atlassian status
  • Integrate analytics through backend resolvers only
  • Use environment flags for debug mode and MTU reduction

It’s designed for production use, and includes a working example app with:

  • Dispatcher, queue, and event handler structure
  • Step-by-step manifest.yml and env variable setup
  • Code samples for identify, group, and track calls

πŸ‘‰ Read the full guide
πŸ‘‰ View the working example on GitHub