Skip to main content

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
  • 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.
Settings → Organization → General → Organization Slug
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).
Project ID: 4510006031155281
You’re all set