π New Guide: Complete Forge Analytics Setup
June 23rd, 2025
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