Sentry.io credentials
You can use these credentials to authenticate the following nodes:
Prerequisites
Create a Sentry.io (opens in a new tab) account.
Supported authentication methods
- API token
- OAuth2
- Server API token: Use for self-hosted Sentry (opens in a new tab).
Related resources
Refer to Sentry.io's API documentation (opens in a new tab) for more information about the service.
Using API token
To configure this credential, you'll need:
- An API Token: Generate a User Auth Token (opens in a new tab) in Account > Settings > User Auth Tokens. Refer to User Auth Tokens (opens in a new tab) for more information.
Using OAuth
If you need to configure OAuth2 from scratch, create an integration (opens in a new tab) with these settings:
- Copy the n8n OAuth Callback URL and add it as an Authorized Redirect URI.
- Copy the Client ID and Client Secret and add them to your n8n credential.
Refer to Public integrations (opens in a new tab) for more information on creating the integration.
Using Server API token
To configure this credential, you'll need:
- An API Token: Generate a User Auth Token (opens in a new tab) in Account > Settings > User Auth Tokens. Refer to User Auth Tokens (opens in a new tab) for more information.
- The URL of your self-hosted Sentry instance.