App Guide

The Forge Logger dashboard is a web application for managing projects, reviewing bug reports, configuring integrations, and monitoring your game’s health.

Accessing the dashboard

Navigate to forgelogger.dev/app and sign in with your account. The dashboard requires authentication — either email/password or Google OAuth.

The sidebar provides access to all main sections:

SectionDescription
DashboardOverview metrics, recent reports, activity by environment and severity
ProjectsCreate and manage projects
ReportsBrowse all bug reports across projects
EventsView telemetry events stream
ExportsTrack issue exports to GitHub, GitLab, Jira, Discord
SettingsAPI tokens, account settings, tenant management

Key concepts

Projects

A project represents a single game or application. Each project has its own set of environments, integrations, reports, and API tokens. See Projects.

Environments

Environments (e.g. Development, Staging, Production) let you separate reports by deployment stage. API tokens are scoped to a specific environment. See Environments.

API Tokens

Logger tokens (flg_*) authenticate game plugins against the Ingest API. Each token is scoped to a project and environment. See API Tokens.

Reports and AI

Bug reports submitted via the Ingest API appear in the dashboard with AI-generated summaries and reproduction steps. See Reports.

Integrations

Connect external services (GitHub, GitLab, Jira, Discord, Webhook) to automatically export bug reports as issues or notifications. See Integrations.

Exports

Every time a report is exported to an external service, an export record is created. You can track status, retry failures, and sync updates. See Exports.

Further reading