Sentry
Last updated
Last updated
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
Generate an Auth Token in Sentry by going to 🔗 User Settings > API > Auth Tokens
Required scopes for the Sentry API key are:
org:read
project:write
(required in order for Runway to upload dSYMs)
event:read
project:releases
Note that in the Sentry UI, this scope may be called releases:admin
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.
Your release identifier should be written in the format com.example.myapp@X.XX.XX+XXX
.
If you need to differentiate staging vs prod, use the environment
field.