Get started
Start reproducing crashes
in minutes.
logomesh is open source and free to install. Point it at a Sentry issue and receive a failing test plus a sealed audit record mapped to SOC 2 CC7.3 / CC7.4 and PCI DSS 12.10.5. The agent investigates; deterministic code writes the proof.
Step 1 · Install
Python 3.11+ and Docker running locally.
pip install logomeshStep 2 · Configure
Add your Sentry token with event:read scope. An OpenAI key is optional for agent-assisted runs.
export SENTRY_AUTH_TOKEN=sntryu_… export OPENAI_API_KEY=sk-…Step 3 · Reproduce
Paste a Sentry issue URL against your current branch.
logomesh repro https://sentry.io/organizations/your-org/issues/12345678/
Also on PyPI
pypi.org/project/logomesh · logomesh repro <url> --artifact exports the compliance record.
Need a managed deployment with webhooks and a dashboard? Contact our team for enterprise options.