BugScreen

Bug Reports That
Help You Ship

BugScreen turns a screenshot into a complete, developer-ready ticket — screenshot, console logs, device context — filed directly into your issue tracker.

3 lines of KotliniOS, Android & browserWorks with your tracker
BugScreen Android SDK bug report interface
GitHub issue created by BugScreen
Flows into the tools you already use
GitHub
Jira
Linear
Slack
How it works

Three steps,
zero rituals.

Drop the SDK in. Your team keeps doing what they were doing. Bugs arrive in your sprint board with everything you need to fix them.

01

Install

Add the SDK and one initializer call.

BugScreenSDK.start(
    BugScreenConfig.Builder(this)
        .apiKey("fb_your_api_key_here")
)
02

A teammate takes a screenshot

BugScreen detects the gesture, opens a native Compose / SwiftUI sheet, and asks for a short description.

screen_capture · 09:41:02BugScreen sheet presented
03

A ticket appears

Logs, device specs, app version, locale — bundled, redacted, and filed into the issue tracker mapped for that app.

acme/checkout · #1284● open
Login button unresponsive after entering credentials
Built for shipping

Capture bugs.
Ship fixes.

BugScreen does one job: turn screenshots from your team into developer-ready tickets in the tracker you already use.

Lightweight

Just bug reports

Bug reporting only. No analytics, no session replay — just a small SDK that captures the screenshot, logs, and device context.

Developer-first

In your sprint, not a dashboard

Tickets land in the tracker your team already uses, with full metadata. No second-place inbox to babysit, no extra workflow to learn.

Native triggers

Screenshot is the signal

The OS screenshot gesture is the trigger. Zero friction for your team.

Full context

Everything attached

Device, OS, build, memory, locale, the last 200 lines of logs, network errors, and the screenshot itself.

Cross-platform

iOS, Android & web

One account covers your mobile apps and your web app. Same setup, same destination — bugs from every surface land in the same tracker.

Quick setup

Up and running in minutes

Connect your tracker, copy an API key, drop the SDK in. Done.

The whole integration

Every screenshot becomes a bug report.

Your testers take screenshots like they always have. The SDK captures the moment, attaches the context — logs, device, build — and files a ticket your engineers can act on.

Android — Kotlin & Compose
iOS — Swift & SwiftUI
Browser — Chrome extension
Application.kt
kotlin
// Application.onCreate
BugScreenSDK.start(
    BugScreenConfig.Builder(this)
        .apiKey("fb_your_api_key_here")
)
// That's it. Reports start flowing.

Turn every screenshot into a fixable ticket.

Free during beta — Jira and GitHub integrations included.