Skip to content

Commit

Permalink
Merge pull request #37 from schneidmaster/update-api-key-documentation
Browse files Browse the repository at this point in the history
Update documentation to reference Sentry auth token instead of API key
  • Loading branch information
40thieves authored Sep 3, 2017
2 parents 36b569f + 38b733a commit 5225497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ $ yarn add webpack-sentry-plugin --dev

- `project`: **Required**, Sentry project to upload files to

- `apiKey`: **Required**, Sentry api key ([Generate one here](https://sentry.io/api/), ensure that `project:write`, `project:read` and `project:releases` are selected ,under scopes)
- `apiKey`: **Required**, Sentry auth token ([Generate one here](https://sentry.io/api/), ensure that `project:write`, `project:read` and `project:releases` are selected ,under scopes)

- `release`: **Required**, string or function that returns the release name. See [What is a release?](#what-is-a-release) below for details

Expand Down

0 comments on commit 5225497

Please sign in to comment.