Skip to content

How to get Sentry auth_token

Tominov Sergey edited this page Dec 11, 2022 · 3 revisions

Plugin require the auth token to work. You can create one in the sentry web interface.

Click on your user name at the top left corner to open popup menu, then choose "API keys"

Снимок экрана от 2022-12-11 21-46-38

Then click on "Create new token" button. Next step is selecting the "scopes".

Unselect all selected scopes and pick only "project:releases" option. If you want to use Sentry Git integration (setCommits plugin option) to send commits, also check "org:read" scope

Example of created API tokens

Copy provided token and use it to configure sentry

Clone this wiki locally