Skip to content

Commit ba4b803

Browse files
committed
Improve documentation: how to get Sentry auth_token
1 parent ab7f0ad commit ba4b803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Here is all avaliables hook's configurations and your descriptions. Remember tha
5656
- **host** Tell to Snitch your sentry host (e.g http://sentry.io or http://sentry.self.hosted)
5757
- **organization_slug** The organization slug is a unique ID used to identify your organization. (You'll find it at your sentry's configuration, probably)
5858
- **project_slug** The Project Slug is a unique ID used to identify your project (You'll find it at your project config)
59-
- **auth_token** The Auth Token to use the Sentry Web API. You can find more [here](https://docs.sentry.io/api/auth/#auth-tokens)
59+
- **auth_token** The token used to authenticate on Sentry API. To generate a new token, you have to access [manager auth tokens](https://sentry.io/api) then create a token. If you are using Sentry self hosted, you need change the domain _sentry.io_ to your own domain, example: _sentry.snitch.com/api_. Find more information [on Sentry documentation](https://docs.sentry.io/api/auth/#auth-tokens)
6060
- **env** The application's environment variable (e.g development, production)
6161

6262
- Rollbar

0 commit comments

Comments
 (0)