SENTRY

Legal

Privacy Policy

Last updated: July 16, 2026

The browser dashboard is designed to display monitoring data from the event bus you run. This page describes the data flow of the open-source prototype as shipped.

Local monitoring data

When you run Sentry locally, action events, verdicts, costs, predictions, and session signals are sent from the local event bus to the dashboard WebSocket connection you configure. Audit exports are written locally by the Python process.

The shipped dashboard does not include a hosted user account system or a project-operated database for storing your session events.

API calls you enable

If you enable real policy or complexity evaluation, the supplied task scope and action context are sent to OpenAI through the API client configured with your key. Those requests are governed by your OpenAI account and OpenAI's applicable privacy terms.

What to avoid sending

Do not intentionally include secrets, personal data, private keys, or production credentials in task descriptions, prompts, or demonstration fixtures.

  • - Use the built-in forbidden-pattern controls for .env files and credential-like paths.
  • - Review exported audit logs before sharing them because they may include action targets and policy reasons.

Changes

This policy describes the current prototype. If the project later adds hosted storage, authentication, or analytics, this page will be updated before those capabilities are enabled.