Create your auth token and configure Sentry
1
Open Sentry auth tokens
Go to your Sentry auth tokens page.sentry.io/settings/account/api/auth-tokens/
2
Create a new auth token with read scopes
Click Create New Token, give it a descriptive name (e.g., userjourneys-read), and enable read permission on the following scopes:
- Project
 - Issue & Event
 - Organization
 
Why these scopes are needed
Why these scopes are needed
- READ • Project: Resolve project metadata for mapping issues and replays.
 - READ • Issue & Event: Fetch issues and event details to enrich timelines.
 - READ • Organization: Identify your org context and list projects safely.
 
3
Copy your auth token
Copy the generated token.
4
Find your Sentry Organization ID (slug)
Your Organization ID is the org slug shown in Sentry.
- Go to sentry.io/settings/organization/.
 - Copy the Organization Slug value (e.g., 
acme-corp). 
The organization also appears in the URL. For example, if you use
https://myorganization.sentry.io, then the slug is
myorganization.5
Find your Sentry Project ID
You can obtain the numeric Project ID from Project Settings.
- In Sentry, open the target Project.
 - Go to Project Settings → General and locate the Project ID field.
 - Copy the numeric Project ID (not the slug).
 
You’re all set