Sentry
Last updated
Was this helpful?
Last updated
Was this helpful?
Select an app in the top left corner from the Switcher
Navigate to App Settings by clicking the gear icon (⚙️) at the top of the Timeline sidebar
Click on Integrations in the sidebar
Find the Sentry integration module under the Stability monitoring section
Click the Connect button
Enter an Auth Token
Required scopes for the Sentry API key are:
org:read
event:read
project:releases
Note that in the Sentry UI, this scope may be called releases:admin
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.
Generate a User Auth Token in Sentry by going to (Runway specifically requires a User Auth Token, versus a token from a Sentry internal integration, because of Sentry limitations on certain endpoints Runway uses)
project:write
(required in order for Runway to )
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 connected) for this app.
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 and .