TILLPULSE · DASHBOARD

The dashboard, page by page.

GA

A quick map of every page under tilldev.dev/<org>/* and what you can do there.

01Home

Overview

Single-screen workspace pulse: KPI strip (events / unique users / crash-free %), a 24h event timeline, top issues by event count, recent fired alerts, and the SDK health snapshot. The first thing your team sees on login.

02Triage

Issues

Grouped, fingerprinted exception list. Filterable by status, severity, project, environment, and release. The search box does full-text matching across title, culprit, exception type, and message. The toggle next to it switches to NLQ mode — ask natural-language questions and get answers computed from your telemetry.

Click any issue to see breadcrumbs, stack frames (symbolicated when source maps are uploaded), TillMind AI analysis, FrictionHeatmap (rage / dead-zone / ghost taps), comments, and a Resolve / Ignore / Assign control strip.

03Speed

Performance

P50 / P75 / P95 cold-start, ANR rate, frame jank (slow >16.67ms / frozen >700ms), screen-level battery attribution, and per-transaction latency histograms. Color coded green <200ms, amber <1s, red ≥1s.

04Health

Releases

One row per (project, version, environment). Crash-free % per release with letter-grade scoring (A ≥99.5, B ≥99.0, C ≥98.0, D ≥95.0, F <95). Hourly background worker pre-computes these so dashboard reads stay cheap.

Releases → Compare shows an A/B diff between two releases — crashes, ANR rate, jank, p95 cold-start — with delta annotations.

05Signals

Alerts

Two tabs: Fired (recent alert events with ack control) and Rules (alert rule editor). KPI strip across the top — total fired, unacknowledged, MTTA. See Alerts & integrations for the trigger/action matrix.

06AI

Ask Pulse

Multi-turn, natural-language chat over your data. Streams via SSE, rendering annotated read-only queries with bar-chart sparklines next to each result block. Answers are computed from your telemetry — only read-only queries are ever run, scoped to your project, and the model never executes the queries it drafts.

07AI

TillMind

AI-generated hypothesis cards for spikes, regressions, and unusual patterns. Each card has a confidence bar and a CTA to open it in Ask Pulse for a deeper dialogue. Generated automatically from your telemetry.

08Geo

Field map

Interactive D3-geo orthographic globe showing event distribution by country / region. Aggregated from your telemetry; topojson via the public CDN. Drag to rotate. Click a region to filter the rest of the dashboard.

09Fleet

Devices

Device, OS, and network rollup from device_stats_daily. Crash-free % per device family. Surfaces "your worst device" — the model and network combination quietly shipping a disproportionate share of your crashes.

10Defense

Security

Filtered view of security events: rooted device, jailbreak indicator, overlay attack, certificate-pinning failure, tamper detection. Click an event type to narrow to that pattern.

11Defense

Threat intel

Cross-customer hashed indicator board. An indicator is surfaced once it is confirmed malicious, corroborated across multiple organizations, or seen locally. No plaintext indicator values stored — sha256 only.

12Delivery

SDK health

Capture vs. delivery rates per-project, per-platform: events captured, events delivered, dropped (queue overflow), failed (transport error). Snapshots taken on init + on flush.

13Setup

Onboarding

Five-step state machine. Auto-launches for new orgs:

  1. Create your first project
  2. Install an SDK
  3. Wait for first event (polls every 3s)
  4. Configure your first alert
  5. Invite your team
14Config

Settings

Tabs:

  • General — org name, slug, default region.
  • Projects — DSN, rotate, alert thresholds, region.
  • Symbols — JS source maps / Android ProGuard / iOS dSYM uploads, sortable by release.
  • Integrations — Slack, GitHub, Linear, Jira, PagerDuty, MS Teams.
  • SSO — OIDC issuer, client ID, client secret, allowed domains, JIT toggle, default role.
  • API keys — list, create, revoke (raw key shown once).
  • Audit log — paginated, filterable; admin / owner only.
15Account

Profile

Personal: change password, enable / disable TOTP, manage personal API keys.

16Reference

Keyboard shortcuts

KeyAction
⌘K / Ctrl+KOpen command palette
g oGo to overview
g iGo to issues
g aGo to ask
g pGo to performance
?Show shortcuts overlay