Overview

The Sentry integration monitors your organization’s error tracking and application monitoring setup: projects, teams, members, alert rules, releases, API tokens, and audit logs. LowerPlane uses read-only access via the Sentry API to collect compliance evidence automatically.

Prerequisites

You need Organization Owner or Manager permissions in Sentry to create an API token with the required scopes.

How to Get Your API Token

1

Log in to Sentry

Log in to sentry.io and navigate to your organization.
2

Open Auth Tokens

Go to Settings > Auth Tokens (or visit https://sentry.io/settings/auth-tokens/).
3

Create a new token

Click Create New Token. Select the following scopes:
  • org:read — Read organization details
  • member:read — List organization members and roles
  • team:read — List teams and memberships
  • project:read — List projects and their settings
  • event:read — Read error events and issues
  • alerts:read — Read alert rules and notification settings
  • release:read — Read release information
  • audit:read — Read audit log entries (if available on your plan)
4

Copy the token

Copy the generated token. This is your API Key for LowerPlane.

Connecting in LowerPlane

  1. Go to Settings > Integrations in LowerPlane
  2. Find Sentry under Analytics
  3. Enter your API Key (Bearer token)
  4. Enter your Organization Slug — this is the URL-friendly name of your Sentry organization (e.g., my-company). You can find it in your Sentry URL: https://sentry.io/organizations/{organization-slug}/
  5. Click Connect
To find your organization slug, go to Settings > General Settings in Sentry. The slug is shown under “Organization Slug” and is also the part of the URL after /organizations/.

What LowerPlane Collects

Organization Settings

Organization name, slug, 2FA enforcement status, and security configuration.

Members & Teams

All organization members with roles (owner, manager, admin, member), MFA enrollment, and team assignments.

Projects

All Sentry projects with platform, status, and security settings (e.g., data scrubbing, IP restrictions).

Alert Rules

Alert configurations including conditions, actions, and notification targets.

Issues & Releases

Unresolved issue counts, release history, and deployment tracking.

API Tokens & Integrations

Active API tokens and third-party integrations connected to your Sentry organization.

Audit Logs

Organization audit log entries tracking security-relevant changes (requires Business or Enterprise plan).

Compliance Mapping

FrameworkControlsWhat It Proves
SOC 2CC7.2, CC7.3System monitoring and incident detection are in place
ISO 27001A.8.15, A.8.16Application logging and monitoring are configured

FAQ

All Sentry plans (Developer, Team, Business, Enterprise) are supported. However, audit logs are only available on Business and Enterprise plans.
No. LowerPlane uses read-only API scopes. It never creates, modifies, or deletes any Sentry data.
Sentry data syncs every 24 hours by default. You can trigger a manual sync from the integration settings.
Not currently. LowerPlane connects to Sentry’s cloud API at sentry.io. Self-hosted Sentry support may be added in a future release.