For the complete documentation index, see llms.txt. This page is also available as Markdown.

Sentry

Set up

  1. Select an app in the top left corner from the Switcher

  2. Navigate to App Settings by clicking the gear icon (⚙️) at the top of the Timeline sidebar

  3. Click on Integrations in the sidebar

Connect Sentry

  • Find the Sentry integration module under the Stability monitoring section

  • Click the Connect button

  • Enter an Auth Token

Runway specifically requires a Personal Token because of Sentry limitations that prevent Runway from fetching information about organizations and projects with the Internal Integration token, which is something we need to properly query data via the API.

  • Click Save; you’ll be presented with a dialog in which to select your Sentry organization, project and prod environment (and optionally a beta environment, if you have a beta testing integration connected) for this app.

  • If your team's Sentry instance is in a custom/non-US region, additional configuration will be needed – please reach out to us to complete setup.

Release identifiers

Your Sentry release identifiers should have the format <bundle ID/package name>@<version>+<build number> (e.g. com.example.myapp@1.2.0+451) as outlined by Sentry in their docs for iOS and Android.

Note that Runway does not create new releases in Sentry; it only fetches data for existing releases.

Last updated

Was this helpful?