Skip to main content

Sentry - User Guide

In this article, you will understand step by step how to integrate Scytale with Sentry

Sentry is a monitoring and observability platform used to track errors and exceptions, monitor performance, and alert on issues across frontend, backend, and mobile applications.

Required Permissions

  • read: organization

  • read: member

  • read: project

Scytale follows the least-privilege principle, limiting permission scopes strictly to what's required for reliable audit evidence collection.

How to Connect

  1. In Scytale, go to 'Integrations'.

  2. Search for Sentry and select 'Connect'.

  3. Paste your auth token & organization slug, and select your region.

  4. Add a connection name — this will be used to differentiate between your connections — and then select 'Connect'.

You have now successfully connected to Sentry.

How to Generate Credentials in Sentry

  1. Log in to Sentry and open Settings (gear icon, bottom-left of the nav).

  2. Under the Integrations heading, click Custom Integrations.

  3. Click Create New Integration, choose Internal Integration, then click Next.

  4. Give it a name (e.g. Scytale). Leave Webhook URL, Alert Action, and Schema empty.

  5. Under Permissions, set Organization = Read, Member = Read, Project = Read.

  6. Click Save Changes.

  7. Scroll to the Tokens section and click + New Token.

  8. Copy the generated token (64-character string) — this is the apiKey. Also note your organization slug from the URL
    https://{slug}.sentry.io (e.g. scytale-ai-5x).

Did this answer your question?