How to Set Up Sentry Integration
Monitor your CloudCruise workflow runs in Sentry to track failures, set up alerts, and gain visibility into your automation performance.Step 1: Create a Sentry Internal Integration
- Log into your Sentry dashboard
- Go to Settings → Developer Settings (under your organization)
- Click Create New Integration → Internal Integration
- Give it a name like “CloudCruise”
- Under Permissions, grant the following:
- Project: Read
- Issue & Event: Write
- Click Save Changes
Step 2: Generate an Auth Token
- After saving your integration, scroll down to the Tokens section
- Click + New Token
- Copy the generated token — this is your Auth Token for CloudCruise
The token is only shown once. Make sure to copy it before closing the page.
Step 3: Find Your Organization Slug
Your organization slug is visible in Settings → General Settings under “Organization Slug”.Step 4: Find Your Project Slug
Your project slug is visible in Project Settings → General Settings under “Project Slug”.Step 5: Connect CloudCruise to Sentry
- Navigate to Workspace Settings → Integrations
- Click Connect to Sentry
- Enter your:
- Auth Token (from Step 2)
- Organization Slug (from Step 3)
- Project Slug (from Step 4)
- Click Test Connection to verify your credentials
- Click Connect to save
What Gets Sent to Sentry?
When a workflow run completes (success or failure), CloudCruise sends an event to Sentry containing:- Run status (
execution.success,execution.failed) - Workflow name and ID
- Session ID
- Input variables
- Vault entry identifiers (user aliases, user ids, not credentials)
- Full run context (in the event details)
- Direct link to the run in CloudCruise
Creating Alerts in Sentry
You can create Sentry alerts based on any of the tags sent with events:- Go to Alerts in Sentry
- Create a new Issue Alert or Metric Alert
- Use tag filters like:
status:failed— Alert on failed runsworkflow_name:My Workflow— Alert for a specific workflowinput.customer_id:12345— Alert when a specific input value failsvault.production.user_alias:admin— Alert for runs using specific credentials
Troubleshooting
Test Connection fails
- Verify your auth token has the correct permissions (Project: Read, Issue & Event: Write)
- Double-check your organization and project slugs match exactly (they’re case-sensitive)
- Ensure the token hasn’t expired or been revoked
Events not appearing in Sentry
- Run a workflow and wait for it to complete
- Check the correct project in Sentry
- Verify your integration is still connected in CloudCruise settings

